|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.commons.swt.data.editors.api.PropertyEditor
com.ibm.commons.swt.data.editors.api.AbstractTextEditor
com.ibm.commons.swt.data.editors.MultilineTextEditor
public class MultilineTextEditor
A text editor control which may span multiple lines.
id = com.ibm.std.MultiLine
| Nested Class Summary | |
|---|---|
static class |
MultilineTextEditor.InputDialog
|
| Constructor Summary | |
|---|---|
MultilineTextEditor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
callDialog(CompositeEditor parent,
java.lang.String oldValue)
Open a dialog to edit this property. |
protected int |
getTextStyle()
|
boolean |
hasDialogButton(CompositeEditor parent)
Return true if this property may be edited via a dialog button. |
| Methods inherited from class com.ibm.commons.swt.data.editors.api.AbstractTextEditor |
|---|
createControl, getCols, getRows, initControlValue, isImmediateUpdate, setCols, setId, setRows, stopEdit |
| Methods inherited from class com.ibm.commons.swt.data.editors.api.PropertyEditor |
|---|
addPropertyEditorUpdateListener, addValidator, getContextAttribute, getContextObject, getDefaultEditor, getDialogButtonAltText, getDialogButtonImage, getDialogButtonText, getEditor, getRenderedValue, getScriptMode, getTextValidator, getValidator, getWorkBenchPart, isScriptModeFixed, postModelUpdate, preModelUpdate, removePropertyEditorUpdateListener, setContextAttribute, setContextObject, setScriptMode, setValidator, setWorkBenchPart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultilineTextEditor()
| Method Detail |
|---|
protected int getTextStyle()
getTextStyle in class AbstractTextEditorpublic boolean hasDialogButton(CompositeEditor parent)
PropertyEditor
hasDialogButton in class PropertyEditor
public java.lang.String callDialog(CompositeEditor parent,
java.lang.String oldValue)
PropertyEditor
callDialog in class PropertyEditorparent - - The parent composite editoroldValue - - The current value being edited
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||