Interface UiMenuBar

All Superinterfaces:
AttributeReadAttached, AttributeReadEnabled, AttributeReadId, AttributeReadValid, AttributeReadVisible, AttributeWriteEnabled, AttributeWriteId, AttributeWriteReadOnly, AttributeWriteTooltip, AttributeWriteVisible, io.github.mmm.event.EventSource<UiEvent,UiEventListener>, UiAbstractMenu<UiAdvancedMenu>, UiAbstractMenuBar<UiAdvancedMenu>, UiComposite<UiAdvancedMenu>, UiNativeWidget, UiRemovableComposite<UiAdvancedMenu>, UiWidget

public interface UiMenuBar extends UiAbstractMenuBar<UiAdvancedMenu>, UiNativeWidget
UiAbstractMenuBar representing a regular menu bar. It is contains UiMenus that are displayed by their title in the menu bar.
ATTENTION:
A UiMenuBar only exists once per application in the main window and should only be accessed via get(). Never manually create UiMenuBar via UiWidgetFactoryNative.create(Class). This is only possible for modularity of the UI implementations. Direct creation outside this framework is unspecified and behavior can change in future versions.
Since:
1.0.0