Uses of Interface
com.kuka.roboticsAPI.uiModel.IApplicationUI

Packages that use IApplicationUI
com.kuka.roboticsAPI.applicationModel Contains classes needed for applications using RoboticsAPI. 
com.kuka.roboticsAPI.uiModel Contains classes for handling the UI dialogs. 
 

Uses of IApplicationUI in com.kuka.roboticsAPI.applicationModel
 

Methods in com.kuka.roboticsAPI.applicationModel that return IApplicationUI
 IApplicationUI RoboticsAPIApplication.getApplicationUI()
          Gets the application UI interface for the application.
 

Uses of IApplicationUI in com.kuka.roboticsAPI.uiModel
 

Classes in com.kuka.roboticsAPI.uiModel that implement IApplicationUI
 class AbstractApplicationUI
          Abstract base class for application UIs.
 class ConsoleApplicationUI
          This class displays a modal dialog in text form in the eclipse console.
 

Methods in com.kuka.roboticsAPI.uiModel that return IApplicationUI
 IApplicationUI UIEngine.getApplicationUI()
           
 IApplicationUI IUIEngine.getApplicationUI()
          Gets the application UI of the engine.
 



Copyright © 2019. All rights reserved.