Top Fields Constructors Methods
com.sun.javafx.scene.control

public Class MenuBarButton

extends MenuButton
Class Inheritance
Imports
javafx.beans.value.ChangeListener, javafx.collections.ListChangeListener, javafx.scene.AccessibleAttribute, .AccessibleRole, javafx.scene.control.Menu, .MenuButton, .MenuItem, javafx.scene.control.skin.MenuBarSkin

Field Summary

Modifier and TypeField and Description
private final ListChangeListener<MenuItem>
private final ListChangeListener<String>
Inherited from javafx.scene.control.MenuButton:
ON_HIDDENON_HIDINGON_SHOWINGON_SHOWN

Constructor Summary

AccessConstructor and Description

Method Summary

Modifier and TypeMethod and Description
public void
public void
public MenuBarSkin
public Object
queryAccessibleAttribute(AccessibleAttribute
the requested attribute
attribute
,
Object...
optional list of parameters
parameters
)

Overrides javafx.scene.control.Control.queryAccessibleAttribute.

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

public void
Inherited from javafx.scene.control.MenuButton:
createDefaultSkinexecuteAccessibleActionfiregetItemsgetOnHiddengetOnHidinggetOnShowinggetOnShowngetPopupSidehideisShowingonHiddenPropertyonHidingPropertyonShowingPropertyonShownPropertypopupSidePropertysetOnHiddensetOnHidingsetOnShowingsetOnShownsetPopupSideshowshowingProperty

Field Detail

itemsListenerback to summary
private final ListChangeListener<MenuItem> itemsListener
styleClassListenerback to summary
private final ListChangeListener<String> styleClassListener

Constructor Detail

Method Detail

clearHoverback to summary
public void clearHover()
disposeback to summary
public void dispose()
getMenuBarSkinback to summary
public MenuBarSkin getMenuBarSkin()
queryAccessibleAttributeback to summary
public Object queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)

Overrides javafx.scene.control.Control.queryAccessibleAttribute.

Doc from javafx.scene.control.Control.queryAccessibleAttribute.

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

This method is commonly overridden by subclasses to implement attributes that are required for a specific role.
If a particular attribute is not handled, the superclass implementation must be called.

Parameters
attribute:AccessibleAttribute

Doc from javafx.scene.Node.queryAccessibleAttribute.

the requested attribute

parameters:Object[]

Doc from javafx.scene.Node.queryAccessibleAttribute.

optional list of parameters

Returns:Object

Doc from javafx.scene.Node.queryAccessibleAttribute.

the value for the requested attribute

Annotations
@Override
setHoverback to summary
public void setHover()