@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ClipboardContentBuilder<B extends ClipboardContentBuilder<B>> extends java.lang.Object implements Builder<ClipboardContent>
ClipboardContent
Modifier and Type | Field and Description |
---|---|
private boolean |
__set
Deprecated.
|
private java.util.Collection<? extends java.io.File> |
files
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ClipboardContentBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ClipboardContent x)
Deprecated.
|
ClipboardContent |
build()
Deprecated.
Make an instance of
ClipboardContent based on the properties set on this builder. |
static ClipboardContentBuilder<?> |
create()
Deprecated.
Creates a new instance of ClipboardContentBuilder.
|
B |
files(java.util.Collection<? extends java.io.File> x)
Deprecated.
Add the given items to the List of items in the
files property for the instance constructed by this builder. |
B |
files(java.io.File... x)
Deprecated.
Add the given items to the List of items in the
files property for the instance constructed by this builder. |
private boolean __set
private java.util.Collection<? extends java.io.File> files
public static ClipboardContentBuilder<?> create()
public void applyTo(ClipboardContent x)
public B files(java.util.Collection<? extends java.io.File> x)
files
property for the instance constructed by this builder.public B files(java.io.File... x)
files
property for the instance constructed by this builder.public ClipboardContent build()
ClipboardContent
based on the properties set on this builder.build
in interface Builder<ClipboardContent>