Class IFCheckBoxList

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----IFComponent
                                           |
                                           +----IFCheckBoxList

public class IFCheckBoxList
extends IFComponent
A graphical component which displays a list of check boxes. It can handle several instances of its data

Author:
Patrice Bensoussan, Thierry Bensoussan

Constructor Index

 o IFCheckBoxList(String, String[], String[])
Object constructor

Method Index

 o apply(String)
generate configuration for this component
 o init()
sets the default state of the component
 o load(BufferedReader)
load data in this compoenent
 o newData(String)
creates a new instance of data
 o removeData(String)
remove a specific instance of data
 o save(PrintWriter)
save data stored in this component
 o setGenerate(String, String)
sets the strings to generate
 o storeData()
stores currently used data
 o useData(String)
use a specific instance of data

Constructors

 o IFCheckBoxList
 public IFCheckBoxList(String title,
                       String values[],
                       String args[])
Object constructor

Methods

 o setGenerate
 public void setGenerate(String head,
                         String tail)
sets the strings to generate

Overrides:
setGenerate in class IFComponent
 o newData
 public void newData(String key)
creates a new instance of data

Overrides:
newData in class IFComponent
 o useData
 public void useData(String key)
use a specific instance of data

Overrides:
useData in class IFComponent
 o storeData
 public void storeData()
stores currently used data

Overrides:
storeData in class IFComponent
 o removeData
 public void removeData(String key)
remove a specific instance of data

Overrides:
removeData in class IFComponent
 o init
 public void init()
sets the default state of the component

Overrides:
init in class IFComponent
 o apply
 public void apply(String dir)
generate configuration for this component

Overrides:
apply in class IFComponent
 o save
 public void save(PrintWriter out)
save data stored in this component

Overrides:
save in class IFComponent
 o load
 public void load(BufferedReader in)
load data in this compoenent

Overrides:
load in class IFComponent