blob: 038f5b3691f2504717ec46f1f5f6d483f7561b1c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Thu Jul 23 15:58:31 CEST 2020 -->
<title>RichTextCellEditor</title>
<meta name="date" content="2020-07-23">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RichTextCellEditor";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RichTextCellEditor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider.html" title="class in org.eclipse.nebula.widgets.richtext"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" target="_top">Frames</a></li>
<li><a href="RichTextCellEditor.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.eclipse.jface.viewers.CellEditor">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.nebula.widgets.richtext</div>
<h2 title="Class RichTextCellEditor" class="title">Class RichTextCellEditor</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.eclipse.jface.viewers.CellEditor</li>
<li>
<ul class="inheritance">
<li>org.eclipse.nebula.widgets.richtext.RichTextCellEditor</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">RichTextCellEditor</span>
extends org.eclipse.jface.viewers.CellEditor</pre>
<div class="block">A cell editor that manages HTML entry fields. It uses the <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a> as editing
control.
<p>
It creates the <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a> instance always using the style bit <code>SWT.EMBEDDED</code> to
ensure the editor is opened with a minimum size. Otherwise the editing framework will set the
bounds to the size of the current cell, which makes the editor unusable.
</p>
<p>
Additionally it supports the style bit <code>SWT.RESIZE</code> which is set by default if no
specialized style is set. This enables resizing support of the embedded inline
<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a>. By additionally specifying the <code>SWT.MIN</code> style bit, it is not
possible for a user to resize the editor below the specified minimum size via
</p>
<p>
As the <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a> uses a <code>Browser</code> internally, it is also possible to specify
the browser type via style bit.
</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.eclipse.jface.viewers.CellEditor">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.eclipse.jface.viewers.CellEditor</h3>
<code>org.eclipse.jface.viewers.CellEditor.LayoutData</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#editor">editor</a></span></code>
<div class="block">The rich text editor control, initially <code>null</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#editorConfiguration">editorConfiguration</a></span></code>
<div class="block">The <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> that should be used for creating the inline rich text editor
control.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.jface.viewers.CellEditor">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.jface.viewers.CellEditor</h3>
<code>COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#RichTextCellEditor-org.eclipse.swt.widgets.Composite-">RichTextCellEditor</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent)</code>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the default <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#RichTextCellEditor-org.eclipse.swt.widgets.Composite-int-">RichTextCellEditor</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent,
int&nbsp;style)</code>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the default <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a>
and the given style bits.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#RichTextCellEditor-org.eclipse.swt.widgets.Composite-org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration-int-">RichTextCellEditor</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent,
<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a>&nbsp;editorConfiguration,
int&nbsp;style)</code>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the given <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> and
the given style bits.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#RichTextCellEditor-org.eclipse.swt.widgets.Composite-org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration-">RichTextCellEditor</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent,
<a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar">ToolbarConfiguration</a>&nbsp;toolbarConfiguration)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use a constructor with <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> parameter</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#RichTextCellEditor-org.eclipse.swt.widgets.Composite-org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration-int-">RichTextCellEditor</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent,
<a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar">ToolbarConfiguration</a>&nbsp;toolbarConfiguration,
int&nbsp;style)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use a constructor with <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> parameter</span></div>
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#create-org.eclipse.swt.widgets.Composite-">create</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected org.eclipse.swt.widgets.Control</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#createControl-org.eclipse.swt.widgets.Composite-">createControl</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#doGetValue--">doGetValue</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#doSetFocus--">doSetFocus</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#doSetValue-java.lang.Object-">doSetValue</a></span>(java.lang.Object&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#editOccured-org.eclipse.swt.events.ModifyEvent-">editOccured</a></span>(org.eclipse.swt.events.ModifyEvent&nbsp;e)</code>
<div class="block">Processes a modify event that occurred in this rich text cell editor.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#focusLost--">focusLost</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>protected org.eclipse.swt.graphics.Point</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#getMinimumDimension--">getMinimumDimension</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html#getRichTextEditor--">getRichTextEditor</a></span>()</code>
<div class="block">Return the created <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a> control.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.jface.viewers.CellEditor">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jface.viewers.CellEditor</h3>
<code>activate, activate, addListener, addPropertyChangeListener, deactivate, deactivate, dependsOnExternalFocusListener, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, getControl, getDoubleClickTimeout, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, 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</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="editor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>editor</h4>
<pre>protected&nbsp;<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a> editor</pre>
<div class="block">The rich text editor control, initially <code>null</code>.</div>
</li>
</ul>
<a name="editorConfiguration">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>editorConfiguration</h4>
<pre>protected&nbsp;<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a> editorConfiguration</pre>
<div class="block">The <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> that should be used for creating the inline rich text editor
control. If <code>null</code> the default <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> will be used.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="RichTextCellEditor-org.eclipse.swt.widgets.Composite-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RichTextCellEditor</h4>
<pre>public&nbsp;RichTextCellEditor(org.eclipse.swt.widgets.Composite&nbsp;parent)</pre>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the default <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>parent</code> - The parent composite.</dd>
</dl>
</li>
</ul>
<a name="RichTextCellEditor-org.eclipse.swt.widgets.Composite-org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RichTextCellEditor</h4>
<pre>@Deprecated
public&nbsp;RichTextCellEditor(org.eclipse.swt.widgets.Composite&nbsp;parent,
<a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar">ToolbarConfiguration</a>&nbsp;toolbarConfiguration)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use a constructor with <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> parameter</span></div>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the given
<a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar"><code>ToolbarConfiguration</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>parent</code> - The parent composite.</dd>
<dd><code>toolbarConfiguration</code> - The <a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar"><code>ToolbarConfiguration</code></a> that
should be used for creating the <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a>.</dd>
</dl>
</li>
</ul>
<a name="RichTextCellEditor-org.eclipse.swt.widgets.Composite-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RichTextCellEditor</h4>
<pre>public&nbsp;RichTextCellEditor(org.eclipse.swt.widgets.Composite&nbsp;parent,
int&nbsp;style)</pre>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the default <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a>
and the given style bits.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>parent</code> - The parent composite.</dd>
<dd><code>style</code> - The style bits to use.</dd>
</dl>
</li>
</ul>
<a name="RichTextCellEditor-org.eclipse.swt.widgets.Composite-org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RichTextCellEditor</h4>
<pre>@Deprecated
public&nbsp;RichTextCellEditor(org.eclipse.swt.widgets.Composite&nbsp;parent,
<a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar">ToolbarConfiguration</a>&nbsp;toolbarConfiguration,
int&nbsp;style)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use a constructor with <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> parameter</span></div>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the given
<a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar"><code>ToolbarConfiguration</code></a> and the given style
bits.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>parent</code> - The parent composite.</dd>
<dd><code>toolbarConfiguration</code> - The <a href="../../../../../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar"><code>ToolbarConfiguration</code></a> that
should be used for creating the <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a>.</dd>
<dd><code>style</code> - The style bits to use.</dd>
</dl>
</li>
</ul>
<a name="RichTextCellEditor-org.eclipse.swt.widgets.Composite-org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RichTextCellEditor</h4>
<pre>public&nbsp;RichTextCellEditor(org.eclipse.swt.widgets.Composite&nbsp;parent,
<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a>&nbsp;editorConfiguration,
int&nbsp;style)</pre>
<div class="block">Create a resizable <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextCellEditor</code></a> with the given <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> and
the given style bits.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>parent</code> - The parent composite.</dd>
<dd><code>editorConfiguration</code> - The <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditorConfiguration</code></a> that should be used for creating the
<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a>.</dd>
<dd><code>style</code> - The style bits to use.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="create-org.eclipse.swt.widgets.Composite-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public&nbsp;void&nbsp;create(org.eclipse.swt.widgets.Composite&nbsp;parent)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>create</code>&nbsp;in class&nbsp;<code>org.eclipse.jface.viewers.CellEditor</code></dd>
</dl>
</li>
</ul>
<a name="createControl-org.eclipse.swt.widgets.Composite-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createControl</h4>
<pre>protected&nbsp;org.eclipse.swt.widgets.Control&nbsp;createControl(org.eclipse.swt.widgets.Composite&nbsp;parent)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>createControl</code>&nbsp;in class&nbsp;<code>org.eclipse.jface.viewers.CellEditor</code></dd>
</dl>
</li>
</ul>
<a name="getMinimumDimension--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinimumDimension</h4>
<pre>protected&nbsp;org.eclipse.swt.graphics.Point&nbsp;getMinimumDimension()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The minimum dimension used for the rich text editor control.</dd>
</dl>
</li>
</ul>
<a name="doGetValue--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doGetValue</h4>
<pre>protected&nbsp;java.lang.Object&nbsp;doGetValue()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>doGetValue</code>&nbsp;in class&nbsp;<code>org.eclipse.jface.viewers.CellEditor</code></dd>
</dl>
</li>
</ul>
<a name="doSetFocus--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doSetFocus</h4>
<pre>protected&nbsp;void&nbsp;doSetFocus()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>doSetFocus</code>&nbsp;in class&nbsp;<code>org.eclipse.jface.viewers.CellEditor</code></dd>
</dl>
</li>
</ul>
<a name="doSetValue-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doSetValue</h4>
<pre>protected&nbsp;void&nbsp;doSetValue(java.lang.Object&nbsp;value)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>doSetValue</code>&nbsp;in class&nbsp;<code>org.eclipse.jface.viewers.CellEditor</code></dd>
</dl>
</li>
</ul>
<a name="editOccured-org.eclipse.swt.events.ModifyEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>editOccured</h4>
<pre>protected&nbsp;void&nbsp;editOccured(org.eclipse.swt.events.ModifyEvent&nbsp;e)</pre>
<div class="block">Processes a modify event that occurred in this rich text cell editor. This framework method
performs validation and sets the error message accordingly, and then reports a change via
<code>fireEditorValueChanged</code>. Subclasses should call this method at appropriate times.
Subclasses may extend or reimplement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>e</code> - the SWT modify event</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>TextCellEditor</code></dd>
</dl>
</li>
</ul>
<a name="focusLost--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>focusLost</h4>
<pre>protected&nbsp;void&nbsp;focusLost()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>focusLost</code>&nbsp;in class&nbsp;<code>org.eclipse.jface.viewers.CellEditor</code></dd>
</dl>
</li>
</ul>
<a name="getRichTextEditor--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getRichTextEditor</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a>&nbsp;getRichTextEditor()</pre>
<div class="block">Return the created <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a> control.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The <a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext"><code>RichTextEditor</code></a> control, or <code>null</code> if this cell editor has no
control.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RichTextCellEditor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider.html" title="class in org.eclipse.nebula.widgets.richtext"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/nebula/widgets/richtext/RichTextCellEditor.html" target="_top">Frames</a></li>
<li><a href="RichTextCellEditor.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.eclipse.jface.viewers.CellEditor">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>