Uses of Class
com.iizigo.link.ui.UIBuilderSubOperation
Uses of UIBuilderSubOperation in com.iizigo.link.ui
Modifier and TypeMethodDescriptionboolean
UIBuilderOperation.isSelected
(UIBuilderSubOperation bop) Returns if a build operation is selected or not.Modifier and TypeMethodDescriptionvoid
IUIBuilder.addSubOperations
(IEUIContainer container, org.eclipse.core.runtime.IAdaptable source, Collection<UIBuilderSubOperation> subOps) Adds the operation node(s) for presentation in the link wizard main page.default void
IUIBuilderFromVS.addSubOperations
(IEUIContainer container, org.eclipse.core.runtime.IAdaptable source, Collection<UIBuilderSubOperation> subOps) Adds the operation node(s) for presentation in the link wizard main page.void
IUIBuilderFromVS.addSubOperations
(IEUIContainer container, VS_COMP comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.Uses of UIBuilderSubOperation in com.iizigo.link.ui.builder
Modifier and TypeClassDescriptionclass
An action builder sub-operation.class
Field text builder sub-operation.class
An action builder sub-operation.class
Field text area builder sub-operation.class
Field text builder sub-operation.class
An action builder sub-operation.class
A field builder sub-operation.Modifier and TypeMethodDescriptionvoid
ButtonBuilder.addSubOperations
(IEUIContainer container, EditorVSAction comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
ComboBoxBuilder.addSubOperations
(IEUIContainer container, EditorVSField 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.void
TextAreaBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
TextBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.