com.limegroup.gnutella.gui.menu
Interface Menu


public interface Menu

Defines the minimal necessary methods for menus in the main application menu bar.


Method Summary
 javax.swing.JMenu getMenu()
          Returns the JMenu instance for this Menu.
 

Method Detail

getMenu

public javax.swing.JMenu getMenu()
Returns the JMenu instance for this Menu.

Returns:
the JMenu instance for this Menu