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
-
IFCheckBoxList(String, String[], String[])
- Object constructor
-
apply(String)
- generate configuration for this component
-
init()
- sets the default state of the component
-
load(BufferedReader)
- load data in this compoenent
-
newData(String)
- creates a new instance of data
-
removeData(String)
- remove a specific instance of data
-
save(PrintWriter)
- save data stored in this component
-
setGenerate(String, String)
- sets the strings to generate
-
storeData()
- stores currently used data
-
useData(String)
- use a specific instance of data
IFCheckBoxList
public IFCheckBoxList(String title,
String values[],
String args[])
- Object constructor
setGenerate
public void setGenerate(String head,
String tail)
- sets the strings to generate
- Overrides:
- setGenerate in class IFComponent
newData
public void newData(String key)
- creates a new instance of data
- Overrides:
- newData in class IFComponent
useData
public void useData(String key)
- use a specific instance of data
- Overrides:
- useData in class IFComponent
storeData
public void storeData()
- stores currently used data
- Overrides:
- storeData in class IFComponent
removeData
public void removeData(String key)
- remove a specific instance of data
- Overrides:
- removeData in class IFComponent
init
public void init()
- sets the default state of the component
- Overrides:
- init in class IFComponent
apply
public void apply(String dir)
- generate configuration for this component
- Overrides:
- apply in class IFComponent
save
public void save(PrintWriter out)
- save data stored in this component
- Overrides:
- save in class IFComponent
load
public void load(BufferedReader in)
- load data in this compoenent
- Overrides:
- load in class IFComponent