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

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

Profile: desktop, common

Overview

Represents a single run in which the characters have the same set of highlights in the input method text.

Profile: common conditional inputmethod

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readhighlightInputMethodHighlightnull

The higlight used for displaying this text.

public-readtextStringempty string

The text in this run.

Inherited Variables

Script Function Summary

public impl_inputMethodTextRun(text: java.lang.String, highlight: InputMethodHighlight) : InputMethodTextRun
Parameters
text
highlight
Returns
InputMethodTextRun
 

Function Summary

public toString() : java.lang.String
Returns
String
 

Inherited Functions