Class TagStructurePanel.TagAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.inductiveautomation.ignition.client.util.action.BaseAction
-
- com.inductiveautomation.ignition.designer.tags.editing.dialog.TagStructurePanel.TagAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- TagStructurePanel
protected abstract class TagStructurePanel.TagAction extends BaseAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagAction​(java.lang.String bundleKey, javax.swing.Icon icon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
evaluateEnabled()
Evaluates whether or not the action should be enabled-
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseAction
create, createButton, createButton, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
evaluateEnabled
protected boolean evaluateEnabled()
Description copied from class:BaseAction
Evaluates whether or not the action should be enabled- Overrides:
evaluateEnabled
in classBaseAction
-
-