Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

TODO: This is not a public class and meant to be used only by FX implementation. Mapping for KeyEvent IDs

Profile: common conditional keyboard

Field Summary

access name type description
public static final PRESSED KeyEventID
public static final RELEASED KeyEventID
public static final TYPED KeyEventID

Inherited Variables

Method Summary

public static KeyEventID valueOf(java.lang.String name)
Parameters
name
Returns
KeyEventID
 
public static KeyEventID[] values()
Returns
KeyEventID[]
 

Inherited Functions