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