com.melloware.jukes.gui.view
Class MainMenuBuilder

java.lang.Object
  extended by 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
           
 
Constructor Summary
MainMenuBuilder()
           
 
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
 

Field Detail

CATALOG

public static final java.lang.String CATALOG
Constructor Detail

MainMenuBuilder

public MainMenuBuilder()
Method Detail

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 menu
aList - a JList that this menu item is acting on.


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.