Uses of Class
com.iizix.prop.vs.actor.ActionActors
Packages that use ActionActors Package Description com.iizigo.vs.actor com.iizigo.vs.prop com.iizix.prop.vs com.iizix.prop.vs.actor Uses of ActionActors in com.iizigo.vs.actor
Subclasses of ActionActors in com.iizigo.vs.actor Modifier and Type Class Description class
EditorActionActors
The Editor version of class container for associated action actors of a VSAction.Uses of ActionActors in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return ActionActors Modifier and Type Method Description protected ActionActors
EditorVSAction. createActionActors()
Creates a new instance of the action actors.Uses of ActionActors in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as ActionActors Modifier and Type Field Description protected ActionActors
VSAction. actors
The action actors container.Methods in com.iizix.prop.vs that return ActionActors Modifier and Type Method Description protected ActionActors
VSAction. createActionActors()
Creates a new instance of the action actors, overridden for the Editor.ActionActors
VSAction. getActionActors()
Gets the action actors instance.Uses of ActionActors in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return ActionActors Modifier and Type Method Description ActionActors
ActionActors. clone()
Clones the instance.