Uses of Class
com.iizigo.vs.prop.EditorVSTable
Packages that use EditorVSTable Package Description com.iizigo.db.prop com.iizigo.vs com.iizigo.vs.prop com.iizigo.vs.wizards com.iizigo.ws.prop Uses of EditorVSTable in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVSTable Modifier and Type Method Description EditorVSTableEditorResultSetColumnProp. getVSTable(VSTableColumnReference ref)Gets the VSTable for a VSTableColumnReference instance.EditorVSTableEditorResultSetProps. getVSTable()Gets the VirtualSpace table for all the output.Uses of EditorVSTable in com.iizigo.vs
Methods in com.iizigo.vs that return EditorVSTable Modifier and Type Method Description EditorVSTableNewVSTableWizardPage. create(ComplexOperation op)Creates the table.static EditorVSTableNewVSTableWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.Methods in com.iizigo.vs that return types with arguments of type EditorVSTable Modifier and Type Method Description static NewVSComponentWizard<EditorVSTable>NewVSComponentWizard. newVSTableWizard(EditorVirtualSpace virtualSpace, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)Create a new instance of the wizard to create a table.Constructors in com.iizigo.vs with parameters of type EditorVSTable Constructor Description VSTableLabelProvider(EditorVSTable table, java.util.ArrayList<IzFilter> filters)The VSTable being used for the table.VSTableTooltip(org.eclipse.swt.widgets.Composite parent, EditorVSTable table)Constructor.Uses of EditorVSTable in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorVSTable Modifier and Type Method Description EditorVSTableEditorVSTable. clone()Clone must be overridden.static EditorVSTableEditorVSTable. createTable(PropCnr parent, java.lang.String suggestedName, CreateColumnData[] columns)Creates a table with the suggested name to be placed in a container.EditorVSTableEditorVSColumnHeader. getTable()Gets the table of the header.EditorVSTableEditorVSField. getTable()Gets the table.EditorVSTableEditorVSRow. getTable()Gets the table of the row.EditorVSTableEditorVSRows. getTable()Gets the table of the row.Uses of EditorVSTable in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return EditorVSTable Modifier and Type Method Description protected EditorVSTableVSTableCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.Uses of EditorVSTable in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return EditorVSTable Modifier and Type Method Description EditorVSTableEditorOutputTable. getVSTable()Gets the VSTable.