com.centrasite.control.commands.toolbar
Class ReportToolbar

java.lang.Object
  extended by com.centrasite.control.commands.toolbar.ReportToolbar

public class ReportToolbar
extends java.lang.Object


Constructor Summary
ReportToolbar(java.util.Locale locale)
           
ReportToolbar(java.util.Locale locale, ReportInterface report)
           
 
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
 

Constructor Detail

ReportToolbar

public ReportToolbar(java.util.Locale locale)

ReportToolbar

public ReportToolbar(java.util.Locale locale,
                     ReportInterface report)
Method Detail

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