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 classEditorVSGroupThe 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 VSGroupBaseEvent. getGroup(@VSRef java.lang.String path)Gets the group with the specified path.VSGroupBaseEvent. getGroup2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.VSGroupBaseEvent. getGroupNull(@VSRef java.lang.String path)Gets the group with the specified path.VSGroupBaseEvent. 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 VSGroupVSGroup. clone()Clones the VirtualSpace Group.default VSGroupIVSComponent. getGroup(@VSRef java.lang.String path)Gets the group with the specified path.VSGroupVirtualSpace. getGroup(@VSRef java.lang.String path)Gets the group with the specified path.default VSGroupIVSComponent. getGroup2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.VSGroupVirtualSpace. getGroup2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.default VSGroupIVSComponent. getGroupNull(@VSRef java.lang.String path)Gets the group with the specified path.VSGroupVirtualSpace. getGroupNull(@VSRef java.lang.String path)Gets the group with the specified path.default VSGroupIVSComponent. getGroupNull2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.VSGroupVirtualSpace. 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 voidVSGroupReference. onRemoved(VSGroup oldTarget)Called when the property reference has been disposed of e.g.protected voidVSGroupReference. 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 VSGroupTransportGroup.Settings. getSource()Gets the source VS group.VSGroupTransportGroup.Settings. getTarget()Gets the target VS group.