|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.CellEditor
org.eclipse.datatools.sqltools.sqlbuilder.views.EditComboBoxCellEditor
org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.ExpressionsComboBoxCellEditor
public class ExpressionsComboBoxCellEditor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor |
---|
org.eclipse.jface.viewers.CellEditor.LayoutData |
Field Summary | |
---|---|
static java.lang.String |
ADDCASE
|
static java.lang.String |
ADDCAST
|
static java.lang.String |
ADDCONSTANT
|
static java.lang.String |
ADDEXPRBYOPERATOR
|
static java.lang.String |
ADDFUNCTION
|
static java.lang.String |
SELECTSUBQUERY
|
Fields inherited from class org.eclipse.jface.viewers.CellEditor |
---|
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO |
Constructor Summary | |
---|---|
ExpressionsComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent,
QueryStatement sqlStmt)
|
|
ExpressionsComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent,
QueryStatement sqlStmt,
java.util.Vector firstItems)
|
Method Summary | |
---|---|
void |
fillItems()
|
void |
includeCase(boolean includeIt)
|
void |
includeCast(boolean includeIt)
|
void |
includeConstant(boolean includeIt)
|
void |
includeExprByOperator(boolean includeIt)
|
void |
includeFunction(boolean includeIt)
|
void |
includeSubQuery(boolean includeIt)
|
Methods inherited from class org.eclipse.datatools.sqltools.sqlbuilder.views.EditComboBoxCellEditor |
---|
activate, appendQuotes, createItems, deactivate, forwardFocusLost, getComboBoxItems, getNeedQuotes, getPairDataType, getQuotesContext, setNeedQuotes, setPairDataType, setPairDataType, setQuotesContext |
Methods inherited from class org.eclipse.jface.viewers.CellEditor |
---|
activate, addListener, addPropertyChangeListener, create, dispose, getControl, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String ADDFUNCTION
public static java.lang.String ADDCASE
public static java.lang.String ADDCAST
public static java.lang.String ADDCONSTANT
public static java.lang.String SELECTSUBQUERY
public static java.lang.String ADDEXPRBYOPERATOR
Constructor Detail |
---|
public ExpressionsComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent, QueryStatement sqlStmt)
public ExpressionsComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent, QueryStatement sqlStmt, java.util.Vector firstItems)
Method Detail |
---|
public void includeFunction(boolean includeIt)
public void includeCase(boolean includeIt)
public void includeCast(boolean includeIt)
public void includeConstant(boolean includeIt)
public void includeSubQuery(boolean includeIt)
public void includeExprByOperator(boolean includeIt)
public void fillItems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |