|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUserKeyListener | |
|---|---|
| com.kuka.roboticsAPI.uiModel.userKeys | Contains classes for working with user keys. |
| Uses of IUserKeyListener in com.kuka.roboticsAPI.uiModel.userKeys |
|---|
| Methods in com.kuka.roboticsAPI.uiModel.userKeys with parameters of type IUserKeyListener | |
|---|---|
IUserKey |
IUserKeyBar.addDoubleUserKey(int slot,
IUserKeyListener listener,
boolean ignoreEventsWhileProcessing)
Adds a double user key to the bar staring at the specified slot with the given listener. |
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. |
void |
IUserKey.addKeyListener(IUserKeyListener listener)
Adds the specified key listener to the user key. |
IUserKey |
IUserKeyBar.addUserKey(int slot,
IUserKeyListener listener,
boolean ignoreEventsWhileProcessing)
Adds a user key to the bar at the specified slot with the given listener. |
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.removeKeyListener(IUserKeyListener listener)
Removes the specified listener from the user key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||