public class RichTextCellEditor
extends org.eclipse.jface.viewers.CellEditor
Constructor and Description |
---|
RichTextCellEditor()
Constructor
|
RichTextCellEditor(org.eclipse.swt.widgets.Composite parent)
Constructor
|
RichTextCellEditor(org.eclipse.swt.widgets.Composite parent,
int style)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
createControl(org.eclipse.swt.widgets.Composite parent) |
com.ibm.xtools.richtext.control.internal.IRichText |
createRichTextControl(org.eclipse.swt.widgets.Composite parent)
Deprecated.
use createTextControl method instead
|
ITextControl |
createTextControl(org.eclipse.swt.widgets.Composite parent)
Creates a rich text control.
|
void |
dispose() |
protected java.lang.Object |
doGetValue() |
protected void |
doSetFocus() |
protected void |
doSetValue(java.lang.Object value) |
void |
focusLost() |
com.ibm.xtools.richtext.control.internal.IRichText |
getRte()
Deprecated.
use getTextControl method instead
|
ITextControl |
getTextControl()
Returns the ITextControl of this editor.
|
boolean |
hasValueChanged()
Returns true if the content of this rich text cell editor has been
changed.
|
void |
init()
initialization method for this RichTextCellEditor
|
boolean |
isActivated() |
activate, activate, addListener, addPropertyChangeListener, create, deactivate, deactivate, dependsOnExternalFocusListener, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, getControl, getDoubleClickTimeout, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, keyReleaseOccured, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
public RichTextCellEditor()
public RichTextCellEditor(org.eclipse.swt.widgets.Composite parent)
parent
- the widget that contains this RichTextCellEditorpublic RichTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style)
parent
- the widget that contains this RichTextCellEditorstyle
- the style of this RichTextCellEditorprotected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in class org.eclipse.jface.viewers.CellEditor
public com.ibm.xtools.richtext.control.internal.IRichText createRichTextControl(org.eclipse.swt.widgets.Composite parent)
parent
- public ITextControl createTextControl(org.eclipse.swt.widgets.Composite parent)
parent
- the parent widget to host the controlpublic void focusLost()
focusLost
in class org.eclipse.jface.viewers.CellEditor
public boolean isActivated()
isActivated
in class org.eclipse.jface.viewers.CellEditor
public void dispose()
dispose
in class org.eclipse.jface.viewers.CellEditor
protected java.lang.Object doGetValue()
doGetValue
in class org.eclipse.jface.viewers.CellEditor
protected void doSetFocus()
doSetFocus
in class org.eclipse.jface.viewers.CellEditor
protected void doSetValue(java.lang.Object value)
doSetValue
in class org.eclipse.jface.viewers.CellEditor
public boolean hasValueChanged()
public ITextControl getTextControl()
public com.ibm.xtools.richtext.control.internal.IRichText getRte()
public void init()