|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectText
org.formaria.swt.TextArea
public class TextArea
A wrapper for the JTextArea class
Copyright (c) Formaria Ltd., 2008
License: see license.txt
| Constructor Summary | |
|---|---|
TextArea(java.lang.Object parent)
Create a new text area |
|
| Method Summary | |
|---|---|
protected void |
checkSubclass()
Suppress the subclassing exception |
java.lang.String |
getToolTip()
Get the tooltip text |
void |
setText(java.lang.String text)
Set the text |
void |
setToolTip(java.lang.String text)
Set the tooltip text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.formaria.aria.TextHolder |
|---|
getText |
| Constructor Detail |
|---|
public TextArea(java.lang.Object parent)
parent - parent object| Method Detail |
|---|
protected void checkSubclass()
public void setText(java.lang.String text)
setText in interface TextHoldertext - the new textpublic void setToolTip(java.lang.String text)
text - the new textpublic java.lang.String getToolTip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||