|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.AbstractEngine
com.kuka.roboticsAPI.uiModel.UIEngine
public class UIEngine
The UI engine handles the life cycle of and provides access to the application UI. There is exactly one UI in the engine.
| Constructor Summary | |
|---|---|
UIEngine(RoboticsAPIContext context)
Creates a new UI engine class. |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes the engine. |
IApplicationUI |
getApplicationUI()
Gets the application UI of the engine. |
Class<? extends IEngine> |
getEngineType()
Gets the type of the engine. |
| Methods inherited from class com.kuka.roboticsAPI.AbstractEngine |
|---|
getContext, initialize, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kuka.roboticsAPI.IEngine |
|---|
getContext, initialize, setParameters |
| Constructor Detail |
|---|
public UIEngine(RoboticsAPIContext context)
context - The context for this controller. null is not allowed.| Method Detail |
|---|
public Class<? extends IEngine> getEngineType()
AbstractEngine
getEngineType in interface IEnginegetEngineType in class AbstractEnginepublic IApplicationUI getApplicationUI()
IUIEngine
getApplicationUI in interface IUIEnginepublic void dispose()
AbstractEngine
dispose in interface IEnginedispose in class AbstractEngine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||