Search
HangulKey Methods
 


 Public Methods

  Name Description

clone

 

equals

 

getContent

Gets the key's text content. Some descendant key classes send their content as input to currently focused control; other ones only store their labels in it. (Inherited from Key.)

getHeight

Gets the key's height. (Inherited from Key.)

getImage

  (Inherited from Key.)

getImagePath

Gets relative path to an image that should be displayed inside this key. (Inherited from Key.)

getIsLocked

Gets whether a mode associated with a modifier key is enabled. (Inherited from Key.)

getLeft

Gets the horizontal position of the key. (Inherited from Key.)

getLowerCase

Gets the lower-case character label.

getMainHangulSymbol

Gets the Unicode character associated with this key.

getRepeat

Gets how many times to send the key code when this key is pressed.

getShiftedHangulSymbol

Gets the Unicode character to generate in shift mode.

getTop

Gets the vertical position of the key. (Inherited from Key.)

getUpperCase

Gets the upper-case character label.

getWidth

Gets the key's width. (Inherited from Key.)

hashCode

 

send

 

setContent

Sets the key's text content. Some descendant key classes send their content as input to currently focused control; other ones only store their labels in it. (Inherited from Key.)

setHeight

Sets the key's height. (Inherited from Key.)

setImage

Overloaded.   (Inherited from Key.)

setIsLocked

Sets whether a mode associated with a modifier key is enabled. (Inherited from Key.)

setLeft

Sets the horizontal position of the key. (Inherited from Key.)

setMainHangulSymbol

Sets the Unicode character associated with this key.

setRepeat

Sets how many times to send the key code when this key is pressed.

setShiftedHangulSymbol

Sets the Unicode character to generate in shift mode.

setTop

Sets the vertical position of the key. (Inherited from Key.)

setWidth

Sets the key's width. (Inherited from Key.)

updateKey

Updates the key's labels for current language. (Inherited from Key.)

 Protected Methods

  Name Description

copy

Copies the properties of this key to specified one. (Inherited from Key.)

 See Also