PathwayLogic Assistant API

pla.actions
Class SubgraphAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by pla.actions.PLAAbstractAction
          extended by pla.actions.SubgraphAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class SubgraphAction
extends PLAAbstractAction

An action for querying user about bulk input first and then generating a subgraph from given list to be displayed in new sub frame.

Author:
linda
See Also:
Serialized Form

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

SUBGRAPH

public static final int SUBGRAPH
See Also:
Constant Field Values

EXPLORE_MAUDE

public static final int EXPLORE_MAUDE
See Also:
Constant Field Values

EXPLORE_JAVA

public static final int EXPLORE_JAVA
See Also:
Constant Field Values

EXPLORE_KB

public static final int EXPLORE_KB
See Also:
Constant Field Values
Constructor Detail

SubgraphAction

public SubgraphAction(IDFrame frame,
                      String s,
                      Icon icon,
                      String tooltip,
                      KeyStroke accelerator,
                      Integer mnemonic,
                      int type)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)

PathwayLogic Assistant API