Default skin implementation for the
MenuBar
control. In essence it is
a simple toolbar. For the time being there is no overflow behavior and we just
hide nodes which fall outside the bounds.- Since:
- 9
- See Also:
-
Property Summary
TypePropertyDescriptionfinal ObjectProperty<Pos>
Specifies the alignment of the menu buttons inside the MenuBar (by default it is Pos.TOP_LEFT).final DoubleProperty
Specifies the spacing between menu buttons on the MenuBar. -
Constructor Summary
ConstructorDescriptionMenuBarSkin
(MenuBar control) Creates a new MenuBarSkin instance, installing the necessary child nodes into the Controlchildren
list, as well as the necessary input mappings for handling key, mouse, etc events. -
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectProperty<Pos>
Specifies the alignment of the menu buttons inside the MenuBar (by default it is Pos.TOP_LEFT).static List<CssMetaData<? extends Styleable,
?>> Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.final Pos
Gets the value of thecontainerAlignment
property.final double
Gets the value of thespacing
property.final void
setContainerAlignment
(Pos value) Sets the value of thecontainerAlignment
property.static void
setDefaultSystemMenuBar
(MenuBar menuBar) Set the default system menu bar.final void
setSpacing
(double value) Sets the value of thespacing
property.final DoubleProperty
Specifies the spacing between menu buttons on the MenuBar.Methods declared in class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Property Details
-
spacing
Specifies the spacing between menu buttons on the MenuBar.- See Also:
-
containerAlignment
Specifies the alignment of the menu buttons inside the MenuBar (by default it is Pos.TOP_LEFT).
-
-
Constructor Details
-
MenuBarSkin
Creates a new MenuBarSkin instance, installing the necessary child nodes into the Controlchildren
list, as well as the necessary input mappings for handling key, mouse, etc events.- Parameters:
control
- The control that this skin should be installed onto.
-
-
Method Details
-
setDefaultSystemMenuBar
Set the default system menu bar. This allows an application to keep menu in the system menu bar after the last Window is closed.- Parameters:
menuBar
- the menu bar
-
setSpacing
public final void setSpacing(double value) Sets the value of thespacing
property.- Property description:
- Specifies the spacing between menu buttons on the MenuBar.
- Parameters:
value
- the value for thespacing
property- See Also:
-
getSpacing
public final double getSpacing()Gets the value of thespacing
property.- Property description:
- Specifies the spacing between menu buttons on the MenuBar.
- Returns:
- the value of the
spacing
property - See Also:
-
spacingProperty
Specifies the spacing between menu buttons on the MenuBar.- Returns:
- the
spacing
property - See Also:
-
setContainerAlignment
Sets the value of thecontainerAlignment
property.- Property description:
- Specifies the alignment of the menu buttons inside the MenuBar (by default it is Pos.TOP_LEFT).
- Parameters:
value
- the value for thecontainerAlignment
property- See Also:
-
getContainerAlignment
Gets the value of thecontainerAlignment
property.- Property description:
- Specifies the alignment of the menu buttons inside the MenuBar (by default it is Pos.TOP_LEFT).
- Returns:
- the value of the
containerAlignment
property - See Also:
-
containerAlignmentProperty
Specifies the alignment of the menu buttons inside the MenuBar (by default it is Pos.TOP_LEFT).- Returns:
- the
containerAlignment
property - See Also:
-
getClassCssMetaData
Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.- Returns:
- the CssMetaData associated with this class, which may include the CssMetaData of its superclasses
-