uk.ac.essex.common.menu
Interface MenuDescriptor

All Known Subinterfaces:
ActionGroupDescriptor
All Known Implementing Classes:
ActionGroupDescriptorImpl, MenuDescriptorImpl

public interface 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


Method Summary
 java.lang.String getMenuLabel()
           
 java.lang.String getMnemonic()
           
 java.lang.String getName()
           
 java.util.List getSwingList()
           
 boolean showIcons()
           
 

Method Detail

getName

java.lang.String getName()

getMenuLabel

java.lang.String getMenuLabel()

getMnemonic

java.lang.String getMnemonic()

getSwingList

java.util.List getSwingList()

showIcons

boolean showIcons()