Uses of Interface
org.autogui.base.mapping.GuiRepresentation
Packages that use GuiRepresentation
-
Uses of GuiRepresentation in org.autogui.base.mapping
Classes in org.autogui.base.mapping that implement GuiRepresentationModifier and TypeClassDescriptionclass
The abstract action component for an actionclass
the abstract action definition for a list (an action taking a list as its argument)class
elements in a collection tableGuiReprCollectionTable
.class
representation forGuiTypeCollection
.static class
the empty implementation of the representationclass
an object representation composing member sub-representationsclass
a tabbed version of object pane; match with a context that has 2 or more sub-contexts which are a sub-object or a collection property.class
a property member definition: [propertyName: [ propertyValueField ] ].class
a composition of representations.class
a value component associated withGuiTypeValue
.class
an abstract checkbox component for aBoolean
or primitive boolean propertyclass
a combo-box component for anEnum
propertyclass
class
a read-only text label for any type of object propertyclass
a spinner text-field component for aNumber
or primitive number propertyclass
a text-field component for aString
propertyFields in org.autogui.base.mapping declared as GuiRepresentationModifier and TypeFieldDescriptionprotected GuiRepresentation
GuiMappingContext.representation
protected GuiRepresentation
GuiReprCollectionElement.representation
protected GuiRepresentation
GuiReprCollectionTable.subRepresentation
protected GuiRepresentation
GuiReprObjectPane.subRepresentation
protected GuiRepresentation
GuiReprPropertyPane.subRepresentations
Fields in org.autogui.base.mapping with type parameters of type GuiRepresentationMethods in org.autogui.base.mapping that return GuiRepresentationModifier and TypeMethodDescriptionGuiReprCollectionTable.create
(GuiMappingContext context) GuiReprCollectionElement.createElement
(GuiRepresentation wrapped) GuiMappingContext.getParentRepresentation()
GuiMappingContext.getRepresentation()
GuiReprCollectionElement.getRepresentation()
GuiReprPropertyPane.getSubRepresentations()
Methods in org.autogui.base.mapping with parameters of type GuiRepresentationModifier and TypeMethodDescriptionGuiReprSet.add
(GuiRepresentation... rs) static GuiReprCollectionElement
GuiRepresentation.createCollectionElement
(GuiRepresentation owner) static GuiReprCollectionTable
GuiRepresentation.createCollectionTable
(GuiRepresentation owner) GuiReprCollectionElement.createElement
(GuiRepresentation wrapped) static GuiReprObjectPane
GuiRepresentation.createObjectPane
(GuiRepresentation owner) static GuiReprObjectTabbedPane
GuiRepresentation.createObjectTabbedPane
(GuiRepresentation owner) static GuiReprPropertyPane
GuiRepresentation.createPropertyPane
(GuiRepresentation owner) static GuiReprValue
GuiReprObjectPane.getReprValue
(GuiRepresentation repr) GuiReprSet.insert
(GuiRepresentation... rs) void
GuiMappingContext.setRepresentation
(GuiRepresentation representation) void
GuiReprPropertyPane.setSubRepresentations
(GuiRepresentation subRepresentations) Constructors in org.autogui.base.mapping with parameters of type GuiRepresentationModifierConstructorDescriptionGuiMappingContext
(GuiTypeElement typeElement, GuiRepresentation representation) GuiMappingContext
(GuiTypeElement typeElement, GuiRepresentation representation, Object source) GuiMappingContext
(GuiTypeElement typeElement, GuiRepresentation representation, GuiMappingContext parent, GuiMappingContext.GuiSourceValue source) GuiReprCollectionElement
(GuiRepresentation representation) GuiReprCollectionTable
(GuiRepresentation subRepresentation) GuiReprCollectionTable
(GuiRepresentation subRepresentation, GuiReprCollectionTable.ListConverter listConverter) GuiReprObjectPane
(GuiRepresentation subRepresentation) GuiReprObjectTabbedPane
(GuiRepresentation subRepresentation) GuiReprPropertyPane
(GuiRepresentation subRepresentations) -
Uses of GuiRepresentation in org.autogui.swing
Fields in org.autogui.swing with type parameters of type GuiRepresentationModifier and TypeFieldDescriptionprotected Class
<? extends GuiRepresentation> GuiSwingMapperSet.MapperReprClass.reprClass
Methods in org.autogui.swing that return types with arguments of type GuiRepresentationModifier and TypeMethodDescriptionClass
<? extends GuiRepresentation> GuiSwingMapperSet.MapperReprClass.getReprClass()
Methods in org.autogui.swing with parameters of type GuiRepresentationModifier and TypeMethodDescription<E,
T> GuiMappingContext LambdaProperty.LambdaCollectionTable.addColumnContext
(String name, Class<?> type, Function<E, T> getter, BiConsumer<E, T> setter, GuiRepresentation representation) static <T> GuiMappingContext
LambdaProperty.create
(Class<?> type, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) static <T> GuiMappingContext
LambdaProperty.create
(String name, Class<?> type, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) static <T> GuiMappingContext
LambdaProperty.createList
(Class<? extends List> listType, Class<?> elementType, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) static <T> GuiMappingContext
LambdaProperty.createList
(String name, Class<? extends List> listType, Class<?> elementType, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) Method parameters in org.autogui.swing with type arguments of type GuiRepresentationModifier and TypeMethodDescriptionGuiSwingMapperSet.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-precedenceConstructor parameters in org.autogui.swing with type arguments of type GuiRepresentationModifierConstructorDescriptionMapperReprClass
(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view, GuiSwingMapperSet.MapperMatchType matchType) -
Uses of GuiRepresentation in org.autogui.swing.mapping
Classes in org.autogui.swing.mapping that implement GuiRepresentationModifier and TypeClassDescriptionclass
a GUI component for a property holding aJComponent
class
a GUI representation for a property holding aDocument
,AbstractDocument.Content
, or aStringBuilder
.class
a GUI representation for a property holding anImage
.