|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceListCategory | |
|---|---|
| com.explodingpixels.macwidgets | |
| Uses of SourceListCategory in com.explodingpixels.macwidgets |
|---|
| Methods in com.explodingpixels.macwidgets that return types with arguments of type SourceListCategory | |
|---|---|
java.util.List<SourceListCategory> |
SourceListModel.getCategories()
Gets the SourceListCategorys associated with this model. |
| Methods in com.explodingpixels.macwidgets with parameters of type SourceListCategory | |
|---|---|
void |
SourceListModel.addCategory(SourceListCategory category)
Adds the given category to the model and fires an event such that SourceListModelListeners will be notified. |
void |
SourceListModel.addCategory(SourceListCategory category,
int index)
Adds the given category to the model at the given index and fires an event such that SourceListModelListeners will be notified. |
void |
SourceListModel.addItemToCategory(SourceListItem item,
SourceListCategory category)
Adds the given item to the given SourceListCategory. |
void |
SourceListModel.addItemToCategory(SourceListItem item,
SourceListCategory category,
int index)
Adds the given item to the given SourceListCategory at the given index within that
category. |
void |
SourceListModelListener.categoryAdded(SourceListCategory category,
int index)
Called when a category is adeded. |
void |
SourceListModelListener.categoryRemoved(SourceListCategory category)
Called when a category is removed. |
javax.swing.JPopupMenu |
SourceListContextMenuProvider.createContextMenu(SourceListCategory category)
Called when the user requests that a context-menu be shown on a SourceListCategory. |
java.lang.String |
SourceListToolTipProvider.getTooltip(SourceListCategory category)
Gets the tool tip to use for the given SourceListCategory. |
void |
SourceListModelListener.itemAddedToCategory(SourceListItem itemAdded,
SourceListCategory category,
int index)
Called when an item is added to a category. |
void |
SourceListModelListener.itemRemovedFromCategory(SourceListItem itemRemoved,
SourceListCategory category)
Called when an item is removed from a category. |
void |
SourceListModel.removeCategory(SourceListCategory category)
Removes the given category from the model and fires an event such that SourceListModelListeners will be notified. |
void |
SourceListModel.removeItemFromCategory(SourceListItem item,
SourceListCategory category)
Removes the given item from the given category. |
void |
SourceListModel.removeItemFromCategoryAtIndex(SourceListCategory category,
int index)
Removes the item at the given index from the given category. |
void |
SourceList.setExpanded(SourceListCategory category,
boolean expanded)
Sets the expanded state of the given SourceListCategory. |
boolean |
SourceListExpansionListener.shouldExpandSourceListCategory(SourceListCategory category)
Called before expanding a SourceListCategory in a SourceList. |
boolean |
SourceListExpansionListener.shouldToCollapseSourceListCategory(SourceListCategory category)
Called before collapsing a SourceListCategory in a SourceList. |
void |
SourceListClickListener.sourceListCategoryClicked(SourceListCategory category,
SourceListClickListener.Button button,
int clickCount)
Called when a SourceListCategory is clicked. |
void |
SourceListExpansionListener.sourceListCategoryCollapsed(SourceListCategory category)
Called when a SourceListCategory is collapsed in a SourceList. |
void |
SourceListExpansionListener.sourceListCategoryExpanded(SourceListCategory category)
Called when a SourceListCategory is expanded in a SourceList. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||