| Modifier and Type | Class and Description |
|---|---|
static class |
Placeholder.Style
Vorkonfigurierte Styles.
|
| Constructor and Description |
|---|
Placeholder(Placeholder.Style style)
ct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(org.eclipse.swt.widgets.Composite parent)
Malt die Komponente in das angegebene Composite.
|
void |
setImage(java.lang.String image)
Legt das Bild fest.
|
void |
setText(java.lang.String text)
Legt einen optionalen Beschreibungstext fest.
|
void |
setTitle(java.lang.String title)
Legt den Titel fest.
|
public Placeholder(Placeholder.Style style)
style - optionale Angabe des Style.public void setImage(java.lang.String image)
image - das Bild.public void setTitle(java.lang.String title)
title - der Titel.public void setText(java.lang.String text)
text - optionaler Beschreibungstext.public void paint(org.eclipse.swt.widgets.Composite parent)
throws java.rmi.RemoteException
Partpaint in interface Partparent - das Composite.java.rmi.RemoteExceptionPart.paint(org.eclipse.swt.widgets.Composite)