Uses of Class
com.iizigo.vs.prop.EditorVSTable
Packages that use EditorVSTable
Package
Description
Uses of EditorVSTable in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVSTableModifier and TypeMethodDescriptionEditorResultSetColumnProp.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.EditorResultSetProps.getVSTable()
Gets the VirtualSpace table for all the output.Uses of EditorVSTable in com.iizigo.vs
Methods in com.iizigo.vs that return EditorVSTableModifier and TypeMethodDescriptionNewVSTableWizardPage.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 EditorVSTableModifier and TypeMethodDescriptionstatic NewVSComponentWizard<EditorVSTable>
NewVSComponentWizard.newVSTableWizard
(EditorVirtualSpace virtualSpace, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a table.Methods in com.iizigo.vs with parameters of type EditorVSTableModifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
VSTableTooltip.create
(org.eclipse.swt.widgets.Composite parent, EditorVSTable table) Creates the tooltip.Constructors in com.iizigo.vs with parameters of type EditorVSTableModifierConstructorDescriptionVSTableLabelProvider
(EditorVSTable table, ArrayList<IzFilter> filters) The VSTable being used for the table.Uses of EditorVSTable in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorVSTableModifier and TypeMethodDescriptionEditorVSTable.clone()
Clone must be overridden.static EditorVSTable
EditorVSTable.createTable
(PropCnr parent, String suggestedName, CreateColumnData[] columns) Creates a table with the suggested name to be placed in a container.EditorVSColumnHeader.getTable()
Gets the table of the headerBackground.EditorVSField.getTable()
Gets the table.EditorVSRow.getTable()
Gets the table of the row.EditorVSRows.getTable()
Gets the table of the row.Uses of EditorVSTable in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return EditorVSTableModifier and TypeMethodDescriptionprotected 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