Package com.iizigo.editor
Class ContextMenuActionAdapter
java.lang.Object
com.iizigo.editor.ContextMenuActionAdapter
- All Implemented Interfaces:
- IContextMenuAction
The adapter for the IContextMenuAction interface.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- boolean- isEnabled- (DesignerProp target) Checks if the item is enabled.- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface com.iizigo.editor.IContextMenuAction- run
- Constructor Details- ContextMenuActionAdapterpublic ContextMenuActionAdapter()
 
- Method Details- isEnabledChecks if the item is enabled. The default is always enabled.- Specified by:
- isEnabledin interface- IContextMenuAction
- Parameters:
- target- The target property.
- Returns:
- true always.