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 GuiSwingMapperSetGuiSwingViewCollectionTable.columnMapperSetprotected static GuiSwingMapperSetGuiSwingMapperSet.defaultMapperSetprotected GuiSwingMapperSetGuiSwingViewObjectPane.mapperSetprotected GuiSwingMapperSetGuiSwingViewPropertyPane.mapperSetMethods 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.ViewGuiSwingMapperSet.addReprClassTableColumn(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a column view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.TableColumnGuiSwingMapperSet.addReprClassTableColumnToTop(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a column view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.TableColumnas top-precedenceGuiSwingMapperSet.addReprClassToTop(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view) register a mapping of reprClass and a regular view with the typeGuiSwingMapperSet.MapperMatchTypeDefault.Viewas top-precedencestatic GuiSwingMapperSetGuiSwingMapperSet.getDefaultMapperSet()Methods in org.autogui.swing with parameters of type GuiSwingMapperSetModifier and TypeMethodDescriptionstatic voidGuiSwingMapperSet.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 GuiSwingMapperSetGuiSwingTableColumnCollection.columnMapperSetprotected GuiSwingMapperSetGuiSwingTableColumnCollection.GuiSwingTableColumnProperty.columnMapperSetprotected GuiSwingMapperSetGuiSwingTableColumnSetDefault.columnMappingSetConstructors in org.autogui.swing.table with parameters of type GuiSwingMapperSetModifierConstructorDescriptionGuiSwingTableColumnCollection(GuiSwingMapperSet columnMapperSet) GuiSwingTableColumnProperty(GuiSwingMapperSet columnMapperSet) GuiSwingTableColumnSetDefault(GuiSwingMapperSet columnMappingSet)