Uses of Class
com.iizix.prop.ui.VSMappings
Packages that use VSMappings
Package
Description
Uses of VSMappings in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VSMappingsModifier and TypeMethodDescriptionprotected void
AbstractContentUIContainer.addMappings
(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.void
IContentData.addMappings
(VSMappings mappings, String uiRef, ITEM item) Adds the mappings of a VirtualSpace to the panel components.protected void
AbstractContentUIContainer.addMappingsTable
(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 VSMappingsModifier and TypeMethodDescriptionfinal 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 VSMappingsModifier and TypeMethodDescriptionprotected 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 VSMappingsModifier and TypeMethodDescriptionvoid
MapMarker.addMappings
(VSMappings mappings, 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 VSMappingsModifier and TypeMethodDescriptionvoid
MLItem.addMappings
(VSMappings mappings, 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.