com.japisoft.framework.dockable.action
Class BasicAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--com.japisoft.framework.dockable.action.BasicAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, DockableAction, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
ExtractAction, MaxMinAction

public class BasicAction
extends javax.swing.AbstractAction
implements DockableAction

Common implementation for action

Author:
(c) 2003 JAPISOFT
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
BasicAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setDockableContext(BasicInnerWindow panel)
          Set the panel used for this action
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAction

public BasicAction()
Method Detail

setDockableContext

public void setDockableContext(BasicInnerWindow panel)
Description copied from interface: DockableAction
Set the panel used for this action

Specified by:
setDockableContext in interface DockableAction

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener