|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.relayirc.swingui.ChatOptions.ObjectList | +--org.relayirc.swingui.ChatOptions.ChannelList
Constructor Summary | |
ChatOptions.ChannelList()
Construct empty server list. |
Method Summary | |
void |
addChannel(Channel chan)
Add channel to list of IRC channels frequented by user. |
Channel |
getChannel(int index)
Get channel by index. |
int |
getChannelCount()
Get number of channels. |
void |
removeChannel(Channel channel)
Remove channel. |
Methods inherited from class org.relayirc.swingui.ChatOptions.ObjectList |
addObject, contains, getObject, getObjectCount, getObjects, insertObjectAt, removeObject, setObjects |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChatOptions.ChannelList()
Method Detail |
public void addChannel(Channel chan)
public int getChannelCount()
public Channel getChannel(int index)
public void removeChannel(Channel channel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |