Class CustomizeAction

All Implemented Interfaces:
IAction

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

    • CustomizeAction

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

    • run

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