All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.Filters

java.lang.Object
   |
   +----IMSWG.IW.DepValid.Filters

public class Filters
extends Object
This class is to support the Filters.


Constructor Index

 o Filters(Selection)
Saves a copy of the Selection object.

Method Index

 o clearSelected()
Clears the selections by removing all elements from the Vector selectedList.
 o fromChunk(Vector)
Takes a Vector response and sets the Vector filtersList.
 o getlist()
Returns an array of String copied from the Vector filtersList
 o getSelected()
Returns an array of String copied from the Vector selectedList
 o setlist(String[])
Sets the Vector filtersList with an array of String.
 o setlist(Vector)
Sets the Vector filtersList by cloning the input Vector.
 o setSelected(String[])
Sets the Vector selectedList given an input array of String.
 o toODL()
Creates an ODL object and returns the list of selected Filters as ODL using the keyword "FILTERS".

Constructors

 o Filters
 public Filters(Selection displaySelection)
Saves a copy of the Selection object. Initializes the internal list to "Filters not available yet".

Methods

 o setlist
 public void setlist(String newFiltersList[])
Sets the Vector filtersList with an array of String. filtersList is the list of compatible filters for the current attribute.

 o setlist
 public void setlist(Vector newFiltersList)
Sets the Vector filtersList by cloning the input Vector.

 o getlist
 public String[] getlist()
Returns an array of String copied from the Vector filtersList

 o setSelected
 public void setSelected(String newFiltersList[])
Sets the Vector selectedList given an input array of String. selectedList is the list of previously selected filters.

 o getSelected
 public String[] getSelected()
Returns an array of String copied from the Vector selectedList

 o clearSelected
 public void clearSelected()
Clears the selections by removing all elements from the Vector selectedList.

 o toODL
 public ODL toODL()
Creates an ODL object and returns the list of selected Filters as ODL using the keyword "FILTERS".

 o fromChunk
 public void fromChunk(Vector response)
Takes a Vector response and sets the Vector filtersList. It uses IU/RFC822 to return a new Vector. This new Vector is then used to set the filtersList Vector.


All Packages  Class Hierarchy  This Package  Previous  Next  Index