Package editor.tabpane
Class ToolContainer.DisplayTabsAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- editor.actions.GenericAction
-
- editor.tabpane.ToolContainer.DisplayTabsAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,javax.swing.event.ChangeListener
- Enclosing class:
- ToolContainer
class ToolContainer.DisplayTabsAction extends GenericAction
-
-
Field Summary
Fields Modifier and Type Field Description private boolean_enabled-
Fields inherited from class editor.actions.GenericAction
ACTION_PROPERTY, ALT, CTRL, SHIFT, TAG_CONTEXTS
-
-
Constructor Summary
Constructors Constructor Description DisplayTabsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)private voiddisplayTabPopup()booleanisEnabled()-
Methods inherited from class editor.actions.GenericAction
getConditionalActionHandler, getIcon, getId, getName, isSelected, parseAccelerator, setConditionalActionHandler, setIcon, stateChanged
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Overrides:
actionPerformedin classGenericAction
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfacejavax.swing.Action- Overrides:
isEnabledin classGenericAction
-
displayTabPopup
private void displayTabPopup()
-
-