Uses of Class
com.iizigo.link.ui.UIBuilderSubOperation
Packages that use UIBuilderSubOperation
Uses of UIBuilderSubOperation in com.iizigo.link.ui
Methods in com.iizigo.link.ui with parameters of type UIBuilderSubOperationModifier and TypeMethodDescriptionboolean
UIBuilderOperation.isSelected
(UIBuilderSubOperation bop) Returns if a build operation is selected or not.Method parameters in com.iizigo.link.ui with type arguments of type UIBuilderSubOperationModifier 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
Subclasses of UIBuilderSubOperation in com.iizigo.link.ui.builderModifier 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.Method parameters in com.iizigo.link.ui.builder with type arguments of type UIBuilderSubOperationModifier 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.