java.lang.Object
org.autogui.swing.GuiSwingMapperSet.MapperReprClass
- All Implemented Interfaces:
GuiSwingMapperSet.Mapper
- Enclosing class:
GuiSwingMapperSet
public static class GuiSwingMapperSet.MapperReprClass
extends Object
implements GuiSwingMapperSet.Mapper
a mapping between a representation of a class and a view with a mapping type
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GuiSwingMapperSet.MapperMatchType
protected Class
<? extends GuiRepresentation> protected GuiSwingElement
-
Constructor Summary
ConstructorsConstructorDescriptionMapperReprClass
(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view, GuiSwingMapperSet.MapperMatchType matchType) -
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends GuiRepresentation> getView()
boolean
match
(GuiMappingContext context, GuiSwingMapperSet.MapperMatchType matchType) toString()
view
(GuiMappingContext context)
-
Field Details
-
reprClass
-
view
-
matchType
-
-
Constructor Details
-
MapperReprClass
public MapperReprClass(Class<? extends GuiRepresentation> reprClass, GuiSwingElement view, GuiSwingMapperSet.MapperMatchType matchType)
-
-
Method Details
-
match
- Specified by:
match
in interfaceGuiSwingMapperSet.Mapper
-
view
- Specified by:
view
in interfaceGuiSwingMapperSet.Mapper
-
getReprClass
-
getView
-
toString
-