|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to ComponentHelper which is deployed in the same classloader as SWT and IComponent. It encapsulates the code of the bootruntime which is dependend on SWT.
| Method Summary | |
IComponent |
castToIComponent(java.lang.Object component)
Just casts the given object to IComponent. |
void |
cleanupSWTDisplay()
Disposes the display created by initSWTDisplay() of this IComponentHelper.
|
IRtXMASessionClient |
getRTSession(java.lang.Object component)
Calls IComponent.getRTSession() on the given component. |
java.lang.Object |
initSWTDisplay()
Creates a Display in SWT if none allready exists. |
java.util.Properties |
launch(java.lang.Object component,
java.util.Properties input)
Launches the given component. |
| Method Detail |
public IComponent castToIComponent(java.lang.Object component)
java.lang.ClassCastException - if the given object is not an IComponentpublic IRtXMASessionClient getRTSession(java.lang.Object component)
IComponent.getRTSession() on the given component.
java.lang.ClassCastException - if the given object is not an IComponent
public java.util.Properties launch(java.lang.Object component,
java.util.Properties input)
java.lang.ClassCastException - if the given object is not an IComponentpublic java.lang.Object initSWTDisplay()
public void cleanupSWTDisplay()
initSWTDisplay() of this IComponentHelper.
If no display was created by initSWTDisplay(), it does nothing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||