Module org.autogui
Package org.autogui.swing.table
Interface GuiSwingTableColumn.ObjectTableColumnWithContext
- All Superinterfaces:
GuiSwingPrefsSupports.PreferencesUpdateSupport
,GuiSwingView.SettingsWindowClient
- All Known Implementing Classes:
GuiSwingTableColumnCollection.ObjectTableColumnCollectionWrapper
,ObjectTableColumnValue
- Enclosing interface:
GuiSwingTableColumn
public static interface GuiSwingTableColumn.ObjectTableColumnWithContext
extends GuiSwingPrefsSupports.PreferencesUpdateSupport, GuiSwingView.SettingsWindowClient
interface for
ObjectTableColumn
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectTableColumn
asColumn()
default void
void
loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
Methods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.PreferencesUpdateSupport
setPreferencesUpdater
Methods inherited from interface org.autogui.swing.GuiSwingView.SettingsWindowClient
getSettingsWindow, setSettingsWindow
-
Method Details
-
getContext
GuiMappingContext getContext() -
getSpecifierManager
GuiSwingView.SpecifierManager getSpecifierManager() -
asColumn
- Returns:
- always this
-
loadSwingPreferences
-
loadSwingPreferences
- Parameters:
prefs
- the source preferencesoptions
- processor- Since:
- 1.7
-
saveSwingPreferences
-