|
|||||||||
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.jface.viewers.TextCellEditor
org.openoffice.ide.eclipse.core.gui.TypeCellEditor
public class TypeCellEditor
Table cell editor for UNO types.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor |
---|
org.eclipse.jface.viewers.CellEditor.LayoutData |
Field Summary |
---|
Fields inherited from class org.eclipse.jface.viewers.TextCellEditor |
---|
text |
Fields inherited from class org.eclipse.jface.viewers.CellEditor |
---|
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO |
Constructor Summary | |
---|---|
TypeCellEditor(org.eclipse.swt.widgets.Composite pParent,
int pTypeMask)
Constructor. |
Method Summary | |
---|---|
protected org.eclipse.swt.widgets.Control |
createControl(org.eclipse.swt.widgets.Composite pParent)
|
protected void |
focusLost()
|
void |
includeSequences(boolean pInclude)
Set whether the row should support include auto-completion for sequences. |
void |
includeSimpleTypes(boolean pInclude)
Set whether the row should support include auto-completion for simple UNO types. |
void |
includeVoid(boolean pInclude)
Set whether the row should support include auto-completion for the void type. |
protected java.lang.Object |
openDialogBox(org.eclipse.swt.widgets.Composite pParent)
Open the type chooser dialog. |
Methods inherited from class org.eclipse.jface.viewers.TextCellEditor |
---|
dependsOnExternalFocusListener, doGetValue, doSetFocus, doSetValue, editOccured, getLayoutData, handleDefaultSelection, isCopyEnabled, isCutEnabled, isDeleteEnabled, isPasteEnabled, isSaveAllEnabled, isSelectAllEnabled, keyReleaseOccured, performCopy, performCut, performDelete, performPaste, performSelectAll |
Methods inherited from class org.eclipse.jface.viewers.CellEditor |
---|
activate, activate, addListener, addPropertyChangeListener, create, deactivate, deactivate, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, getControl, getDoubleClickTimeout, getErrorMessage, getStyle, getValidator, getValue, isActivated, isCorrect, isDirty, isFindEnabled, isRedoEnabled, isUndoEnabled, isValueValid, markDirty, performFind, performRedo, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeCellEditor(org.eclipse.swt.widgets.Composite pParent, int pTypeMask)
The types mask is an integer from 0 to 2048-1. The type mask can be
obtained by bit-OR of the types constants defined in InternalUnoType
class.
pParent
- the parent composite.pTypeMask
- the types to show.Method Detail |
---|
public void includeSequences(boolean pInclude)
pInclude
- true
if the row can auto-complete sequencespublic void includeSimpleTypes(boolean pInclude)
pInclude
- true
if the row can auto-complete sequencesto include/exclude the void type
public void includeVoid(boolean pInclude)
pInclude
- true
if the row can auto-complete sequencesfor more precisions on the inclusion
of the void type dependence on the other simple types inclusion.
protected java.lang.Object openDialogBox(org.eclipse.swt.widgets.Composite pParent)
pParent
- the parent composite
protected void focusLost()
focusLost
in class org.eclipse.jface.viewers.CellEditor
protected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite pParent)
createControl
in class org.eclipse.jface.viewers.TextCellEditor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |