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 Link icon

    • ContextMenuActionAdapter Link icon

      public ContextMenuActionAdapter()
  • Method Details Link icon

    • isEnabled Link icon

      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.