uk.ac.essex.common.action
Interface ActionGroupDescriptor

All Superinterfaces:
MenuDescriptor
All Known Implementing Classes:
ActionGroupDescriptorImpl

public interface ActionGroupDescriptor
extends 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
 void addAction(ActionDescriptor actionDescriptor)
           
 void addChildGroup(ActionGroupDescriptor childGroupDescriptor)
           
 void addSeperator(SeparatorDescriptor separator)
           
 ActionDescriptor[] getActionsWithIcons()
          Do I need this??
 java.lang.String getLabel()
           
 java.lang.String getMenu()
           
 java.lang.String getMnemonic()
           
 java.lang.String getName()
           
 ActionDescriptor[] getToolBarActions(java.lang.String toolBarId)
           
 boolean showIcons()
           
 
Methods inherited from interface uk.ac.essex.common.menu.MenuDescriptor
getMenuLabel, getSwingList
 

Method Detail

getLabel

java.lang.String getLabel()

getMenu

java.lang.String getMenu()

getMnemonic

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

getName

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

addChildGroup

void addChildGroup(ActionGroupDescriptor childGroupDescriptor)

getToolBarActions

ActionDescriptor[] getToolBarActions(java.lang.String toolBarId)
Parameters:
toolBarId -
Returns:

getActionsWithIcons

ActionDescriptor[] getActionsWithIcons()
Do I need this??

Returns:

addAction

void addAction(ActionDescriptor actionDescriptor)
Parameters:
actionDescriptor -

addSeperator

void addSeperator(SeparatorDescriptor separator)
Parameters:
separator -

showIcons

boolean showIcons()
Specified by:
showIcons in interface MenuDescriptor