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 Summary
Method Summary
Modifier and TypeMethodDescriptionboolean
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
ContextMenuActionAdapter
public ContextMenuActionAdapter()
Method Details
isEnabled
Checks if the item is enabled. The default is always enabled.- Specified by:
isEnabled
in interfaceIContextMenuAction
- Parameters:
target
- The target property.- Returns:
- true always.