|
PathwayLogic Assistant API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
pla.actions.PLAAbstractAction
pla.actions.SubgraphAction
public class SubgraphAction
An action for querying user about bulk input first and then generating a subgraph from given list to be displayed in new sub frame.
| Field Summary | |
|---|---|
static int |
EXPLORE_JAVA
|
static int |
EXPLORE_KB
|
static int |
EXPLORE_MAUDE
|
static int |
SUBGRAPH
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
SubgraphAction(IDFrame frame,
String s,
Icon icon,
String tooltip,
KeyStroke accelerator,
Integer mnemonic,
int type)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent event)
|
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SUBGRAPH
public static final int EXPLORE_MAUDE
public static final int EXPLORE_JAVA
public static final int EXPLORE_KB
| Constructor Detail |
|---|
public SubgraphAction(IDFrame frame,
String s,
Icon icon,
String tooltip,
KeyStroke accelerator,
Integer mnemonic,
int type)
| Method Detail |
|---|
public void actionPerformed(ActionEvent event)
|
PathwayLogic Assistant API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||