|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedThread | |
net.sourceforge.rssowl.controller | |
net.sourceforge.rssowl.controller.statusline | |
net.sourceforge.rssowl.controller.thread | |
net.sourceforge.rssowl.controller.tray |
Uses of ExtendedThread in net.sourceforge.rssowl.controller |
Fields in net.sourceforge.rssowl.controller declared as ExtendedThread | |
private ExtendedThread |
Quickview.searchDelayThread
|
Uses of ExtendedThread in net.sourceforge.rssowl.controller.statusline |
Fields in net.sourceforge.rssowl.controller.statusline declared as ExtendedThread | |
private ExtendedThread |
LoadJob.aggregationThread
|
private ExtendedThread |
LoadJob.loadingThread
|
Methods in net.sourceforge.rssowl.controller.statusline with parameters of type ExtendedThread | |
void |
LoadJob.setAggregationThread(ExtendedThread aggregationThread)
Set the aggregation Thread to this Job, if it is from an aggregation. |
Constructors in net.sourceforge.rssowl.controller.statusline with parameters of type ExtendedThread | |
LoadJob(String identifier,
String title,
boolean isFromAggregation,
int style,
ExtendedThread loadingThread)
Instantiate a new LoadJob |
Uses of ExtendedThread in net.sourceforge.rssowl.controller.thread |
Subclasses of ExtendedThread in net.sourceforge.rssowl.controller.thread | |
class |
FeedLoader
This Thread loads a newsfeed from its source and displays it calling the appropiate method in the main controller |
class |
FeedValidator
This thread is used to validate a newsfeed and give the results to the calling ValidateFeedDialog |
Fields in net.sourceforge.rssowl.controller.thread declared as ExtendedThread | |
(package private) ExtendedThread |
AggregationLoader.outerNewsFeedLoader
Thread to load the aggregated category |
private ExtendedThread[] |
FeedDiscoveryManager.collectorThreads
Collector threads to collect and parse links from the results of the search |
private ExtendedThread[] |
FeedSearchManager.collectorThreads
Collector threads to collect and parse links from the results of the search |
Methods in net.sourceforge.rssowl.controller.thread that return ExtendedThread | |
(package private) ExtendedThread |
AggregationLoader.createInnerFeedLoader(String url)
Create the inner feed loader that is called from the outer feed loader for each URL to load. |
Uses of ExtendedThread in net.sourceforge.rssowl.controller.tray |
Fields in net.sourceforge.rssowl.controller.tray declared as ExtendedThread | |
private ExtendedThread |
SystemTrayAlert.autoClosePopup
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |