All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsltools.visualization.ButtonRows.ButtonRow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jdsltools.visualization.ButtonRows.ButtonRow

public abstract class ButtonRow
extends Panel
Superclass of all instantiated button rows. Just sets a row layout manager, makes a button, and saves an instance variable (container_).

Author:
Mark Handy

Variable Index

 o controller_
 o ROW_LAYOUT

Constructor Index

 o ButtonRow(AnimationController, String)

Method Index

 o action()

Variables

 o ROW_LAYOUT
 public static final LayoutManager ROW_LAYOUT
 o controller_
 public VisualizationController controller_

Constructors

 o ButtonRow
 public ButtonRow(AnimationController c,
                  String label)

Methods

 o action
 public abstract void action()

All Packages  Class Hierarchy  This Package  Previous  Next  Index