|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sygem.swing.joutlooknavbar.CategoryModel
Abstract class specifying the methods needed to implement a JOutlookNavBar data model.
The CategoryDataListeners are also handled by this class.
Title: JOutlookNavBar
Description: A Swing component simulating Outlook's Nav Bar
Copyright: Copyright (c) 2004
Company: SyGem Software
Constructor Summary | |
CategoryModel()
|
Method Summary | |
abstract void |
addCategory(NavBarCategory category)
Abstract method for adding categories to the model. |
void |
addCategoryDataListener(CategoryDataListener l)
Adds a CategoryDataListener to this model. |
abstract NavBarCategory[] |
getCategories()
Abstract method for retrieving all entries from the JOutlookNavBar data model. |
void |
removeAll()
Removes all categories from this model. |
abstract void |
removeCategory(NavBarCategory category)
Abstract method for removing categories from the model. |
void |
removeCategoryDataListener(CategoryDataListener l)
Removes a CategoryDataListener from this model. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryModel()
Method Detail |
public abstract void addCategory(NavBarCategory category)
category
- The NavBarCategory to add to this modelNavBarCategory
public void addCategoryDataListener(CategoryDataListener l)
l
- The CategoryDataListener to addCategoryDataListener
public abstract NavBarCategory[] getCategories()
NavBarCategory
public void removeAll()
removeCategory(NavBarCategory)
,
NavBarCategory
public abstract void removeCategory(NavBarCategory category)
category
- NavBarCategoryNavBarCategory
public void removeCategoryDataListener(CategoryDataListener l)
l
- The CategoryDataListener to removeCategoryDataListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |