HEADER

biouml.workbench
Class NewDataElementAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--biouml.workbench.NewDataElementAction

public class NewDataElementAction
extends AbstractAction


Field Summary
 final static StringDATA_COLLECTION
           
 final static StringKEY
           

Constructor Summary
NewDataElementAction()
           

Method Summary
 voidactionPerformed(ActionEvent e)
           

Methods inherited from class javax.swing.AbstractAction
getValue, putValue, isEnabled, setEnabled, getKeys, addPropertyChangeListener, removePropertyChangeListener

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Field Detail

DATA_COLLECTION

public final static String DATA_COLLECTION

KEY

public final static String KEY
Constructor Detail

NewDataElementAction

public NewDataElementAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Association Links

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM