com.borland.primetime.ui
Class DefaultDialog.ButtonLink

java.lang.Object
  |
  +--com.borland.primetime.ui.DefaultDialog.ButtonLink
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DefaultDialog

protected class DefaultDialog.ButtonLink
extends java.lang.Object
implements java.awt.event.ActionListener

This class is used to wire a JButton to an ActionListener. When this objects actionPerformed is called, the button will be clicked.


Constructor Summary
protected DefaultDialog.ButtonLink(javax.swing.JButton button)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDialog.ButtonLink

protected DefaultDialog.ButtonLink(javax.swing.JButton button)
Method Detail

actionPerformed

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