Ontimize 5.2071EN

com.ontimize.gui.actions
Class AbstractButtonAction

java.lang.Object
  extended bycom.ontimize.gui.actions.AbstractButtonAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
AttachmentFileAction, CreateFormInDialog, DeleteAttachmentFileAction, DownloadAttachmentFileAction, GenerateReportAction, RefreshTableAction, WindowsOpenApplicationAction

public abstract class AbstractButtonAction
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
AbstractButtonAction()
           
 
Method Summary
 Form getForm(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

AbstractButtonAction

public AbstractButtonAction()
Method Detail

getForm

public Form getForm(java.awt.event.ActionEvent e)

Ontimize