toxtree.ui.tree.actions
Class SubstructureFromListAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by toxtree.ui.tree.actions.AbstractRuleAction
          extended by toxtree.ui.tree.actions.SubstructureFromListAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, IRuleAction

public class SubstructureFromListAction
extends AbstractRuleAction

Adds a new substructure from a list of predefined substructures

Author:
Nina Jeliazkova Modified 2005-10-22
See Also:
Serialized Form

Field Summary
 
Fields inherited from class toxtree.ui.tree.actions.AbstractRuleAction
rule
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SubstructureFromListAction(IDecisionRule rule)
           
SubstructureFromListAction(IDecisionRule rule, java.lang.String arg0)
           
SubstructureFromListAction(IDecisionRule rule, java.lang.String arg0, javax.swing.Icon arg1)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void initGroups()
           
 
Methods inherited from class toxtree.ui.tree.actions.AbstractRuleAction
getParentFrame, getRule, setRule
 
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
 

Constructor Detail

SubstructureFromListAction

public SubstructureFromListAction(IDecisionRule rule)
Parameters:
rule -

SubstructureFromListAction

public SubstructureFromListAction(IDecisionRule rule,
                                  java.lang.String arg0)
Parameters:
rule -
arg0 -

SubstructureFromListAction

public SubstructureFromListAction(IDecisionRule rule,
                                  java.lang.String arg0,
                                  javax.swing.Icon arg1)
Parameters:
rule -
arg0 -
arg1 -
Method Detail

initGroups

protected void initGroups()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.