Uses of Interface
javafx.scene.control.Skin
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.
|
javafx.scene.control.skin |
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
-
Uses of Skin in javafx.scene.control
Classes in javafx.scene.control that implement Skin Modifier and Type Class Description class
SkinBase<C extends Control>
Base implementation class for defining the visual representation of user interface controls by defining a scene graph of nodes to represent theskin
.Methods in javafx.scene.control that return Skin Modifier and Type Method Description protected Skin<?>
Accordion. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Button. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ButtonBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
CheckBox. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ChoiceBox. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ColorPicker. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ComboBox. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ContextMenu. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Control. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
DateCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
DatePicker. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Hyperlink. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Label. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ListCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ListView. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
MenuBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
MenuButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Pagination. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
PopupControl. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ProgressBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ProgressIndicator. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
RadioButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ScrollBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ScrollPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Separator. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Slider. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Spinner. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
SplitMenuButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
SplitPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TableCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TableRow. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TableView. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TabPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TextArea. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TextField. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TitledPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ToggleButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ToolBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Tooltip. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeTableCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeTableRow. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeTableView. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeView. createDefaultSkin()
Create a new instance of the default skin for this control.Skin<?>
Control. getSkin()
Gets the value of the property skin.Skin<?>
PopupControl. getSkin()
Gets the value of the property skin.Skin<?>
Skinnable. getSkin()
Returns the skin that renders thisControl
Methods in javafx.scene.control that return types with arguments of type Skin Modifier and Type Method Description ObjectProperty<Skin<?>>
Control. skinProperty()
Skin is responsible for rendering thisControl
.ObjectProperty<Skin<?>>
PopupControl. skinProperty()
Skin is responsible for rendering thisPopupControl
.ObjectProperty<Skin<?>>
Skinnable. skinProperty()
Skin is responsible for rendering thisControl
.Methods in javafx.scene.control with parameters of type Skin Modifier and Type Method Description void
Control. setSkin(Skin<?> value)
Sets the value of the property skin.void
PopupControl. setSkin(Skin<?> value)
Sets the value of the property skin.void
Skinnable. setSkin(Skin<?> value)
Sets the skin that will render thisControl
-
Uses of Skin in javafx.scene.control.skin
Classes in javafx.scene.control.skin that implement Skin Modifier and Type Class Description class
AccordionSkin
Default skin implementation for theAccordion
control.class
ButtonBarSkin
Default skin implementation for theButtonBar
control.class
ButtonSkin
Default skin implementation for theButton
control.class
CellSkinBase<C extends Cell>
class
CheckBoxSkin
Default skin implementation for the tri-stateCheckBox
control.class
ChoiceBoxSkin<T>
Default skin implementation for theChoiceBox
control.class
ColorPickerSkin
Default skin implementation for theColorPicker
control.class
ComboBoxBaseSkin<T>
An abstract class intended to be used as the base skin for ComboBox-like controls that are based onComboBoxBase
.class
ComboBoxListViewSkin<T>
Default skin implementation for theComboBox
control.class
ComboBoxPopupControl<T>
An abstract class that extends the functionality ofComboBoxBaseSkin
to include API related to showing ComboBox-like controls as popups.class
ContextMenuSkin
Default Skin implementation for ContextMenu.class
DateCellSkin
Default skin implementation for theDateCell
control.class
DatePickerSkin
Default skin implementation for theDatePicker
control.class
HyperlinkSkin
Default skin implementation for theHyperlink
control.class
LabeledSkinBase<C extends Labeled>
Default skin implementation for controls extendsLabeled
.class
LabelSkin
Default skin implementation for theLabel
control.class
ListCellSkin<T>
Default skin implementation for theListCell
control.class
ListViewSkin<T>
Default skin implementation for theListView
control.class
MenuBarSkin
Default skin implementation for theMenuBar
control.class
MenuButtonSkin
Default skin implementation for theMenuButton
control.class
MenuButtonSkinBase<C extends MenuButton>
Base class for MenuButtonSkin and SplitMenuButtonSkin.class
PaginationSkin
Default skin implementation for thePagination
control.class
ProgressBarSkin
Default skin implementation for theProgressBar
control.class
ProgressIndicatorSkin
Default skin implementation for theProgressIndicator
control.class
RadioButtonSkin
Default skin implementation for theRadioButton
control.class
ScrollBarSkin
Default skin implementation for theScrollBar
control.class
ScrollPaneSkin
Default skin implementation for theScrollPane
control.class
SeparatorSkin
Default skin implementation for theSeparator
control.class
SliderSkin
Default skin implementation for theSlider
control.class
SpinnerSkin<T>
Default skin implementation for theSpinner
control.class
SplitMenuButtonSkin
Default skin implementation for theSplitMenuButton
control.class
SplitPaneSkin
Default skin implementation for theSplitPane
control.class
TableCellSkin<S,T>
Default skin implementation for theTableCell
control.class
TableCellSkinBase<S,T,C extends IndexedCell<T>>
Base skin for table cell controls, for example:TableCell
andTreeTableCell
.class
TableRowSkin<T>
Default skin implementation for theTableRow
control.class
TableRowSkinBase<T,C extends IndexedCell,R extends IndexedCell>
TableRowSkinBase is the base skin class used by controls such asTableRow
andTreeTableRow
(the concrete classes areTableRowSkin
andTreeTableRowSkin
, respectively).class
TableViewSkin<T>
Default skin implementation for theTableView
control.class
TableViewSkinBase<M,S,C extends Control,I extends IndexedCell<M>,TC extends TableColumnBase<S,?>>
TableViewSkinBase is the base skin class used by controls such asTableView
andTreeTableView
(the concrete classes areTableViewSkin
andTreeTableViewSkin
, respectively).class
TabPaneSkin
Default skin implementation for theTabPane
control.class
TextAreaSkin
Default skin implementation for theTextArea
control.class
TextFieldSkin
Default skin implementation for theTextField
control.class
TextInputControlSkin<T extends TextInputControl>
Abstract base class for text input skins.class
TitledPaneSkin
Default skin implementation for theTitledPane
control.class
ToggleButtonSkin
Default skin implementation for theToggleButton
control.class
ToolBarSkin
Default skin implementation for theToolBar
control.class
TooltipSkin
CSS based skin for Tooltip.class
TreeCellSkin<T>
Default skin implementation for theTreeCell
control.class
TreeTableCellSkin<S,T>
Default skin implementation for theTreeTableCell
control.class
TreeTableRowSkin<T>
Default skin implementation for theTreeTableRow
control.class
TreeTableViewSkin<T>
Default skin implementation for theTreeTableView
control.class
TreeViewSkin<T>
Default skin implementation for theTreeView
control.class
VirtualContainerBase<C extends Control,I extends IndexedCell>
Parent class to control skins whose contents are virtualized and scrollable. -
Uses of Skin in javafx.scene.web
Classes in javafx.scene.web that implement Skin Modifier and Type Class Description class
HTMLEditorSkin
HTML editor skin.Methods in javafx.scene.web that return Skin Modifier and Type Method Description protected Skin<?>
HTMLEditor. createDefaultSkin()