HEADER

biouml.editor.module
Class RemoveModuleAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--biouml.editor.module.RemoveModuleAction

public class RemoveModuleAction
extends AbstractAction


Field Summary
 final static StringKEY
           
 final static StringMODULE
           

Constructor Summary
RemoveModuleAction()
           

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

KEY

public final static String KEY

MODULE

public final static String MODULE
Constructor Detail

RemoveModuleAction

public RemoveModuleAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Association Links

to Class java.lang.String

to Class java.lang.String

to Class org.apache.log4j.Category


FOOTER

BOTTOM