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 EditorVSTable
EditorResultSetColumnProp. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.EditorVSTable
EditorResultSetProps. 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 EditorVSTable
NewVSTableWizardPage. create(ComplexOperation op)
Creates the table.static EditorVSTable
NewVSTableWizardPage. 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 EditorVSTable
EditorVSTable. clone()
Clone must be overridden.static EditorVSTable
EditorVSTable. createTable(PropCnr parent, java.lang.String suggestedName, CreateColumnData[] columns)
Creates a table with the suggested name to be placed in a container.EditorVSTable
EditorVSColumnHeader. getTable()
Gets the table of the header.EditorVSTable
EditorVSField. getTable()
Gets the table.EditorVSTable
EditorVSRow. getTable()
Gets the table of the row.EditorVSTable
EditorVSRows. 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 EditorVSTable
VSTableCreation. 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 EditorVSTable
EditorOutputTable. getVSTable()
Gets the VSTable.