|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HotlistItem | |
---|---|
org.xnap.gui.table | Provides table model and table cell renderer classes including the tree table classes. |
org.xnap.peer | Provides interfaces and classes for peers. |
org.xnap.plugin.joscar | |
org.xnap.plugin.opennap.user |
Uses of HotlistItem in org.xnap.gui.table |
---|
Methods in org.xnap.gui.table that return HotlistItem | |
---|---|
HotlistItem |
HotlistTableModel.get(int i)
|
Methods in org.xnap.gui.table with parameters of type HotlistItem | |
---|---|
void |
HotlistTableModel.add(HotlistItem item)
|
boolean |
HotlistTableModel.UserFilter.matches(HotlistItem u)
|
boolean |
HotlistTableModel.AllFilter.matches(HotlistItem u)
|
boolean |
HotlistTableModel.CategoryFilter.matches(HotlistItem u)
|
boolean |
HotlistTableModel.OtherFilter.matches(HotlistItem u)
|
void |
HotlistTableModel.remove(HotlistItem item)
|
Uses of HotlistItem in org.xnap.peer |
---|
Classes in org.xnap.peer that implement HotlistItem | |
---|---|
class |
AbstractHotlistItem
This class provides the default implementation for a hotlist item. |
Methods in org.xnap.peer that return HotlistItem | |
---|---|
HotlistItem[] |
HotlistManager.getItems()
|
Methods in org.xnap.peer with parameters of type HotlistItem | |
---|---|
void |
HotlistManager.add(HotlistItem item)
Adds item to the hotlist. |
void |
HotlistManager.remove(HotlistItem item)
Removes item from the hotlist. |
Uses of HotlistItem in org.xnap.plugin.joscar |
---|
Classes in org.xnap.plugin.joscar that implement HotlistItem | |
---|---|
class |
JOscarPeer
|
Uses of HotlistItem in org.xnap.plugin.opennap.user |
---|
Classes in org.xnap.plugin.opennap.user that implement HotlistItem | |
---|---|
class |
OpenNapGlobalUser
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |