Class TeamOptionsController

    • Constructor Detail

      • TeamOptionsController

        public TeamOptionsController()
    • Method Detail

      • getGui

        public javax.swing.JComponent getGui()
        Description copied from interface: IPreferencesController
        Get the GUI (the "view") controlled by this controller. This should not be a window (e.g. JDialog, JFrame) but rather a component embeddable in a window (e.g. JPanel).
      • restoreDefaults

        public void restoreDefaults()
        Description copied from interface: IPreferencesController
        Restore preferences controlled by this view to their default state.