|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrefCountMenuBar | |
|---|---|
| net.curre.prefcount.gui | Package net.curre.prefcount.gui Description |
| net.curre.prefcount.gui.menu | Package net.curre.prefcount.gui.menu Description |
| net.curre.prefcount.service | Package net.curre.prefcount.service Description |
| Uses of PrefCountMenuBar in net.curre.prefcount.gui |
|---|
| Fields in net.curre.prefcount.gui declared as PrefCountMenuBar | |
|---|---|
protected PrefCountMenuBar |
PlayerDialogBaseFrame.menuBar
Reference to the player dialog frame's menu bar. |
| Methods in net.curre.prefcount.gui that return PrefCountMenuBar | |
|---|---|
PrefCountMenuBar |
PlayerDialogBaseFrame.getPrefCountMenuBar()
Getter for the window's menu bar. |
PrefCountMenuBar |
MainWindow.getPrefCountMenuBar()
Getter for the main window's menu bar. |
| Uses of PrefCountMenuBar in net.curre.prefcount.gui.menu |
|---|
| Classes in net.curre.prefcount.gui.menu that implement PrefCountMenuBar | |
|---|---|
class |
AwtMenuBar
Object of this class represents a menu bar for Mac OS. |
class |
SwingMenuBar
Object of this class represents a menu bar that for a non-Mac OS platform. |
| Uses of PrefCountMenuBar in net.curre.prefcount.service |
|---|
| Methods in net.curre.prefcount.service that return PrefCountMenuBar | |
|---|---|
static PrefCountMenuBar |
MainService.addMainWindowMenuBar(javax.swing.JFrame frame)
Creates an appropriate menu bar for the main window and sets it on the mainWindow object. |
static PrefCountMenuBar |
MainService.addPlayerDialogMenuBar(javax.swing.JFrame frame)
Creates a menu bar for the player dialog window and sets it on the mainWindow.playerDialogFrame object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||