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 TypeClassDescriptionclassThe abstract action component for an actionclassthe abstract action definition for a list (an action taking a list as its argument)classelements in a collection tableGuiReprCollectionTable.classrepresentation forGuiTypeCollection.static classthe empty implementation of the representationclassan object representation composing member sub-representationsclassa 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.classa property member definition: [propertyName: [ propertyValueField ] ].classa composition of representations.classa value component associated withGuiTypeValue.classan abstract checkbox component for aBooleanor primitive boolean propertyclassa combo-box component for anEnumpropertyclassclassa read-only text label for any type of object propertyclassa spinner text-field component for aNumberor primitive number propertyclassa text-field component for aStringpropertyFields in org.autogui.base.mapping declared as GuiRepresentationModifier and TypeFieldDescriptionprotected GuiRepresentationGuiMappingContext.representationprotected GuiRepresentationGuiReprCollectionElement.representationprotected GuiRepresentationGuiReprCollectionTable.subRepresentationprotected GuiRepresentationGuiReprObjectPane.subRepresentationprotected GuiRepresentationGuiReprPropertyPane.subRepresentationsFields 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 GuiReprCollectionElementGuiRepresentation.createCollectionElement(GuiRepresentation owner) static GuiReprCollectionTableGuiRepresentation.createCollectionTable(GuiRepresentation owner) GuiReprCollectionElement.createElement(GuiRepresentation wrapped) static GuiReprObjectPaneGuiRepresentation.createObjectPane(GuiRepresentation owner) static GuiReprObjectTabbedPaneGuiRepresentation.createObjectTabbedPane(GuiRepresentation owner) static GuiReprPropertyPaneGuiRepresentation.createPropertyPane(GuiRepresentation owner) static GuiReprValueGuiReprObjectPane.getReprValue(GuiRepresentation repr) GuiReprSet.insert(GuiRepresentation... rs) voidGuiMappingContext.setRepresentation(GuiRepresentation representation) voidGuiReprPropertyPane.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.reprClassMethods 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> GuiMappingContextLambdaProperty.create(Class<?> type, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) static <T> GuiMappingContextLambdaProperty.create(String name, Class<?> type, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) static <T> GuiMappingContextLambdaProperty.createList(Class<? extends List> listType, Class<?> elementType, Supplier<T> getter, Consumer<T> setter, GuiRepresentation repr) static <T> GuiMappingContextLambdaProperty.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.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-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 TypeClassDescriptionclassa GUI component for a property holding aJComponentclassa GUI representation for a property holding aDocument,AbstractDocument.Content, or aStringBuilder.classa GUI representation for a property holding anImage.