Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.CommandHandler

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.CommandHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ReportDesigner

protected class ReportDesigner.CommandHandler
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  javax.swing.AbstractButton defaultButton
           
 
Constructor Summary
protected ReportDesigner.CommandHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void add(javax.swing.AbstractButton b)
           
 void defaultButton()
           
 void setDefaultButton(javax.swing.AbstractButton b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultButton

protected javax.swing.AbstractButton defaultButton
Constructor Detail

ReportDesigner.CommandHandler

protected ReportDesigner.CommandHandler()
Method Detail

add

public void add(javax.swing.AbstractButton b)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

setDefaultButton

public void setDefaultButton(javax.swing.AbstractButton b)

defaultButton

public void defaultButton()

Ontimize