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