Package xtwm.ui

Class PluginOptionsWindow

  • All Implemented Interfaces:
    java.lang.Comparable<TWidget>

    public class PluginOptionsWindow
    extends TWindow
    PluginOptionsWindow enables/disables and configures the available plugins.
    • Constructor Detail

      • PluginOptionsWindow

        public PluginOptionsWindow​(XTWMApplication application)
        Public constructor. The window will be centered on screen.
        Parameters:
        application - the TApplication that manages this window
    • Method Detail

      • onKeypress

        public void onKeypress​(TKeypressEvent keypress)
        Handle keystrokes.
        Overrides:
        onKeypress in class TWindow
        Parameters:
        keypress - keystroke event
      • onIdle

        public void onIdle()
        Method that subclasses can override to do processing when the UI is idle. Note that repainting is NOT assumed. To get a refresh after onIdle, call doRepaint().
        Overrides:
        onIdle in class TWidget
      • draw

        public void draw()
        Draw the options panel.
        Overrides:
        draw in class TWindow