Uses of Class
net.sourceforge.java.feednread.frontend.MainApplicationWindow

Packages that use MainApplicationWindow
net.sourceforge.java.feednread.backend.importer Contains classes for importing hierarchical structures embedded in OPML Documents into the NewsFeedFavoritesTree resp.  
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
net.sourceforge.java.feednread.frontend.components Contains all the interfaces and classes composing the application ui components. 
net.sourceforge.java.feednread.frontend.components.addressbar Contains all the classes composing the NewsFeedAddressBar ui component. 
net.sourceforge.java.feednread.frontend.components.favoritestree Contains all the classes composing the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.frontend.components.newstable Contains all the classes composing the NewsFeedTable ui component. 
net.sourceforge.java.feednread.frontend.components.notificationbar Contains all the classes composing the NotificationBar ui component. 
net.sourceforge.java.feednread.frontend.components.sidebar Contains all the classes composing the SideBar ui component. 
net.sourceforge.java.feednread.frontend.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
net.sourceforge.java.feednread.frontend.components.watchestree Contains all the classes composing the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend.dialog Provides a collection of dialogs used in the application context. 
net.sourceforge.java.feednread.frontend.event Provides classes for handling the events fired by the application. 
net.sourceforge.java.feednread.frontend.event.action Provides a collection of Actions handling events based on user actions.  
net.sourceforge.java.feednread.frontend.tray Provides classes implementing the application's system tray support. 
net.sourceforge.java.feednread.frontend.wizard Provides classes for wizards used in the application context. 
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.backend.importer
 

Fields in net.sourceforge.java.feednread.backend.importer declared as MainApplicationWindow
private  MainApplicationWindow NewsFeedFavoritesTreeOPMLImport.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.backend.importer with parameters of type MainApplicationWindow
NewsFeedFavoritesTreeOPMLImport(Category targetCategory, MainApplicationWindow mainWindow)
           Creates a new NewsFeedFavoritesTreeOPMLImport bound to the specified Category.
NewsFeedFavoritesTreeOPMLImport(Category targetCategory, MainApplicationWindow mainWindow, IProgressMonitor monitor)
           Creates a new NewsFeedFavoritesTreeOPMLImport bound to the specified Category.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.backend.jobs
 

Fields in net.sourceforge.java.feednread.backend.jobs declared as MainApplicationWindow
private  MainApplicationWindow TreeImportJob.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsFeedUpdateManagerJob.mainWindow
           
protected  MainApplicationWindow NewsFeedParserJob.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsFeedFavoritesTreeOPMLImportJob.mainWindow
           
private  MainApplicationWindow NewsFeedAggregationManagerJob.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.backend.jobs with parameters of type MainApplicationWindow
TreeImportJob(MainApplicationWindow mainWindow, Category targetCategory, String favoritesFile, WatchFolder targetFolder, String watchesFile)
           Creates a new TreeImportJob instance.
NewsFeedUpdateManagerJob(MainApplicationWindow mainWindow, Favorite[] newsFeedFavorites)
           Creates a new NewsFeedUpdateManagerJob which coordinates the update of the specified Favoritess.
NewsFeedUpdateJob(String newsFeedUrl, MainApplicationWindow mainWindow)
           Creates a new NewsFeedUpdateJob to update the newsfeed at the specified url.
NewsFeedUpdateJob(Favorite favorite, MainApplicationWindow mainWindow)
           Creates a new NewsFeedUpdateJob to update the newsfeed set in the specified Favorite.
NewsFeedParserJob(String newsFeedUrl, MainApplicationWindow mainWindow)
           Creates a new NewsFeedParserJob to parse the NewsFeed at the specified url.
NewsFeedParserJob(Favorite favorite, MainApplicationWindow mainWindow)
           Creates a new NewsFeedParserJob to parse the NewsFeed set by the specified Favorite.
NewsFeedFavoritesTreeOPMLImportJob(MainApplicationWindow mainWindow, Category targetCategory, String opmlFile)
           Creates a new NewsFeedFavoritesTreeOPMLImportJob instance.
NewsFeedAggregationManagerJob(MainApplicationWindow mainWindow, Favorite[] newsFeedFavorites)
           Creates a new NewsFeedAggregationManagerJob which aggregates the specified Favorite newsfeeds into one single AggregatedNewsFeed and adds it to the NewsFeedTabBar when finished.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components
 

Fields in net.sourceforge.java.feednread.frontend.components declared as MainApplicationWindow
private  MainApplicationWindow NewsContentView.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components with parameters of type MainApplicationWindow
NewsContentView(Composite parent, MainApplicationWindow mainWindow)
           Creates a new NewsContentView instance which is used to display a single news.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.addressbar
 

Fields in net.sourceforge.java.feednread.frontend.components.addressbar declared as MainApplicationWindow
private  MainApplicationWindow NewsFeedAddressBar.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components.addressbar with parameters of type MainApplicationWindow
NewsFeedAddressBar(Composite parent, MainApplicationWindow mainWindow)
           Creates a new NewsFeedAddressBar instance embedding it into the specified parent component.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.favoritestree
 

Fields in net.sourceforge.java.feednread.frontend.components.favoritestree declared as MainApplicationWindow
private  MainApplicationWindow NewsFeedFavoritesTree.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components.favoritestree with parameters of type MainApplicationWindow
NewsFeedFavoritesTree(Composite parent, MainApplicationWindow mainWindow)
           Creates a new NewsFeedFavoritesTree instance and embeds it into the specified component.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.newstable
 

Fields in net.sourceforge.java.feednread.frontend.components.newstable declared as MainApplicationWindow
private  MainApplicationWindow NewsFeedTable.mainWindow
           
 

Constructors in net.sourceforge.java.feednread.frontend.components.newstable with parameters of type MainApplicationWindow
NewsFeedTable(Composite parent, MainApplicationWindow mainWindow, NewsFeed newsFeed)
           Creates a new NewsFeedTable holding the news of the newsfeed at the specified url and embeds it into the given Composite.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.notificationbar
 

Fields in net.sourceforge.java.feednread.frontend.components.notificationbar declared as MainApplicationWindow
private  MainApplicationWindow NotificationBar.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components.notificationbar with parameters of type MainApplicationWindow
NotificationBar(Composite parent, MainApplicationWindow mainWindow)
           Creates a new NotificationBar instance.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.sidebar
 

Fields in net.sourceforge.java.feednread.frontend.components.sidebar declared as MainApplicationWindow
private  MainApplicationWindow SideBar.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components.sidebar with parameters of type MainApplicationWindow
SideBar(Composite parent, MainApplicationWindow mainWindow)
           Creates a new SideBar instance.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.tabbar
 

Fields in net.sourceforge.java.feednread.frontend.components.tabbar declared as MainApplicationWindow
private  MainApplicationWindow TabManager.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsFeedView.mainWindow
           
private  MainApplicationWindow NewsFeedTabBar.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsFeedMetaDataView.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow InternalBrowser.mainWindow
           The Feed'n Read main window
protected  MainApplicationWindow AbstractTabItemData.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components.tabbar with parameters of type MainApplicationWindow
TabManager(MainApplicationWindow mainWindow, NewsFeedTabBar tabBar)
           Creates a new TabManager.
NewsFeedView(Composite parent, MainApplicationWindow mainWindow, NewsFeed newsFeed)
           Creates a new NewsFeedView instance showing the specified newsfeed.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Favorite favorite)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Favorite[] favorites)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Watch watch)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabBar(Composite parent, MainApplicationWindow mainWindow)
           Creates a new NewsFeedTabBar instance and embeds it into the specified placeholder.
NewsFeedMetaDataView(Composite parent, MainApplicationWindow mainWindow, NewsFeed newsFeed)
           Creates a new NewsFeedMetaDataView instance showing the meta data of the specified newsfeed.
MessageTabItemData(MainApplicationWindow mainWindow, CTabItem item, MessagePanel panel)
           Creates a new MessageTabItemData instance.
InternalBrowser(Composite parent, MainApplicationWindow mainWindow)
           Creates a new InternalBrowser and embeds it into the specified placeholder component.
FilterTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Favorite[] favorites)
           Creates a new FilterTabItemData instance.
BrowserTabItemData(MainApplicationWindow mainWindow, CTabItem item, InternalBrowser browser)
           Creates a new BrowserTabItemData instance.
AbstractTabItemData(MainApplicationWindow mainWindow, CTabItem item, Object component)
           Constructor to initialize the data in this AbstractTabItemData.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.components.watchestree
 

Fields in net.sourceforge.java.feednread.frontend.components.watchestree declared as MainApplicationWindow
private  MainApplicationWindow NewsFeedWatchesTree.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.components.watchestree with parameters of type MainApplicationWindow
NewsFeedWatchesTree(Composite parent, MainApplicationWindow mainWindow)
           Creates a new NewsFeedWatchesTree instance.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.dialog
 

Fields in net.sourceforge.java.feednread.frontend.dialog declared as MainApplicationWindow
private  MainApplicationWindow WatchFolderSelectionDialog.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow WatchFolderInputDialog.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow FavoriteInputDialog.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow CategorySelectionDialog.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow CategoryInputDialog.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AboutDialog.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.dialog with parameters of type MainApplicationWindow
WatchFolderSelectionDialog(MainApplicationWindow mainWindow, String dialogTitle, WatchFolder selectedFolder, WatchFolder excludedFolder)
           Creates a new WatchFolderSelectionDialog instance.
WatchFolderInputDialog(MainApplicationWindow mainWindow, WatchFolder parentFolder, WatchFolder editFolder, String dialogTitle)
           Creates a new WatchFolderInputDialog using the specified dialog settings.
FavoriteInputDialog(MainApplicationWindow mainWindow, Favorite editFavorite, Category parentCategory, String dialogTitle)
           Creates a new FavoriteInputDialog using the specified dialog settings.
CategorySelectionDialog(MainApplicationWindow mainWindow, String dialogTitle, Category selectedCategory, Category excludedCategory)
           Creates a new CategorySelectionDialog instance.
CategoryInputDialog(MainApplicationWindow mainWindow, Category parentCategory, Category editCategory, String dialogTitle)
           Creates a new CategoryInputDialog using the specified dialog settings.
AboutDialog(MainApplicationWindow mainWindow)
           Creates a new AboutDialog instance.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.event
 

Fields in net.sourceforge.java.feednread.frontend.event declared as MainApplicationWindow
private  MainApplicationWindow EventCentral.mainWindow
           
 

Constructors in net.sourceforge.java.feednread.frontend.event with parameters of type MainApplicationWindow
EventCentral(MainApplicationWindow mainWindow)
           Creates a new EventCentral instance.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.event.action
 

Fields in net.sourceforge.java.feednread.frontend.event.action declared as MainApplicationWindow
private  MainApplicationWindow UpdateTreeElementAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow UpdateNewsFeedTabAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow UpdateNewsFeedFavoritesTreeAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow UpdateNewsFeedFavoriteAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow UntagNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow TreeElementPropertiesAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ToolBarViewAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow TagNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow SideBarViewAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ShowWebPageAction.mainWindow
           
private  MainApplicationWindow ShowUnreadNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ShowTaggedNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ShowLicenseAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ShowApplicationAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ShowAllNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow RemoveTreeElementAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow PreviousTabAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OPMLImportCategoryAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OPMLImportAllAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OPMLExportCategoryAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OPMLExportAllAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OpenNewsInExternalBrowserAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OpenNewsFeedAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow OpenNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NotificationBarViewAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NextUnreadNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NextTabAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NextNewsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewTreeElementAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsFeedTabBarViewAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsFeedAddressBarViewAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow NewsContentViewAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow MarkTreeElementReadAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow MarkTabReadAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow MarkNewsUnreadAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow MarkNewsReadAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ImportAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ExportAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ExpandAllAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ExitAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow ConfigurationAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow CollapseAllAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow CloseTabAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow CloseAllTabsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AggregateCategoryAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AggregateAllAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AggregateAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AdjustNewsFeedTableColumnsAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AddWatchFolderAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AddWatchAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AddFavoriteAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AddCategoryAction.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow AboutAction.mainWindow
           
 

Constructors in net.sourceforge.java.feednread.frontend.event.action with parameters of type MainApplicationWindow
UpdateTreeElementAction(MainApplicationWindow mainWindow)
           Creates a new UpdateTreeElementAction instance.
UpdateNewsFeedTabAction(MainApplicationWindow mainWindow)
           Creates a new UpdateNewsFeedTabAction instance.
UpdateNewsFeedFavoritesTreeAction(MainApplicationWindow mainWindow)
           Creates a new UpdateNewsFeedFavoritesTreeAction instance.
UpdateNewsFeedFavoriteAction(MainApplicationWindow mainWindow)
           Creates a new UpdateNewsFeedFavoriteAction instance.
UntagNewsAction(MainApplicationWindow mainWindow)
           Creates a new UntagNewsAction instance.
TreeElementPropertiesAction(MainApplicationWindow mainWindow)
           Creates a new TreeElementPropertiesAction instance.
ToolBarViewAction(MainApplicationWindow mainWindow)
           Creates a new ToolBarViewAction instance.
TagNewsAction(MainApplicationWindow mainWindow)
           Creates a new TagNewsAction instance.
SideBarViewAction(MainApplicationWindow mainWindow)
           Creates a new SideBarViewAction instance.
ShowWebPageAction(MainApplicationWindow mainWindow, String text, String url)
           Creates a new ShowWebPageAction instance.
ShowWebPageAction(MainApplicationWindow mainWindow, String text, String url, ImageDescriptor image)
           Creates a new ShowWebPageAction instance.
ShowUnreadNewsAction(MainApplicationWindow mainWindow)
           Creates a new ShowUnreadNewsAction instance.
ShowTaggedNewsAction(MainApplicationWindow mainWindow)
           Creates a new ShowTaggedNewsAction instance.
ShowLicenseAction(MainApplicationWindow mainWindow)
           Creates a new ShowLicenseAction instance.
ShowApplicationAction(MainApplicationWindow mainWindow)
           Creates a new ShowApplicationAction instance.
ShowAllNewsAction(MainApplicationWindow mainWindow)
           Creates a new ShowAllNewsAction instance.
RemoveTreeElementAction(MainApplicationWindow mainWindow)
           Creates a new RemoveTreeElementAction instance.
PreviousTabAction(MainApplicationWindow mainWindow)
           Creates a new PreviousTabAction instance.
OPMLImportCategoryAction(MainApplicationWindow mainWindow)
           Creates a new OPMLImportCategoryAction instance.
OPMLImportAllAction(MainApplicationWindow mainWindow)
           Creates a new OPMLImportAllAction instance.
OPMLExportCategoryAction(MainApplicationWindow mainWindow)
           Creates a new OPMLExportCategoryAction instance.
OPMLExportAllAction(MainApplicationWindow mainWindow)
           Creates a new OPMLExportAllAction instance.
OpenNewsInExternalBrowserAction(MainApplicationWindow mainWindow)
           Creates a new OpenNewsInExternalBrowserAction instance.
OpenNewsFeedAction(MainApplicationWindow mainWindow)
           Creates a new OpenNewsFeedAction instance.
OpenNewsAction(MainApplicationWindow mainWindow)
           Creates a new OpenNewsAction instance.
NotificationBarViewAction(MainApplicationWindow mainWindow)
           Creates a new NotificationBarViewAction instance.
NextUnreadNewsAction(MainApplicationWindow mainWindow)
           Creates a new NextUnreadNewsAction instance.
NextTabAction(MainApplicationWindow mainWindow)
           Creates a new NextTabAction instance.
NextNewsAction(MainApplicationWindow mainWindow)
           Creates a new NextNewsAction instance.
NewTreeElementAction(MainApplicationWindow mainWindow)
           Creates a new NewTreeElementAction instance.
NewsFeedTabBarViewAction(MainApplicationWindow mainWindow)
           Creates a new NewsFeedTabBarViewAction instance.
NewsFeedAddressBarViewAction(MainApplicationWindow mainWindow)
           Creates a new NewsFeedAddressBarViewAction instance.
NewsContentViewAction(MainApplicationWindow mainWindow)
           Creates a new NewsContentViewAction instance.
MarkTreeElementReadAction(MainApplicationWindow mainWindow)
           Creates a new MarkTreeElementReadAction instance.
MarkTabReadAction(MainApplicationWindow mainWindow)
           Creates a new MarkTabReadAction instance.
MarkNewsUnreadAction(MainApplicationWindow mainWindow)
           Creates a new MarkNewsUnreadAction instance.
MarkNewsReadAction(MainApplicationWindow mainWindow)
           Creates a new MarkNewsReadAction instance.
ImportAction(MainApplicationWindow mainWindow)
           Creates a new ImportAction instance.
ExportAction(MainApplicationWindow mainWindow)
           Creates a new ExportAction instance.
ExpandAllAction(MainApplicationWindow mainWindow)
           Creates a new ExpandAllAction instance.
ExitAction(MainApplicationWindow mainWindow)
           Creates a new ExitAction instance.
ConfigurationAction(MainApplicationWindow mainWindow)
           Creates a new ConfigurationAction instance.
CollapseAllAction(MainApplicationWindow mainWindow)
           Creates a new CollapseAllAction instance.
CloseTabAction(MainApplicationWindow mainWindow)
           Creates a new CloseTabAction instance.
CloseAllTabsAction(MainApplicationWindow mainWindow)
           Creates a new CloseAllTabsAction instance.
AggregateCategoryAction(MainApplicationWindow mainWindow)
           Creates a new AggregateCategoryAction instance.
AggregateAllAction(MainApplicationWindow mainWindow)
           Creates a new AggregateAllAction instance.
AggregateAction(MainApplicationWindow mainWindow)
           Creates a new AggregateAction instance.
AdjustNewsFeedTableColumnsAction(MainApplicationWindow mainWindow)
           Creates a new AdjustNewsFeedTableColumnsAction instance.
AddWatchFolderAction(MainApplicationWindow mainWindow)
           Creates a new AddWatchFolderAction instance.
AddWatchAction(MainApplicationWindow mainWindow)
           Creates a new AddWatchAction instance.
AddFavoriteAction(MainApplicationWindow mainWindow)
           Creates a new AddFavoriteAction instance.
AddCategoryAction(MainApplicationWindow mainWindow)
           Creates a new AddCategoryAction instance.
AboutAction(MainApplicationWindow mainWindow)
           Creates a new AboutAction instance.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.tray
 

Fields in net.sourceforge.java.feednread.frontend.tray declared as MainApplicationWindow
private  MainApplicationWindow TrayNotificationHandler.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow TrayHandler.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.tray with parameters of type MainApplicationWindow
TrayNotificationHandler(MainApplicationWindow mainWindow)
           Creates a new TrayNotificationHandler.
TrayHandler(MainApplicationWindow mainWindow)
           Creates a new TrayHandler if the system the application is running on supports a system tray area.
 

Uses of MainApplicationWindow in net.sourceforge.java.feednread.frontend.wizard
 

Fields in net.sourceforge.java.feednread.frontend.wizard declared as MainApplicationWindow
private  MainApplicationWindow WatchWizard.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow WatchBasicDataWizardPage.mainWindow
           The Feed'n Read main window
private  MainApplicationWindow FavoriteSelectionWizardPage.mainWindow
           The Feed'n Read main window
 

Constructors in net.sourceforge.java.feednread.frontend.wizard with parameters of type MainApplicationWindow
WatchWizard(MainApplicationWindow mainWindow)
           Creates a new WatchWizard instance.
WatchWizard(MainApplicationWindow mainWindow, Watch watch)
           Creates a new WatchWizard instance.
WatchBasicDataWizardPage(MainApplicationWindow mainWindow, WatchFolder parentFolder)
           Creates a new WatchBasicDataWizardPage instance.
WatchBasicDataWizardPage(MainApplicationWindow mainWindow, String title, String description, WatchFolder parentFolder)
           Creates a new WatchBasicDataWizardPage instance.
FavoriteSelectionWizardPage(MainApplicationWindow mainWindow)
           Creates a new FavoriteSelectionWizardPage instance.
FavoriteSelectionWizardPage(MainApplicationWindow mainWindow, IMutableTreeElement[] selectedElements)
           Creates a new FavoriteSelectionWizardPage instance.