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