Uses of Class
com.kuka.roboticsAPI.uiModel.userKeys.UserKeyElement

Packages that use UserKeyElement
com.kuka.roboticsAPI.uiModel.userKeys Contains classes for working with user keys. 
 

Uses of UserKeyElement in com.kuka.roboticsAPI.uiModel.userKeys
 

Subclasses of UserKeyElement in com.kuka.roboticsAPI.uiModel.userKeys
 class UserKeyLEDElement
          A user key LED element contains all information necessary to display an LED on a user key.
 class UserKeyTextElement
          A user key text element contains all information necessary to display text on a user key.
 

Methods in com.kuka.roboticsAPI.uiModel.userKeys that return UserKeyElement
 UserKeyElement IUserKey.getElement(com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment position)
          Gets the user key element at the specified position.
 UserKeyElement IUserKey.removeElement(com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment position)
          Removes the user key element at the specified position.
 

Methods in com.kuka.roboticsAPI.uiModel.userKeys with parameters of type UserKeyElement
 IUserKey IUserKeyBar.addDoubleUserKey(int slot, IUserKeyListener listener, boolean ignoreEventsWhileProcessing, UserKeyElement... elements)
          Adds a double user key to the bar staring at the specified slot with the given listener and one or more user key elements.
 IUserKey IUserKeyBar.addUserKey(int slot, IUserKeyListener listener, boolean ignoreEventsWhileProcessing, UserKeyElement... element)
          Adds a user key to the bar at the specified slot with the given listener and one or more user key elements.
 void IUserKey.setElement(UserKeyElement... element)
          Sets a user key element to the user key.
 



Copyright © 2019. All rights reserved.