Class W3C.PICS.RankedCheckbox
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class W3C.PICS.RankedCheckbox

W3C.PICS.DCheckbox
   |
   +----W3C.PICS.RankedCheckbox

public class RankedCheckbox
extends DCheckbox
A Checkbox with built-in ranking. It will always make sure that all the higher-ranked (smaller rank number) checkboxes are checked and lower-ranked checkboxes are unchecked.

Constructor Index

 o RankedCheckbox(String, String, TextComponent, int, Vector)

Method Index

 o setState(boolean)
 o truesetState(boolean)

Constructors

 o RankedCheckbox
  public RankedCheckbox(String label,
                        String Description,
                        TextComponent DText,
                        int rank,
                        Vector Checkboxes)

Methods

 o setState
  public void setState(boolean state)
 o truesetState
  public void truesetState(boolean state)

All Packages  Class Hierarchy  This Package  Previous  Next  Index