Uses of Class
com.iizigo.vs.NewVSComponentWizard
Packages that use NewVSComponentWizard Package Description com.iizigo.vs Uses of NewVSComponentWizard in com.iizigo.vs
Methods in com.iizigo.vs that return NewVSComponentWizard Modifier and Type Method Description static NewVSComponentWizard<EditorVSAction>NewVSComponentWizard. newVSActionWizard(EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)Create a new instance of the wizard to create an action.static NewVSComponentWizard<EditorVSField>NewVSComponentWizard. newVSFieldWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo)Create a new instance of the wizard to create a field.static NewVSComponentWizard<EditorVSColumnHeader>NewVSComponentWizard. newVSTableColumnWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)Create a new instance of the wizard to create a field or a table column.static NewVSComponentWizard<EditorVSTable>NewVSComponentWizard. newVSTableWizard(EditorVirtualSpace virtualSpace, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)Create a new instance of the wizard to create a table.