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
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanisEnabled(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, waitMethods 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:
isEnabledin interfaceIContextMenuAction- Parameters:
target- The target property.- Returns:
- true always.