Uses of Interface
com.iizigo.vs.INewVSComponentWizardInfo
Packages that use INewVSComponentWizardInfo Package Description com.iizigo.vs com.iizigo.vs.wizards Uses of INewVSComponentWizardInfo in com.iizigo.vs
Classes in com.iizigo.vs that implement INewVSComponentWizardInfo Modifier and Type Class Description class
NewVSComponentWizard<TYPE extends VSComponent>
New VS Component wizard.Methods in com.iizigo.vs with parameters of type INewVSComponentWizardInfo Modifier and Type Method Description static EditorVSColumnHeader
NewVSColumnWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSField
NewVSFieldWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSTable
NewVSTableWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.Constructors in com.iizigo.vs with parameters of type INewVSComponentWizardInfo Constructor Description NewVSColumnWizardPage(INewVSComponentWizardInfo info)
Create the wizard.NewVSFieldWizardPage(INewVSComponentWizardInfo info)
Create the wizard.NewVSTableWizardPage(INewVSComponentWizardInfo info)
Create the wizard.Uses of INewVSComponentWizardInfo in com.iizigo.vs.wizards
Classes in com.iizigo.vs.wizards that implement INewVSComponentWizardInfo 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
VSComponentCreation<VSTYPE extends VSComponent>
Class for VirtualSpace component 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.