Class LookAndFeelPlugin

    • Field Detail

      • LOOK_AND_FEEL_NAME

        public static final java.lang.String LOOK_AND_FEEL_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • LookAndFeelPlugin

        public LookAndFeelPlugin​(PluginTool tool)
    • Method Detail

      • optionsChanged

        public void optionsChanged​(ToolOptions options,
                                   java.lang.String optionName,
                                   java.lang.Object oldValue,
                                   java.lang.Object newValue)
        Description copied from interface: OptionsChangeListener
        Notification that an option changed.

        Note: to reject an options change, you can throw a OptionsVetoException.

        Specified by:
        optionsChanged in interface OptionsChangeListener
        Parameters:
        options - options object containing the property that changed
        optionName - name of option that changed
        oldValue - old value of the option
        newValue - new value of the option
      • dispose

        public void dispose()
        Description copied from class: Plugin
        Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up.
        Overrides:
        dispose in class Plugin