Uses of Class
com.iizigo.vs.wizards.VSComponentCreation
Package
Description
Uses of VSComponentCreation in com.iizigo.panel.prop.creator
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionEditorVirtualSpace.createVSComponents
(List<VSComponentCreation<?>> list, ComplexOperation op) Creates the list of VS components required.Uses of VSComponentCreation in com.iizigo.vs.wizards
Modifier 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.