uchicago.src.reflector
Class ButtonActionDescriptor

java.lang.Object
  extended by uchicago.src.reflector.ActionDescriptor
      extended by uchicago.src.reflector.ButtonActionDescriptor

public class ButtonActionDescriptor
extends ActionDescriptor


Field Summary
 
Fields inherited from class uchicago.src.reflector.ActionDescriptor
label, listener
 
Constructor Summary
ButtonActionDescriptor(java.lang.String label, java.awt.event.ActionListener listener)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 
Methods inherited from class uchicago.src.reflector.ActionDescriptor
getLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonActionDescriptor

public ButtonActionDescriptor(java.lang.String label,
                              java.awt.event.ActionListener listener)
Method Detail

getComponent

public javax.swing.JComponent getComponent()
Specified by:
getComponent in class ActionDescriptor