Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
Modifier and Type | Field and Description |
---|---|
private Skin<?> |
PopupControlBuilder.skin |
private Skin<?> |
ControlBuilder.skin |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Skin<?>> |
PopupControl.CSSBridge.skin
Skin is responsible for rendering this
PopupControl . |
private ObjectProperty<Skin<?>> |
Control.skin |
Modifier and Type | Method and Description |
---|---|
Skin<?> |
Skinnable.getSkin()
Returns the skin that renders this
Control |
Skin<?> |
PopupControl.getSkin()
Gets the value of the property skin.
|
Skin<?> |
Control.getSkin()
Gets the value of the property skin.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Skin<?>> |
Skinnable.skinProperty()
Skin is responsible for rendering this
Control . |
ObjectProperty<Skin<?>> |
PopupControl.skinProperty() |
ObjectProperty<Skin<?>> |
Control.skinProperty()
Skin is responsible for rendering this
Control . |
Modifier and Type | Method and Description |
---|---|
void |
Skinnable.setSkin(Skin<?> value)
Sets the skin that will render this
Control |
void |
PopupControl.setSkin(Skin<?> value)
Sets the value of the property skin.
|
void |
Control.setSkin(Skin<?> value)
Sets the value of the property skin.
|
B |
PopupControlBuilder.skin(Skin<?> x)
Set the value of the
skin property for the instance constructed by this builder. |
B |
ControlBuilder.skin(Skin<?> x)
Set the value of the
skin property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to