|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.common.ui.tableviewer.AccessibleTableEditorImpl
public abstract class AccessibleTableEditorImpl
Internal accessible table viewer implementation.
Method Summary | |
---|---|
void |
applyEditorValue()
Deactivates the currently active cell editor. |
void |
cancelEditing()
Cancels the active cell editor, without saving the value back to the domain model. |
void |
editElement(java.lang.Object element,
int column)
Start editing the given element. |
org.eclipse.jface.viewers.CellEditor[] |
getCellEditors()
Return the array of CellEditors used in the viewer |
org.eclipse.jface.viewers.ICellModifier |
getCellModifier()
Get the cell modifier |
java.lang.Object[] |
getColumnProperties()
Return the properties for the column |
org.eclipse.jface.viewers.StructuredViewer |
getViewer()
Returns this TableViewerImpl viewer |
boolean |
isCellEditorActive()
Return whether there is an active cell editor. |
void |
setCellEditors(org.eclipse.jface.viewers.CellEditor[] editors)
Set the cell editors |
void |
setCellModifier(org.eclipse.jface.viewers.ICellModifier modifier)
Set the cell modifier |
void |
setColumnProperties(java.lang.String[] columnProperties)
Set the column properties |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.eclipse.jface.viewers.StructuredViewer getViewer()
TableViewerImpl
viewer
public void applyEditorValue()
public void cancelEditing()
public void editElement(java.lang.Object element, int column)
element
- column
- public org.eclipse.jface.viewers.CellEditor[] getCellEditors()
public org.eclipse.jface.viewers.ICellModifier getCellModifier()
public java.lang.Object[] getColumnProperties()
public boolean isCellEditorActive()
true
if there is an active cell editor; otherwise false
is returned.public void setCellEditors(org.eclipse.jface.viewers.CellEditor[] editors)
editors
- public void setCellModifier(org.eclipse.jface.viewers.ICellModifier modifier)
modifier
- public void setColumnProperties(java.lang.String[] columnProperties)
columnProperties
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |