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 classNewVSComponentWizard<TYPE extends VSComponent>New VS Component wizard.Methods in com.iizigo.vs with parameters of type INewVSComponentWizardInfo Modifier and Type Method Description static EditorVSColumnHeaderNewVSColumnWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSFieldNewVSFieldWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSTableNewVSTableWizardPage. 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 classVSActionCreationClass for VirtualSpace Action creation used in the wizards e.g.classVSColumnCreationClass for VirtualSpace Column creation used in the wizards e.g.classVSComponentCreation<VSTYPE extends VSComponent>Class for VirtualSpace component creation used in the wizards e.g.classVSFieldCreationClass for VirtualSpace Field creation used in the wizards e.g.classVSTableCreationClass for VirtualSpace Table creation used in the wizards e.g.