HEADER

com.developmentontheedge.application.action
Class SeparatorAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--com.developmentontheedge.application.action.SeparatorAction

public class SeparatorAction
extends AbstractAction

Special action that is used as separator to be inserted between other actions.


Field Summary
 final static StringDIMENSION
          Key to get separator size.

Constructor Summary
SeparatorAction()
           
SeparatorAction(Dimension dimension)
           

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

DIMENSION

public final static String DIMENSION
Key to get separator size.
Constructor Detail

SeparatorAction

public SeparatorAction()

SeparatorAction

public SeparatorAction(Dimension dimension)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Association Links

to Class java.lang.String

Key to get separator size.

FOOTER

BOTTOM