com.centrasite.control.commands.toolbar
Class ReportToolbar
java.lang.Object
com.centrasite.control.commands.toolbar.ReportToolbar
public class ReportToolbar
- extends java.lang.Object
Method Summary |
void |
addCommandGrp(com.softwareag.cis.plugin.command.display.CommandGroup grp)
|
void |
clearAll()
|
java.util.List |
getCommands()
|
void |
removeCommand(java.lang.Class commandClass)
Remove command corresponding to given class from set of commands |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportToolbar
public ReportToolbar(java.util.Locale locale)
ReportToolbar
public ReportToolbar(java.util.Locale locale,
ReportInterface report)
addCommandGrp
public void addCommandGrp(com.softwareag.cis.plugin.command.display.CommandGroup grp)
getCommands
public java.util.List getCommands()
removeCommand
public void removeCommand(java.lang.Class commandClass)
- Remove command corresponding to given class from set of commands
- Parameters:
commandClass
- class of command to be removed
clearAll
public void clearAll()