Class ContextMenuActionAdapter

java.lang.Object
com.iizigo.editor.ContextMenuActionAdapter
All Implemented Interfaces:
IContextMenuAction

public abstract class ContextMenuActionAdapter extends Object implements IContextMenuAction
The adapter for the IContextMenuAction interface.
Author:
Christopher Mindus
  • Constructor Details

    • ContextMenuActionAdapter

      public ContextMenuActionAdapter()
  • Method Details

    • isEnabled

      public boolean isEnabled(DesignerProp target)
      Checks if the item is enabled. The default is always enabled.
      Specified by:
      isEnabled in interface IContextMenuAction
      Parameters:
      target - The target property.
      Returns:
      true always.