|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.swt.custom.EmbeddedObject
The Interface that needs to be implemented by object to be embedded in a StyledText.
StyledText| Nested Class Summary | |
|---|---|
static class |
EmbeddedObject.Bullet
|
static class |
EmbeddedObject.EmbeddedControl
Helper class to embedded a Control in a StyledText |
static class |
EmbeddedObject.EmbeddedImage
Helper class to embedded a Image in a StyledText |
| Constructor Summary | |
|---|---|
EmbeddedObject()
|
|
| Method Summary | |
|---|---|
abstract void |
draw(GC gc,
int x,
int y,
int ascent,
int descent)
|
abstract int |
getAdvance()
|
abstract int |
getAscent()
|
abstract int |
getDescent()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmbeddedObject()
| Method Detail |
public abstract int getAscent()
public abstract int getDescent()
public abstract int getAdvance()
public abstract void draw(GC gc,
int x,
int y,
int ascent,
int descent)
|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.