Uses of Class
com.iizigo.vs.wizards.VSComponentCreation
Packages that use VSComponentCreation Package Description com.iizigo.panel.prop.creator com.iizigo.panel.wizards com.iizigo.vs.prop com.iizigo.vs.wizards Uses of VSComponentCreation in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator that return types with arguments of type VSComponentCreation Modifier and Type Method Description java.util.List<VSComponentCreation<?>>
NameVSFieldCreator. getCreations(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>
UIComboBoxCreator. getCreations(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>
UITableColumnCreator. getCreations(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>
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 VSComponentCreation Modifier and Type Method Description default java.util.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 VSComponentCreation Modifier and Type Method Description java.lang.String
EditorVirtualSpace. createVSComponents(java.util.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.wizards Modifier and Type Class Description class
VSActionCreation
Class for VirtualSpace Action creation used in the wizards e.g.class
VSColumnCreation
Class for VirtualSpace Column creation used in the wizards e.g.class
VSFieldCreation
Class for VirtualSpace Field creation used in the wizards e.g.class
VSTableCreation
Class for VirtualSpace Table creation used in the wizards e.g.