Uses of Class
org.autogui.base.mapping.GuiReprValue
Packages that use GuiReprValue
-
Uses of GuiReprValue in org.autogui.base.mapping
Subclasses of GuiReprValue in org.autogui.base.mappingModifier and TypeClassDescriptionclass
elements in a collection tableGuiReprCollectionTable
.class
representation forGuiTypeCollection
.class
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
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
propertyMethods in org.autogui.base.mapping that return GuiReprValueModifier and TypeMethodDescriptionstatic GuiReprValue
GuiRepresentation.createValue()
the repr type is abstract for any values and it will not be directly included in the default set.GuiMappingContext.getParentValuePane()
GuiMappingContext.getReprValue()
static GuiReprValue
GuiReprObjectPane.getReprValue
(GuiRepresentation repr) -
Uses of GuiReprValue in org.autogui.swing.mapping
Subclasses of GuiReprValue in org.autogui.swing.mappingModifier 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
.