Class ContextMenuActionAdapter

  • All Implemented Interfaces:
    IContextMenuAction

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

      • ContextMenuActionAdapter

        public ContextMenuActionAdapter()
    • Method Detail

      • 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.