Class CustomizeAction

  • All Implemented Interfaces:
    IAction

    public class CustomizeAction
    extends Action
    This action launches the PaletteCustomizerDialog for the given palette.
    • Constructor Detail

      • CustomizeAction

        public CustomizeAction​(PaletteViewer palette)
        Constructor
        Parameters:
        palette - the palette which has to be customized when this action is run
    • Method Detail

      • run

        public void run()
        Opens the Customizer Dialog for the palette
        Specified by:
        run in interface IAction
        Overrides:
        run in class Action
        See Also:
        IAction.run()