com.kuka.roboticsAPI.uiModel
Interface IUIEngine

All Superinterfaces:
IEngine
All Known Implementing Classes:
UIEngine

public interface IUIEngine
extends IEngine

Interface describing the UI engine.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
 IApplicationUI getApplicationUI()
          Gets the application UI of the engine.
 
Methods inherited from interface com.kuka.roboticsAPI.IEngine
dispose, getContext, getEngineType, initialize, setParameters
 

Method Detail

getApplicationUI

IApplicationUI getApplicationUI()
Gets the application UI of the engine. If it has not been created, it will be created.

Returns:
the application UI.


Copyright © 2019. All rights reserved.