Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ClipboardContentBuilder<B extends ClipboardContentBuilder<B>> extends java.lang.Object implements Builder<ClipboardContent>
ClipboardContent
Modifier | Constructor and Description |
---|---|
protected |
ClipboardContentBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ClipboardContent x) |
ClipboardContent |
build()
Make an instance of
ClipboardContent based on the properties set on this builder. |
static ClipboardContentBuilder<?> |
create()
Creates a new instance of ClipboardContentBuilder.
|
B |
files(java.util.Collection<? extends java.io.File> x)
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)
Add the given items to the List of items in the
files property for the instance constructed by this builder. |
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>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to