Uses of Class
com.iizigo.vs.prop.EditorVSAction
Package
Description
Uses of EditorVSAction in com.iizigo.actionactor
Modifier and TypeMethodDescriptionIEditorActionActor<?,
?> IEditorActionActorProvider.createEditorActionActor
(EditorVSAction action) Creates the editor action actor instance that is used in the editing process in the Designer.Uses of EditorVSAction in com.iizigo.db.actionactor
ModifierConstructorDescriptionCreates a new instance.Uses of EditorVSAction in com.iizigo.link.ui.builder
Modifier and TypeFieldDescriptionprotected final EditorVSAction
VSActionBuilderSubOp.action
The action.Modifier and TypeMethodDescriptionButtonBuilder.getVSComponentClass()
Returns the source VS component class.MenuItemBuilder.getVSComponentClass()
Returns the source VS component class.Modifier and TypeMethodDescriptionvoid
ButtonBuilder.addSubOperations
(IEUIContainer container, EditorVSAction comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
MenuItemBuilder.addSubOperations
(IEUIContainer container, EditorVSAction comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.ModifierConstructorDescriptionVSActionBuilderSubOp
(IEUIContainer container, EditorVSAction action) Constructor.Uses of EditorVSAction in com.iizigo.term.prop
ModifierConstructorDescriptionCreates a new instance.Uses of EditorVSAction in com.iizigo.vs
Modifier and TypeMethodDescriptionstatic NewVSComponentWizard<EditorVSAction>
NewVSComponentWizard.newVSActionWizard
(EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Create a new instance of the wizard to create an action.Modifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
VSActionTooltip.create
(org.eclipse.swt.widgets.Composite parent, EditorVSAction action) Creates the tooltip.Uses of EditorVSAction in com.iizigo.vs.actor
ModifierConstructorDescriptionEditorHistoryBackward
(EditorVSAction action) Creates a new instance.EditorHistoryForward
(EditorVSAction action) Creates a new instance.EditorSetFocus
(EditorVSAction action) Creates a new instance.Creates a new instance.Creates a new instance.EditorTransportField
(EditorVSAction action) Creates a new instance.Uses of EditorVSAction in com.iizigo.vs.link
Modifier and TypeMethodDescriptionprotected String
VSLinkAction.getOperation
(PropCnr target, EditorVSAction component) Returns the operation that linking will produce.protected boolean
VSLinkAction.isAlreadyLinked
(PropCnr target, EditorVSAction component) Verifies if the component has been linked already.Modifier and TypeMethodDescriptionprotected PropCnr
VSLinkAction.runOperation
(PropCnr target, ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Uses of EditorVSAction in com.iizigo.vs.prop
Uses of EditorVSAction in com.iizigo.vs.wizards
Modifier and TypeMethodDescriptionprotected EditorVSAction
VSActionCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.Uses of EditorVSAction in com.iizigo.ws.actionactor
ModifierConstructorDescriptionCreates a new instance.