|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbuttress.main.Filter
| Constructor Summary | |
Filter()
Default Constructor |
|
Filter(java.lang.String s)
Constructor with show |
|
Filter(java.lang.String s,
java.util.ArrayList a)
Constructor with show and keywords |
|
| Method Summary | |
static boolean |
addAFilter(Filter newFilter)
Adds a filter to the big list of all filters |
boolean |
addKeyword(java.lang.Object k)
add a keyword to the arraylist |
boolean |
containsKeyword(java.lang.Object k)
checks if object is in the array |
int |
getAmtKeywords()
gets the int value of the size of the keywords arraylist |
static java.util.ArrayList |
getBigListOfAllFilters()
|
java.lang.String |
getKeyword(int i)
gets the keyword at index i |
java.lang.String |
getShow()
gets the show string |
java.lang.Object |
removeKeyword(int i)
removes keyword at index i |
static java.util.ArrayList |
setBigListOfAllFilters(java.util.ArrayList newBigList)
|
void |
setShow(java.lang.String s)
set the show variable |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Filter()
public Filter(java.lang.String s)
s - String
public Filter(java.lang.String s,
java.util.ArrayList a)
s - Stringa - ArrayList| Method Detail |
public java.lang.String getShow()
public void setShow(java.lang.String s)
s - Stringpublic boolean addKeyword(java.lang.Object k)
k - Object
public boolean containsKeyword(java.lang.Object k)
k - Object
public java.lang.String getKeyword(int i)
i - int
public java.lang.Object removeKeyword(int i)
i - int
public int getAmtKeywords()
public static java.util.ArrayList getBigListOfAllFilters()
public static java.util.ArrayList setBigListOfAllFilters(java.util.ArrayList newBigList)
newBigList - ArayList The bigListOfAllFilters to set.
public static boolean addAFilter(Filter newFilter)
newFilter - the filter to add
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||