Uses of Class
com.iizigo.vs.prop.EditorVSColumnHeader
Packages that use EditorVSColumnHeader Package Description com.iizigo.db.prop com.iizigo.vs com.iizigo.vs.prop com.iizigo.vs.wizards com.iizigo.ws.prop Uses of EditorVSColumnHeader in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVSColumnHeader Modifier and Type Method Description EditorVSColumnHeader
EditorResultSetColumnProp. getVSColumn()
Gets the VSColumnHeader.Uses of EditorVSColumnHeader in com.iizigo.vs
Methods in com.iizigo.vs that return EditorVSColumnHeader Modifier and Type Method Description EditorVSColumnHeader
NewVSColumnWizardPage. create(ComplexOperation op)
Creates the field.static EditorVSColumnHeader
NewVSColumnWizardPage. 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 EditorVSColumnHeader Modifier and Type Method Description static NewVSComponentWizard<EditorVSColumnHeader>
NewVSComponentWizard. newVSTableColumnWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Create a new instance of the wizard to create a field or a table column.Constructors in com.iizigo.vs with parameters of type EditorVSColumnHeader Constructor Description VSColumnTooltip(org.eclipse.swt.widgets.Composite parent, EditorVSColumnHeader header)
Constructor.Uses of EditorVSColumnHeader in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorVSColumnHeader Modifier and Type Method Description EditorVSColumnHeader
EditorVSColumnHeader. clone()
Clone must be overridden.EditorVSColumnHeader
EditorVSField. getColumn()
Gets the column instance of this field when it is in a table.EditorVSColumnHeader
EditorVSRow. getColumnHeader(int columnIndex)
Gets the headers columns for the row.EditorVSColumnHeader
EditorVSTable. getColumnHeader(int columnIndex)
Gets the headers columns for the row.EditorVSColumnHeader[]
EditorVSRow. getColumnHeaders()
Gets the headers columns for the row.EditorVSColumnHeader[]
EditorVSTable. getColumnHeaders()
Gets the headers columns for the row.Uses of EditorVSColumnHeader in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return EditorVSColumnHeader Modifier and Type Method Description protected EditorVSColumnHeader
VSColumnCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.Uses of EditorVSColumnHeader in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return EditorVSColumnHeader Modifier and Type Method Description EditorVSColumnHeader
EditorOutputColumn. getVSColumnHeader()
Gets the VSColumnHeader.