Uses of Class
com.iizix.prop.ui.VSMappings
Packages that use VSMappings Package Description com.iizix.prop.content com.iizix.prop.ui com.iizix.prop.ui.map com.iizix.prop.ui.mlist Uses of VSMappings in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VSMappings Modifier and Type Method Description protected void
AbstractContentUIContainer. addMappings(VSMappings mappings, VSComponent vsStateFocus)
Gets the mappings of a VirtualSpace to the panel components.void
IContentData. addMappings(VSMappings mappings, java.lang.String uiRef, ITEM item)
Adds the mappings of a VirtualSpace to the panel components.protected void
AbstractContentUIContainer. addMappingsTable(java.lang.String uiRef, VSMappings mappings, VSComponent vsStateFocus)
Gets the VSTable mappings of a VirtualSpace to the panel components.Uses of VSMappings in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return VSMappings Modifier and Type Method Description VSMappings
UIPanelBase. getPanelMappings()
Gets the panels components that refer to the VirtualSpace in question, and their mappings to the VSComponent's.Methods in com.iizix.prop.ui with parameters of type VSMappings Modifier and Type Method Description protected void
UIComp. addMappings(VSMappings mappings, VSComponent vsStateFocus)
Gets the mappings of a VirtualSpace to the panel components.Uses of VSMappings in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type VSMappings Modifier and Type Method Description void
MapMarker. addMappings(VSMappings mappings, java.lang.String uiRef, MapMarkerProp item)
Adds the mappings of a VirtualSpace to the panel components.protected void
MapMarkerProp. addMappings(VSMappings mappings, VSComponent vsStateFocus)
Gets the mappings of a VirtualSpace to the panel components.Uses of VSMappings in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type VSMappings Modifier and Type Method Description void
MLItem. addMappings(VSMappings mappings, java.lang.String uiRef, MLItemProp item)
Adds the mappings of a VirtualSpace to the panel components.protected void
MLItemProp. addMappings(VSMappings mappings, VSComponent vsStateFocus)
Gets the mappings of a VirtualSpace to the panel components.