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.MapperMatchTypeprotected 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()booleanmatch(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:
matchin interfaceGuiSwingMapperSet.Mapper
-
view
- Specified by:
viewin interfaceGuiSwingMapperSet.Mapper
-
getReprClass
-
getView
-
toString
-