|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.util.Popup
public class Popup
Kleines Tooltipp-Popup.
| Constructor Summary | |
|---|---|
Popup(java.lang.String text)
ct |
|
Popup(java.lang.String title,
java.lang.String text)
ct |
|
Popup(java.lang.String title,
java.lang.String text,
org.eclipse.swt.graphics.Point location)
ct |
|
Popup(java.lang.String title,
java.lang.String text,
org.eclipse.swt.graphics.Point location,
int align)
ct |
|
| Method Summary | |
|---|---|
void |
open()
Oeffnet den Tooltip. |
protected void |
paint(org.eclipse.swt.widgets.Composite comp)
Malt den Text in den Tooltip. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Popup(java.lang.String text)
text - anzuzeigender Text.
public Popup(java.lang.String title,
java.lang.String text)
title - der Titel.text - anzuzeigender Text.
public Popup(java.lang.String title,
java.lang.String text,
org.eclipse.swt.graphics.Point location)
title - der Titel.text - anzuzeigender Text.location - Position der linken oberen Ecke des Popups.
public Popup(java.lang.String title,
java.lang.String text,
org.eclipse.swt.graphics.Point location,
int align)
title - der Titel.text - anzuzeigender Text.location - Position der linken oberen Ecke des Popups.align - Ausrichtung des Popups.
Welche Ecke des Popup-Fensters soll mit dem Parameter "location" gemeint.
Default-Wert ist "SWT.BOTTOM | SWT.RIGHT", also die rechte untere Ecke.
Moeglich ist z.Bsp. auf "SWT.TOP | SWT.LEFT".| Method Detail |
|---|
public void open()
protected void paint(org.eclipse.swt.widgets.Composite comp)
comp - das Composite, in das gezeichnet wird.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||