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

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

Profile: desktop, common

Overview

The enum that contains the input method text highlights.

Profile: common conditional inputmethod

Field Summary

accessnametypedescription
public static finalSELECTED_CONVERTEDInputMethodHighlight

Highlight used for the selected converted input method text

public static finalSELECTED_RAWInputMethodHighlight

Highlight used for the selected raw input method text

public static finalUNSELECTED_CONVERTEDInputMethodHighlight

Highlight used for the unselected converted input method text

public static finalUNSELECTED_RAWInputMethodHighlight

Highlight used for the unselected raw input method text

Inherited Variables

Method Summary

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

Inherited Functions