Top Description Inners Fields Constructors Methods
javafx.scene.control.skin

public Class TabPaneSkin

extends SkinBase<TabPane>
Class Inheritance
Imports
com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler, .Properties, .TabObservableList, com.sun.javafx.util.Utils, javafx.animation.Animation, .Interpolator, .KeyFrame, .KeyValue, .Timeline, .Transition, javafx.beans.InvalidationListener, .Observable, .WeakInvalidationListener, javafx.beans.property.DoubleProperty, .ObjectProperty, .SimpleDoubleProperty, javafx.beans.value.WritableValue, javafx.collections.FXCollections, .ListChangeListener, .ObservableList, .WeakListChangeListener, javafx.css.CssMetaData, .PseudoClass, .Styleable, .StyleableObjectProperty, .StyleableProperty, javafx.event.ActionEvent, .EventHandler, javafx.geometry.Bounds, .HPos, .Point2D, .Pos, .Side, .VPos, javafx.scene.AccessibleAction, .AccessibleAttribute, .AccessibleRole, .Node, javafx.scene.control.ContextMenu, .Control, .Label, .MenuItem, .RadioMenuItem, .SelectionModel, .SkinBase, .Tab, .TabPane, .TabPane.TabClosingPolicy, .TabPane.TabDragPolicy, .ToggleGroup, .Tooltip, javafx.scene.effect.DropShadow, javafx.scene.image.ImageView, javafx.scene.input.ContextMenuEvent, .MouseButton, .MouseEvent, .ScrollEvent, .SwipeEvent, javafx.scene.layout.Pane, .Region, .StackPane, javafx.scene.shape.Rectangle, javafx.scene.transform.Rotate, javafx.util.Duration, .Pair, java.util.ArrayList, .Collections, .List, javafx.css.converter.EnumConverter, com.sun.javafx.scene.control.behavior.TabPaneBehavior

Default skin implementation for the TabPane control.
Since
9
See Also
TabPane

Nested and Inner Type Summary

Modifier and TypeClass and Description
private static enum
private static class
private static enum
private static enum
pack-priv static class
pack-priv class
pack-priv class
pack-priv class
pack-priv static class

Field Summary

Modifier and TypeField and Description
private final double
private static final double
private final TabPaneBehavior
private static final PseudoClass
private ListChangeListener<E>
private Rectangle
pack-priv static int
private ObjectProperty<TabPaneSkin.TabAnimation>
private static final PseudoClass
private final double
private double
private final Animation
private double
private double
private double
private TabPaneSkin.DragState
private TabPaneSkin.TabHeaderSkin
private int
private int
private TabPaneSkin.TabHeaderSkin
private final Animation
private double
private double
private TabPaneSkin.TabHeaderSkin
private EventHandler<MouseEvent>
private EventHandler<MouseEvent>
private EventHandler<MouseEvent>
private StackPane
private static final PseudoClass
private final int
private final int
private ObjectProperty<TabPaneSkin.TabAnimation>
private int
private static final PseudoClass
private static final PseudoClass
private Tab
private InvalidationListener
private SelectionModel<Tab>
private static final int
private ObservableList<TabPaneSkin.TabContentRegion>
private TabPaneSkin.TabHeaderArea
private Rectangle
pack-priv ListChangeListener<Tab>
private static final PseudoClass
private WeakInvalidationListener
pack-priv WeakListChangeListener<Tab>
private int

Constructor Summary

AccessConstructor and Description
public
TabPaneSkin(TabPane
The control that this skin should be installed onto.
control
)

Creates a new TabPaneSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.

Method Summary

Modifier and TypeMethod and Description
private void
private void
private void
addTabs(List<? extends Tab> addedList, int from)

private static Node
clone(Node n)

VERY HACKY - this lets us 'duplicate' Label and ImageView nodes to be used in a Tab and the tabs menu at the same time.

private void
public double
computeBaselineOffset(double
the pixel snapped top inset
topInset
,
double
the pixel snapped right inset
rightInset
,
double
the pixel snapped bottom inset
bottomInset
,
double
the pixel snapped left inset
leftInset
)

Overrides javafx.scene.control.SkinBase.computeBaselineOffset.

Calculates the baseline offset based on the first managed child.

protected double
computePrefHeight(double
the width that should be used if preferred height depends on it
width
,
double
the pixel snapped top inset
topInset
,
double
the pixel snapped right inset
rightInset
,
double
the pixel snapped bottom inset
bottomInset
,
double
the pixel snapped left inset
leftInset
)

Overrides javafx.scene.control.SkinBase.computePrefHeight.

Calculates the preferred height of this SkinBase.

protected double
computePrefWidth(double
the height that should be used if preferred width depends on it
height
,
double
the pixel snapped top inset
topInset
,
double
the pixel snapped right inset
rightInset
,
double
the pixel snapped bottom inset
bottomInset
,
double
the pixel snapped left inset
leftInset
)

Overrides javafx.scene.control.SkinBase.computePrefWidth.

Calculates the preferred width of this SkinBase.

private Timeline
createTimeline(final TabPaneSkin.TabHeaderSkin tabRegion, final Duration duration, final double endValue, final EventHandler<ActionEvent> func)

private int
public void
dispose()

Overrides javafx.scene.control.SkinBase.dispose.

Implements javafx.scene.control.Skin.dispose.

Called when a previously installed skin is about to be removed from its associated control.

public static List<CssMetaData<? extends Styleable, ?>>

Returns:

the CssMetaData associated with this class, which may include the CssMetaData of its superclasses
getClassCssMetaData
()

Hides javafx.scene.control.SkinBase.getClassCssMetaData.

Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.

public List<CssMetaData<? extends Styleable, ?>>
getCssMetaData()

Overrides javafx.scene.control.SkinBase.getCssMetaData.

This method should delegate to Node#getClassCssMetaData() so that a Node's CssMetaData can be accessed without the need for reflection.

private double
getDragDelta(double curr, double prev)

private double
private static int
private void
private void
private void
private void
private void
private boolean
private boolean
protected void
layoutChildren(final double
the x position
x
,
final double
the y position
y
,
final double
the width
w
,
final double
the height
h
)

Overrides javafx.scene.control.SkinBase.layoutChildren.

Called during the layout pass of the scenegraph.

private void
public Object
queryAccessibleAttribute(AccessibleAttribute
the requested attribute
attribute
,
Object...
optional list of parameters
parameters
)

Overrides javafx.scene.control.SkinBase.queryAccessibleAttribute.

This method is called by the assistive technology to request the value for an attribute.

private void
private void
private void
private void
removeTabs(List<? extends Tab> removedList)

private void
private void
private void
setupReordering(StackPane headersRegion)

private void
private void
private void
private void
private void
pack-priv void
pack-priv double
pack-priv ContextMenu
pack-priv boolean
pack-priv void
private void
private void
private void
Inherited from javafx.scene.control.SkinBase:
computeMaxHeightcomputeMaxWidthcomputeMinHeightcomputeMinWidthconsumeMouseEventsexecuteAccessibleActiongetChildrengetNodegetSkinnablelayoutInArealayoutInArealayoutInAreapositionInAreapositionInAreapseudoClassStateChangedregisterChangeListenerregisterInvalidationListenerregisterListChangeListenersnappedBottomInsetsnappedLeftInsetsnappedRightInsetsnappedTopInsetsnapPositionsnapPositionXsnapPositionYsnapSizesnapSizeXsnapSizeYsnapSpacesnapSpaceXsnapSpaceYunregisterChangeListenersunregisterInvalidationListenersunregisterListChangeListeners