|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewsgroupList | |
nan.model | |
nan.nntp | |
nan.tools | |
nan.view |
Uses of NewsgroupList in nan.model |
Methods in nan.model that return NewsgroupList | |
static NewsgroupList |
XMLFactory.getNewsgroupList(org.dom4j.Document document)
Recreates a NewsgroupList from an XML Document. |
NewsgroupList |
Settings.getAvailableNewsgroups()
Gets the available newsgroups. |
NewsgroupList |
Settings.getSubscribedNewsgroups()
Gets the subscribed newsgroups. |
Methods in nan.model with parameters of type NewsgroupList | |
void |
NewsgroupList.append(NewsgroupList list)
Appends the Newsgroups from a NewsgroupList onto this NewsgroupList. |
Uses of NewsgroupList in nan.nntp |
Methods in nan.nntp that return NewsgroupList | |
NewsgroupList |
NNTPClientImpl.getNewsgroupList()
Gets the list of available Newsgroups from the NNTP server. |
NewsgroupList |
NNTPClientImpl.getNewsgroupsSince(java.util.Date when)
Gets the list of Newsgroups added to the server since a Date. |
NewsgroupList |
NNTPClient.getNewsgroupList()
Gets the list of available Newsgroups from the NNTP server. |
NewsgroupList |
NNTPClient.getNewsgroupsSince(java.util.Date when)
Gets the list of Newsgroups added to the server since a Date. |
Uses of NewsgroupList in nan.tools |
Methods in nan.tools that return NewsgroupList | |
NewsgroupList |
BackgroundNewsgroupListDownloader.getNewsgroupList()
Gets the list of Newsgroups read from the server. |
Uses of NewsgroupList in nan.view |
Methods in nan.view with parameters of type NewsgroupList | |
void |
NewsgroupDialog.display(NewsgroupList available,
NewsgroupList subscribed)
Displays this dialog. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |