Module org.autogui

Interface GuiSwingView.SettingsWindowClient

All Known Subinterfaces:
GuiSwingTableColumn.ObjectTableColumnWithContext
All Known Implementing Classes:
GuiSwingTableColumnCollection.ObjectTableColumnCollectionWrapper, GuiSwingTableColumnImage.ColumnEditImagePane, GuiSwingTableColumnNumber.ColumnEditNumberSpinner, GuiSwingTableColumnNumber.ColumnNumberPane, GuiSwingTableColumnString.MultilineColumnTextPane, GuiSwingTableColumnString.MultilineColumnTextViewPane, GuiSwingTableModelCollection.GuiSwingTableModelColumns, GuiSwingViewCollectionTable.CollectionTable, GuiSwingViewDocumentEditor.PropertyDocumentEditorPane, GuiSwingViewDocumentEditor.PropertyDocumentTextPane, GuiSwingViewImagePane.PropertyImagePane, GuiSwingViewNumberSpinner.PropertyLabelNumber, GuiSwingViewNumberSpinner.PropertyNumberSpinner, LambdaProperty.LambdaCollectionTable, LambdaProperty.LambdaDocumentPlainEditorPane, LambdaProperty.LambdaDocumentTextPane, LambdaProperty.LambdaImagePane, LambdaProperty.LambdaNumberSpinner, ObjectTableColumnValue
Enclosing interface:
GuiSwingView

public static interface GuiSwingView.SettingsWindowClient
the interface for a client of SettingsWindow implemented by a GuiSwingView.ValuePane.
  • Method Details

    • setSettingsWindow

      void setSettingsWindow(SettingsWindow settingWindow)
      at initialization of the root-pane, the method will be called for existing sub-panes. a dynamically created view needs to be manually set by those panes.
      Parameters:
      settingWindow - a settings-window from the root-pane, which will be disposed at closing of the main window
    • getSettingsWindow

      SettingsWindow getSettingsWindow()