|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class InputMethodTextRunBuilder<B extends InputMethodTextRunBuilder<B>> extends java.lang.Object implements Builder<InputMethodTextRun>
InputMethodTextRun| Modifier | Constructor and Description |
|---|---|
protected |
InputMethodTextRunBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InputMethodTextRun |
build()
Make an instance of
InputMethodTextRun based on the properties set on this builder. |
static InputMethodTextRunBuilder<?> |
create()
Creates a new instance of InputMethodTextRunBuilder.
|
B |
highlight(InputMethodHighlight x)
Set the value of the
highlight property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Set the value of the
text property for the instance constructed by this builder. |
public static InputMethodTextRunBuilder<?> create()
public B highlight(InputMethodHighlight x)
highlight property for the instance constructed by this builder.public B text(java.lang.String x)
text property for the instance constructed by this builder.public InputMethodTextRun build()
InputMethodTextRun based on the properties set on this builder.build in interface Builder<InputMethodTextRun>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .