com.melloware.jukes.gui.view
Class MainMenuBuilder
java.lang.Object
com.melloware.jukes.gui.view.MainMenuBuilder
public final class MainMenuBuilder
- extends java.lang.Object
Builds the JMenuBar and pull-down menus in Jukes.
Copyright (c) 1999-2007 Melloware, Inc.
- Version:
- 4.0
- Author:
- Emil A. Lefkof III
|
Field Summary |
static java.lang.String |
CATALOG
|
|
Method Summary |
static javax.swing.JPopupMenu |
buildPlayerPopupMenu(java.awt.Component aComponent)
Builds and returns the Player. |
static javax.swing.JPopupMenu |
buildPlaylistPopupMenu(java.awt.Component aComponent,
java.awt.Component aList)
Builds and returns the Playlist Menu. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CATALOG
public static final java.lang.String CATALOG
MainMenuBuilder
public MainMenuBuilder()
buildPlayerPopupMenu
public static javax.swing.JPopupMenu buildPlayerPopupMenu(java.awt.Component aComponent)
- Builds and returns the Player.
buildPlaylistPopupMenu
public static javax.swing.JPopupMenu buildPlaylistPopupMenu(java.awt.Component aComponent,
java.awt.Component aList)
- Builds and returns the Playlist Menu.
- Parameters:
aComponent - the panel that owns this menuaList - a JList that this menu item is acting on.
Copyright © 1999-2008 Melloware Inc. All Rights Reserved.