Package net.curre.prefcount.gui.menu

Package net.curre.prefcount.gui.menu Description

See:
          Description

Interface Summary
PrefCountMenuBar This is interface for the prefcount menu bar.
 

Class Summary
AwtCheckboxMenuGroup Object of this class represents a checkbox menu item group to provide radio-buton-like functionality for awt CheckboxMenuItem.
AwtMenuBar Object of this class represents a menu bar for Mac OS.
SwingMenuBar Object of this class represents a menu bar that for a non-Mac OS platform.
 

Enum Summary
PrefCountMenuBar.MenuBarType Enumeration that represents type of a PrefCountMenuBar.
 

Package net.curre.prefcount.gui.menu Description

Package net.curre.prefcount.gui.menu Description

Contains GUI menu bar classes. Code in this package is responsible for creating platform dependent menu bars. It is important to note that we need to create platform specific menu bars because Substance LAF library does not fully support Mac OS native menu bars (the one at the top of the screen). In particular, we can't place a swing menu bar at the top of the screen on Mac OS when using Substance LAF - only an awt menu bar can be placed there on Mac OS.



Copyright © 2008. All Rights Reserved.