public abstract class SWTToolTip extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ICONSIZE |
| Constructor and Description |
|---|
SWTToolTip(org.eclipse.swt.widgets.Shell parent,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.widgets.Composite |
createWarningComposite(String text,
int imageType) |
void |
dispose() |
protected void |
finishInstantiation(int x,
int y,
int width,
boolean pack) |
protected org.eclipse.swt.widgets.Shell |
getShell() |
boolean |
isDisposed() |
void |
move(int x,
int y) |
protected void |
setTitle(String title) |
abstract void |
updateView() |
protected static final int ICONSIZE
protected void finishInstantiation(int x,
int y,
int width,
boolean pack)
public void dispose()
public boolean isDisposed()
public void move(int x,
int y)
protected org.eclipse.swt.widgets.Shell getShell()
protected void setTitle(String title)
public abstract void updateView()
protected org.eclipse.swt.widgets.Composite createWarningComposite(String text, int imageType)
Copyright © 2013–2014. All rights reserved.