public class ReportToolbar
extends java.lang.Object
Constructor and Description |
---|
ReportToolbar(java.util.Locale locale) |
ReportToolbar(java.util.Locale locale,
ReportInterface report) |
Modifier and Type | Method and Description |
---|---|
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
|
public ReportToolbar(java.util.Locale locale)
public ReportToolbar(java.util.Locale locale, ReportInterface report)
public void addCommandGrp(com.softwareag.cis.plugin.command.display.CommandGroup grp)
public java.util.List getCommands()
public void removeCommand(java.lang.Class commandClass)
commandClass
- class of command to be removedpublic void clearAll()