|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.parts.FormTextPart
public class FormTextPart
Freiformatierbarer Text.
| Constructor Summary | |
|---|---|
FormTextPart()
ct. |
|
FormTextPart(java.io.Reader text)
ct. |
|
FormTextPart(java.lang.String text)
ct. |
|
| Method Summary | |
|---|---|
void |
paint(org.eclipse.swt.widgets.Composite parent)
Malt die Komponente in das angegebene Composite. |
void |
refresh()
|
void |
setText(java.io.Reader text)
Zeigt den Text aus der uebergebenen Datei an. |
void |
setText(java.lang.String s)
Zeigt den uebergebenen Hilfe-Text an. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormTextPart()
public FormTextPart(java.lang.String text)
text - der anzuzeigenden Text.
public FormTextPart(java.io.Reader text)
throws java.io.IOException
text - die PlainText-Datei.
java.io.IOException - Wenn beim Lesen der Datei Fehler auftreten.| Method Detail |
|---|
public void setText(java.io.Reader text)
throws java.io.IOException
text - anzuzeigender Text.
java.io.IOExceptionpublic void setText(java.lang.String s)
s - anzuzeigender Hilfe-Text.public void refresh()
public void paint(org.eclipse.swt.widgets.Composite parent)
throws java.rmi.RemoteException
Part
paint in interface Partparent - das Composite.
java.rmi.RemoteExceptionPart.paint(org.eclipse.swt.widgets.Composite)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||