Uses of Class
org.autogui.swing.GuiSwingMapperSet
Packages that use GuiSwingMapperSet
-
Uses of GuiSwingMapperSet in org.autogui.swing
Fields in org.autogui.swing declared as GuiSwingMapperSetModifier and TypeFieldDescriptionprotected GuiSwingMapperSet
GuiSwingViewCollectionTable.columnMapperSet
protected static GuiSwingMapperSet
GuiSwingMapperSet.defaultMapperSet
protected GuiSwingMapperSet
GuiSwingViewObjectPane.mapperSet
protected GuiSwingMapperSet
GuiSwingViewPropertyPane.mapperSet
Methods in org.autogui.swing that return GuiSwingMapperSetModifier and TypeMethodDescriptionGuiSwingMapperSet.add
(GuiSwingMapperSet.Mapper... mappers) GuiSwingMapperSet.addReprClass
(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a regular view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.View
GuiSwingMapperSet.addReprClassTableColumn
(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a column view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.TableColumn
GuiSwingMapperSet.addReprClassTableColumnToTop
(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a column view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.TableColumn
as top-precedenceGuiSwingMapperSet.addReprClassToTop
(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a regular view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.View
as top-precedencestatic GuiSwingMapperSet
GuiSwingMapperSet.getDefaultMapperSet()
Methods in org.autogui.swing with parameters of type GuiSwingMapperSetModifier and TypeMethodDescriptionstatic void
GuiSwingMapperSet.addDefaultReprClassesTo
(GuiSwingMapperSet viewSet) provide a default set of mappings between a representation and a view.Constructors in org.autogui.swing with parameters of type GuiSwingMapperSetModifierConstructorDescriptionGuiSwingViewCollectionTable
(GuiSwingMapperSet columnMapperSet) GuiSwingViewObjectPane
(GuiSwingMapperSet mapperSet) GuiSwingViewPropertyPane
(GuiSwingMapperSet mapperSet) GuiSwingViewTabbedPane
(GuiSwingMapperSet mapperSet) -
Uses of GuiSwingMapperSet in org.autogui.swing.table
Fields in org.autogui.swing.table declared as GuiSwingMapperSetModifier and TypeFieldDescriptionprotected GuiSwingMapperSet
GuiSwingTableColumnCollection.columnMapperSet
protected GuiSwingMapperSet
GuiSwingTableColumnCollection.GuiSwingTableColumnProperty.columnMapperSet
protected GuiSwingMapperSet
GuiSwingTableColumnSetDefault.columnMappingSet
Constructors in org.autogui.swing.table with parameters of type GuiSwingMapperSetModifierConstructorDescriptionGuiSwingTableColumnCollection
(GuiSwingMapperSet columnMapperSet) GuiSwingTableColumnProperty
(GuiSwingMapperSet columnMapperSet) GuiSwingTableColumnSetDefault
(GuiSwingMapperSet columnMappingSet)