|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.ui.visualisation.AbstractVisualisationWindow
public abstract class AbstractVisualisationWindow
| Field Summary | |
|---|---|
static java.lang.String |
EXT_FILE_EXTENSION
The file extension of the resource that this visualisation window knows how to render. |
static java.lang.String |
EXT_NAME
Name of the attribute which specifies the name of the visualisation window implementation. |
static java.lang.String |
EXT_TYPE
Name of the attribute which specifies the type of visualisation, e.g. local or remote. |
static java.lang.String |
EXT_VISUALISATION_WIDNOW_ELEMENT
The name of the element which contains the visualisation window specification. |
static java.lang.String |
EXT_VISUALISATION_WINDOW_CLASS
Name of the attribute which specifies the class name of the AbstractVisualisationWindow implementation. |
static java.lang.String |
WINDOW_EXTENSION_POINT
Extension point which has to be implemented to provide customized visualisation windows for visualisable elements (i.e. elements that extend the IGridVisualisation interface). |
| Constructor Summary | |
|---|---|
AbstractVisualisationWindow()
|
|
| Method Summary | |
|---|---|
void |
addToAWTFrame(java.awt.Canvas canvas)
|
void |
addToAWTFrame(java.awt.Component component)
|
Composite |
getVisComp()
|
void |
init(Composite parent,
int style)
|
abstract boolean |
isRemoteSite()
|
void |
redraw()
|
void |
stopClient()
For remote visualisation using GVidClient, this method should be overwritten calling the stop method of the client joining the gvid thread and closing opened connection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WINDOW_EXTENSION_POINT
public static final java.lang.String EXT_FILE_EXTENSION
public static final java.lang.String EXT_NAME
public static final java.lang.String EXT_TYPE
public static final java.lang.String EXT_VISUALISATION_WINDOW_CLASS
public static final java.lang.String EXT_VISUALISATION_WIDNOW_ELEMENT
| Constructor Detail |
|---|
public AbstractVisualisationWindow()
| Method Detail |
|---|
public abstract boolean isRemoteSite()
isRemoteSite in interface IGridVisualisationWindow
public void init(Composite parent,
int style)
parent - style - public void addToAWTFrame(java.awt.Canvas canvas)
canvas - public void addToAWTFrame(java.awt.Component component)
component - public Composite getVisComp()
public void redraw()
redraw in interface IGridVisualisationWindowpublic void stopClient()
stopClient in interface IGridVisualisationWindow
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||