Class SettingsDialog

All Implemented Interfaces:
IHandleCancel, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SettingsDialog extends JDialog implements IHandleCancel
See Also:
  • Field Details

  • Constructor Details

    • SettingsDialog

      public SettingsDialog()
  • Method Details

    • configUi

      protected void configUi()
    • save

      private void save()
    • close

      private void close()
    • getSelectedTree

      public SettingsTree getSelectedTree()
    • makeButtonPanel

      private JPanel makeButtonPanel()
    • addSeparator

      private void addSeparator(JPanel buttonPanel)
    • addOkButton

      private void addOkButton(JPanel buttonPanel)
    • makeTreePanel

      private JComponent makeTreePanel()
    • makeSettingsTree

      private SettingsTree makeSettingsTree()
    • expandAll

      public void expandAll()
    • expandAll

      void expandAll(int startingIndex, int rowCount)
    • showConfigPanel

      private void showConfigPanel()
    • settingsChanged

      private void settingsChanged(ISettingsParameters params)
    • copyParams

      private ISettingsParameters copyParams(ISettings settings)
    • makeEmptyPanel

      private JComponent makeEmptyPanel()
    • modifiedConfig

      private void modifiedConfig(ISettings settings)
    • selectMruSettings

      private void selectMruSettings()
    • getGosuPanel

      private GosuPanel getGosuPanel()