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.
-
Filters(Selection)
- Saves a copy of the Selection object.
-
clearSelected()
- Clears the selections by removing all elements from the
Vector selectedList.
-
fromChunk(Vector)
- Takes a Vector response and sets the Vector filtersList.
-
getlist()
- Returns an array of String copied from the Vector filtersList
-
getSelected()
- Returns an array of String copied from the Vector selectedList
-
setlist(String[])
- Sets the Vector filtersList with an array of String.
-
setlist(Vector)
- Sets the Vector filtersList by cloning the input Vector.
-
setSelected(String[])
- Sets the Vector selectedList given an input array of String.
-
toODL()
- Creates an ODL object and returns the list of selected Filters as ODL
using the keyword "FILTERS".
Filters
public Filters(Selection displaySelection)
- Saves a copy of the Selection object.
Initializes the internal list to "Filters not available yet".
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.
setlist
public void setlist(Vector newFiltersList)
- Sets the Vector filtersList by cloning the input Vector.
getlist
public String[] getlist()
- Returns an array of String copied from the Vector filtersList
setSelected
public void setSelected(String newFiltersList[])
- Sets the Vector selectedList given an input array of String.
selectedList is the list of previously selected filters.
getSelected
public String[] getSelected()
- Returns an array of String copied from the Vector selectedList
clearSelected
public void clearSelected()
- Clears the selections by removing all elements from the
Vector selectedList.
toODL
public ODL toODL()
- Creates an ODL object and returns the list of selected Filters as ODL
using the keyword "FILTERS".
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