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 ObjectTableColumnasColumn()default GuiInitsgetInits()default voidvoidloadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidMethods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.PreferencesUpdateSupport
setPreferencesUpdaterMethods 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
-
getInits
- Returns:
- obtains attached inits to the context, or the default instance
- Since:
- 1.8
-