All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.FullSubWidget

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----IMSWG.IW.SubSet.FullSubWidget

public class FullSubWidget
extends Panel
FullSubWidget class - used to set up a checkbox widget for selecting the full subinterval. Note: uses a callback to the parent, SubSet.fullsubChanged, method which allows SubSet to determine what happens when the fullsubinterval selection flag is changed.


Variable Index

 o subset

Method Index

 o action(Event, Object)
 o setPrev()
 o update()

Variables

 o subset
 public SubSet subset

Methods

 o setPrev
 public void setPrev()
 o update
 public void update()
 o action
 public boolean action(Event evt,
                       Object obj)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index