com.melloware.jukes.gui.view
Class MainMenuBuilder

java.lang.Object
  extended by com.melloware.jukes.gui.view.MainMenuBuilder

public final class MainMenuBuilder
extends Object

Builds the JMenuBar and pull-down menus in Jukes.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0 AZ - 2009, 2010
Author:
Emil A. Lefkof III

Field Summary
static String CATALOG
           
 
Constructor Summary
MainMenuBuilder()
           
 
Method Summary
static JPopupMenu buildDiscExportableTablePopupMenu(Component aComponent)
          AZ Builds and returns the DiscExportableTable PopUp Menu.
static JPopupMenu buildDisclistPopupMenu(Component aComponent, Component aList)
          AZ Builds and returns the Disclist Menu.
static JPopupMenu buildPlayerPopupMenu(Component aComponent)
          Builds and returns the Player.
static JPopupMenu buildPlaylistPopupMenu(Component aComponent, 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 String CATALOG
Constructor Detail

MainMenuBuilder

public MainMenuBuilder()
Method Detail

buildPlayerPopupMenu

public static JPopupMenu buildPlayerPopupMenu(Component aComponent)
Builds and returns the Player.


buildPlaylistPopupMenu

public static JPopupMenu buildPlaylistPopupMenu(Component aComponent,
                                                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.

buildDisclistPopupMenu

public static JPopupMenu buildDisclistPopupMenu(Component aComponent,
                                                Component aList)
AZ Builds and returns the Disclist Menu.

Parameters:
aComponent - the panel that owns this menu
aList - a JList that this menu item is acting on.

buildDiscExportableTablePopupMenu

public static JPopupMenu buildDiscExportableTablePopupMenu(Component aComponent)
AZ Builds and returns the DiscExportableTable PopUp Menu.



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