All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsltools.visualization.VizPanelButton

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Button
                   |
                   +----jdsltools.visualization.VizPanelButton

public class VizPanelButton
extends Button
implements ActionListener
A panel button that can speak to its button row as needed

Author:
Ryan Shaun Baker

Constructor Index

 o VizPanelButton(String, ButtonRow)

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o VizPanelButton
 public VizPanelButton(String label,
                       ButtonRow br)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index