Class ChangeIconSizeAction

  • All Implemented Interfaces:
    IAction

    public class ChangeIconSizeAction
    extends Action
    This action toggles the "Use Large Icons" option for the current layout mode of the palette.
    • Constructor Detail

      • ChangeIconSizeAction

        public ChangeIconSizeAction​(PaletteViewerPreferences prefs)
        Constructor
        Parameters:
        prefs - The PaletteViewerPreferences object that this action is manipulating
    • Method Detail

      • run

        public void run()
        Toggles the "Use Large Icons" option for the current layout mode.
        Specified by:
        run in interface IAction
        Overrides:
        run in class Action
        See Also:
        Action.run()