Uses of Class
com.iizix.prop.vs.VSGroup
Packages that use VSGroup Package Description com.iizigo.vs.prop com.iizix.api com.iizix.prop.vs com.iizix.prop.vs.actor Uses of VSGroup in com.iizigo.vs.prop
Subclasses of VSGroup in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVSGroup
The Editor VirtualSpace Group property class.Uses of VSGroup in com.iizix.api
Methods in com.iizix.api that return VSGroup Modifier and Type Method Description VSGroup
BaseEvent. getGroup(@VSRef java.lang.String path)
Gets the group with the specified path.VSGroup
BaseEvent. getGroup2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.VSGroup
BaseEvent. getGroupNull(@VSRef java.lang.String path)
Gets the group with the specified path.VSGroup
BaseEvent. getGroupNull2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.Uses of VSGroup in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSGroup Modifier and Type Method Description VSGroup
VSGroup. clone()
Clones the VirtualSpace Group.default VSGroup
IVSComponent. getGroup(@VSRef java.lang.String path)
Gets the group with the specified path.VSGroup
VirtualSpace. getGroup(@VSRef java.lang.String path)
Gets the group with the specified path.default VSGroup
IVSComponent. getGroup2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.VSGroup
VirtualSpace. getGroup2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.default VSGroup
IVSComponent. getGroupNull(@VSRef java.lang.String path)
Gets the group with the specified path.VSGroup
VirtualSpace. getGroupNull(@VSRef java.lang.String path)
Gets the group with the specified path.default VSGroup
IVSComponent. getGroupNull2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.VSGroup
VirtualSpace. getGroupNull2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.Methods in com.iizix.prop.vs with parameters of type VSGroup Modifier and Type Method Description protected void
VSGroupReference. onRemoved(VSGroup oldTarget)
Called when the property reference has been disposed of e.g.protected void
VSGroupReference. onResolved(VSGroup target)
Called when the property reference has been resolved.Uses of VSGroup in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return VSGroup Modifier and Type Method Description VSGroup
TransportGroup.Settings. getSource()
Gets the source VS group.VSGroup
TransportGroup.Settings. getTarget()
Gets the target VS group.