Class FontSelectionController

    • Constructor Detail

      • FontSelectionController

        public FontSelectionController()
    • 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.