HEADER

biouml.editor
Class TogglePanelAction

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

public class TogglePanelAction
extends AbstractAction


Constructor Summary
TogglePanelAction(String key, PanelManager panelManager)
           

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

Constructor Detail

TogglePanelAction

public TogglePanelAction(String key, PanelManager panelManager)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Association Links

to Class java.lang.String

to Class com.developmentontheedge.application.PanelManager


FOOTER

BOTTOM