|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CategoryPool
Contains information about all the categories in the system.
| Method Summary | |
|---|---|
void |
addCategory(Category cat)
Add a category to the system. |
void |
addListener(CategoryPoolListener listener)
Registers a listener. |
Category[] |
getAllCategories()
Returns all categories in the system. |
Category[] |
getCategories(int capability,
boolean presentationalOnly)
Returns all categories with appropriate capability |
Category |
getCategory(java.lang.String name)
Returns a category with the specified name, if not avaliable returns null. |
Category[] |
getDataCategories()
Returns all non-pseudo categories in the system. |
Category[] |
getPresentationalCategories()
Returns all presentational categoryes. |
PseudoCategory[] |
getPseudoCategories()
Returns all pseudo categories in the system. |
void |
removeCategory(Category cat)
Remove a category from the system. |
void |
removeListener(CategoryPoolListener listener)
Unregisters a listener. |
| Method Detail |
|---|
Category getCategory(java.lang.String name)
Category[] getAllCategories()
Category[] getPresentationalCategories()
PseudoCategory[] getPseudoCategories()
Category[] getDataCategories()
Category[] getCategories(int capability,
boolean presentationalOnly)
void addCategory(Category cat)
void removeCategory(Category cat)
void addListener(CategoryPoolListener listener)
void removeListener(CategoryPoolListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||