Modifier and Type | Class | Description |
---|---|---|
static class |
NotificationPanel.Type |
Der Typ der Notification.
|
Constructor | Description |
---|---|
NotificationPanel() |
ct.
|
NotificationPanel(NotificationPanel.Type type,
java.lang.String text) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
void |
paint(org.eclipse.swt.widgets.Composite parent) |
Malt die Komponente in das angegebene Composite.
|
void |
reset() |
Resettet das Panel.
|
void |
setText(NotificationPanel.Type t,
java.lang.String s) |
Aktualisiert den Text mit dem angegebenen Typ an.
|
public NotificationPanel()
public NotificationPanel(NotificationPanel.Type type, java.lang.String text)
type
- der Typ.text
- der Text.public void paint(org.eclipse.swt.widgets.Composite parent) throws java.rmi.RemoteException
Part
paint
in interface Part
parent
- das Composite.java.rmi.RemoteException
Part.paint(org.eclipse.swt.widgets.Composite)
public void setText(NotificationPanel.Type t, java.lang.String s)
t
- der Typ.s
- der Text.public void reset()