|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HotlistItem
Defines the requirements for a hotlist item. Hotlist item represent one or more favorite peers.
HotlistManager
Method Summary | |
---|---|
void |
addStateListener(StateListener listener)
Adds a state listener. |
javax.swing.Action[] |
getActions()
Returns the actions that can performed by the item. |
java.lang.String |
getCategory()
Returns the category of the item. |
java.lang.String |
getComment()
Returns the user defined comment of the item. |
javax.swing.Icon |
getIcon()
Returns a 16x16 icon. |
java.lang.String |
getName()
Returns the name of the item. |
java.lang.String |
getStatus()
Returns the status of the peers represented by this item. |
void |
removeStateListener(StateListener listener)
Remove a state listener. |
Method Detail |
---|
void addStateListener(StateListener listener)
javax.swing.Action[] getActions()
java.lang.String getCategory()
java.lang.String getComment()
javax.swing.Icon getIcon()
java.lang.String getName()
java.lang.String getStatus()
getStatus()
method.
void removeStateListener(StateListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |