Uses of Class
com.iizigo.vs.wizards.VSComponentCreation
Packages that use VSComponentCreation
Package
Description
Uses of VSComponentCreation in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator that return types with arguments of type VSComponentCreationModifier and TypeMethodDescriptionNameVSFieldCreator.getCreations
(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UIComboBoxCreator.getCreations
(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UITableColumnCreator.getCreations
(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UITableCreator.getCreations
(EUITable uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.Uses of VSComponentCreation in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return types with arguments of type VSComponentCreationModifier and TypeMethodDescriptiondefault List<VSComponentCreation<?>>
IUICompCreator.getCreations
(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.Uses of VSComponentCreation in com.iizigo.vs.prop
Method parameters in com.iizigo.vs.prop with type arguments of type VSComponentCreationModifier and TypeMethodDescriptionEditorVirtualSpace.createVSComponents
(List<VSComponentCreation<?>> list, ComplexOperation op) Creates the list of VS components required.Uses of VSComponentCreation in com.iizigo.vs.wizards
Subclasses of VSComponentCreation in com.iizigo.vs.wizardsModifier and TypeClassDescriptionclass
Class for VirtualSpace Action creation used in the wizards e.g.class
Class for VirtualSpace Column creation used in the wizards e.g.class
Class for VirtualSpace Field creation used in the wizards e.g.class
Class for VirtualSpace Table creation used in the wizards e.g.