All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.ScanEditButtonBar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JObserve.GUI.ObserveButtonBar
                                   |
                                   +----JObserve.GUI.ScanEditButtonBar

public class ScanEditButtonBar
extends ObserveButtonBar
Scan editing panel button bar


Variable Index

 o myChoice
Choice to select page to display

Constructor Index

 o ScanEditButtonBar(ObservePanel)
constructor Make Scan Edit button bar

Method Index

 o addPage(String)
Add item to choice

Variables

 o myChoice
 public Choice myChoice
Choice to select page to display

Constructors

 o ScanEditButtonBar
 public ScanEditButtonBar(ObservePanel parent)
constructor Make Scan Edit button bar

Parameters:
ObservePanel - panel to forward events to

Methods

 o addPage
 public void addPage(String pageName)
Add item to choice

Parameters:
String - new item to add

All Packages  Class Hierarchy  This Package  Previous  Next  Index