uk.ac.essex.common.menu
Class MenuDescriptorImpl

java.lang.Object
  extended by uk.ac.essex.common.menu.MenuDescriptorImpl
All Implemented Interfaces:
MenuDescriptor

public class MenuDescriptorImpl
extends java.lang.Object
implements MenuDescriptor


Created Date: 01-Nov-2003

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Constructor Summary
MenuDescriptorImpl()
           
 
Method Summary
 javax.swing.JMenu getMenu()
           
 java.lang.String getMenuLabel()
           
 java.lang.String getMnemonic()
           
 java.lang.String getName()
           
 java.util.List getSwingList()
           
 boolean showIcons()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuDescriptorImpl

public MenuDescriptorImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface MenuDescriptor

getMenuLabel

public java.lang.String getMenuLabel()
Specified by:
getMenuLabel in interface MenuDescriptor

getMnemonic

public java.lang.String getMnemonic()
Specified by:
getMnemonic in interface MenuDescriptor

getSwingList

public java.util.List getSwingList()
Specified by:
getSwingList in interface MenuDescriptor

getMenu

public javax.swing.JMenu getMenu()

showIcons

public boolean showIcons()
Specified by:
showIcons in interface MenuDescriptor