Uses of Class
net.sourceforge.rssowl.controller.GUI

Packages that use GUI
net.sourceforge.rssowl.controller   
net.sourceforge.rssowl.controller.dialog   
net.sourceforge.rssowl.controller.panel   
net.sourceforge.rssowl.controller.popup   
net.sourceforge.rssowl.controller.properties   
net.sourceforge.rssowl.controller.statusline   
net.sourceforge.rssowl.controller.thread   
net.sourceforge.rssowl.controller.tray   
net.sourceforge.rssowl.dao   
net.sourceforge.rssowl.util.shop   
 

Uses of GUI in net.sourceforge.rssowl.controller
 

Fields in net.sourceforge.rssowl.controller declared as GUI
private  GUI EventManager.rssOwlGui
           
(package private)  GUI FavoritesTree.rssOwlGui
           
static GUI GUI.rssOwlGui
          For classes who needs to access the MainController
(package private)  GUI NewsTabFolder.rssOwlGui
           
(package private)  GUI NewsTable.rssOwlGui
           
(package private)  GUI NewsText.rssOwlGui
           
(package private)  GUI Quickview.rssOwlGui
           
(package private)  GUI RSSOwlMenu.rssOwlGui
           
private  GUI TutorialBrowser.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.controller with parameters of type GUI
EventManager(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, GUI rssOwlGui)
          Instantiate a new EventManager
FavoritesTree(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.SashForm contentPane, GUI rssOwlGui, EventManager eventManager)
          Instantiate a new FavoritesTree
NewsTabFolder(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.SashForm contentPane, GUI rssOwlGui, EventManager eventManager)
          Instantiate a new NewsTabFolder holding the opened news feeds and the news header.
NewsTable(GUI rssOwlGui, org.eclipse.swt.custom.CTabItem tabItem, EventManager eventManager)
          Instantiate a new NewsTable
NewsText(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.SashForm contentSash, GUI rssOwlGui, EventManager eventManager)
          Instantiate a new NewsText to display a newsitem
Quickview(GUI rssOwlGui, org.eclipse.swt.widgets.Shell shell, EventManager eventManager)
          Instantiate a new Quickview
RSSOwlMenu(GUI rssOwlGui, org.eclipse.swt.widgets.Shell shell, EventManager eventManager)
          Instantiate a new RSSOwl Menu.
TutorialBrowser(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, GUI rssOwlGui)
          Instantiate a new TutorialBrowser
 

Uses of GUI in net.sourceforge.rssowl.controller.dialog
 

Fields in net.sourceforge.rssowl.controller.dialog declared as GUI
private  GUI BlogrollDialog.rssOwlGui
           
(package private)  GUI FeedDiscoveryDialog.rssOwlGui
           
(package private)  GUI FeedSearchDialog.rssOwlGui
           
private  GUI ImportOPMLDialog.rssOwlGui
           
(package private)  GUI PreferencesDialog.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.controller.dialog with parameters of type GUI
BlogrollDialog(GUI rssOwlGui, org.eclipse.swt.widgets.Shell parentShell, String dialogTitle, String dialogMessage)
          Dialog is in "New Blogroll" Mode.
BlogrollDialog(GUI rssOwlGui, org.eclipse.swt.widgets.Shell parentShell, String dialogTitle, String dialogMessage, Category blogrollCategory)
          Dialog is in "Edit Blogroll" Mode.
FeedDiscoveryDialog(String dialogTitle, String dialogMessage, GUI rssOwlGui)
          Creates an input dialog with Search, Stop, OK and Cancel buttons.
FeedDiscoveryDialog(String url, String dialogTitle, String dialogMessage, GUI rssOwlGui)
          Creates an input dialog with Search, Stop, OK and Cancel buttons.
FeedSearchDialog(String dialogTitle, String dialogMessage, GUI rssOwlGui)
          Creates an input dialog with Search, Stop, OK and Cancel buttons.
ImportOPMLDialog(GUI rssOwlGui, org.eclipse.swt.widgets.Shell parentShell, String dialogTitle, String dialogMessage)
          Creates an input dialog with OK and Cancel buttons.
PreferencesDialog(org.eclipse.swt.widgets.Shell parentShell, String dialogTitle, GUI rssOwlGui)
          Creates a Dialog with a tree holding different categories.
 

Uses of GUI in net.sourceforge.rssowl.controller.panel
 

Fields in net.sourceforge.rssowl.controller.panel declared as GUI
(package private)  GUI BrowserPanel.rssOwlGui
           
(package private)  GUI ErrorPanel.rssOwlGui
           
(package private)  GUI NewsfeedPanel.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.controller.panel with parameters of type GUI
BrowserPanel(GUI rssOwlGui, org.eclipse.swt.widgets.Composite parent, boolean showControls)
          Instantiate a new BrowserPanel
BrowserPanel(GUI rssOwlGui, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.custom.CTabItem parentTabItem, boolean showControls, boolean showNewTabControl)
          Instantiate a new BrowserPanel
ErrorPanel(GUI rssOwlGui, org.eclipse.swt.widgets.Display display, EventManager eventManager, org.eclipse.swt.widgets.Composite parent, NewsfeedFactoryException exception)
          Instantiate a new ErrorPanel
NewsfeedPanel(GUI rssOwlGui, org.eclipse.swt.custom.CTabItem feedTabItem, Channel rssChannel, String url, String title, String searchPattern, String selectedNews, int[] columnWidths)
          Instantiate a new NewsfeedPanel
 

Uses of GUI in net.sourceforge.rssowl.controller.popup
 

Fields in net.sourceforge.rssowl.controller.popup declared as GUI
(package private)  GUI BlogrollCategoryPopup.rssOwlGui
           
(package private)  GUI CategoryPopup.rssOwlGui
           
(package private)  GUI FavoritesTreePopup.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.controller.popup with parameters of type GUI
BlogrollCategoryPopup(org.eclipse.swt.widgets.Shell shell, GUI rssOwlGui, org.eclipse.swt.widgets.Menu popUpMenu, EventManager eventManager, org.eclipse.swt.widgets.TreeItem selectedTreeItem)
          Instantiate a new BlogrollCategoryPopup
CategoryPopup(org.eclipse.swt.widgets.Shell shell, GUI rssOwlGui, org.eclipse.swt.widgets.Menu popUpMenu, EventManager eventManager, org.eclipse.swt.widgets.TreeItem selectedTreeItem)
          Instantiate a new CategoryPopup
FavoritesTreePopup(org.eclipse.swt.widgets.Shell shell, FavoritesTree rssOwlFavoritesTree, GUI rssOwlGui, EventManager eventManager)
          Instantiate a new FavoritesTreePopup
 

Uses of GUI in net.sourceforge.rssowl.controller.properties
 

Fields in net.sourceforge.rssowl.controller.properties declared as GUI
private  GUI PropertyChangeManager.rssOwlGui
           
protected  GUI PropertyPage.rssOwlGui
          GUI to access some methods
 

Methods in net.sourceforge.rssowl.controller.properties with parameters of type GUI
static void PropertyPage.initPropertyChangeManager(GUI rssOwlGui)
          Init the PropertyChangeManager's settings with the ones from GlobalSettings
 

Constructors in net.sourceforge.rssowl.controller.properties with parameters of type GUI
AmphetaRateProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new AmphetaRateProperties PropertyPage
ColorProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new ColorProperties PropertyPage
ConnectionProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new ConnectionProperties PropertyPage
FontProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new FontProperties PropertyPage
HotkeysProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new HotkeysProperties PropertyPage
LanguageProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui, PreferencesDialog rssOwlPropertiesDialog)
          Instatiate a new LanguageProperties PropertyPage
PropertyChangeManager(GUI rssOwlGui)
          Instantiates a new PropertyChangeManager
PropertyPage(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instantiates a new PropertyPage
SystemTrayProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new SystemTrayProperties PropertyPage
ViewProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new ViewProperties PropertyPage
WorkbenchProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instatiate a new WorkbenchProperties PropertyPage
 

Uses of GUI in net.sourceforge.rssowl.controller.statusline
 

Fields in net.sourceforge.rssowl.controller.statusline declared as GUI
(package private)  GUI StatusLine.rssOwlGui
           
(package private)  GUI StatusLineAnimator.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.controller.statusline with parameters of type GUI
StatusLine(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
          Instantiate a new StatusLine
StatusLineAnimator(org.eclipse.swt.widgets.Display display, GUI rssOwlGui, org.eclipse.swt.widgets.Label statusProgressBar, int initProgress)
          Instantiate a new StatusLineAnimator
 

Uses of GUI in net.sourceforge.rssowl.controller.thread
 

Fields in net.sourceforge.rssowl.controller.thread declared as GUI
(package private)  GUI AggregationLoader.rssOwlGui
          The MainController
(package private)  GUI FeedAutoUpdater.rssOwlGui
          The RSSOwl Maincontroller
(package private)  GUI FeedLoader.rssOwlGui
           
private  GUI ShutdownHook.gui
           
private  GUI UpdateManager.rssOwlGui
          RSSOwl Maincontroller
 

Constructors in net.sourceforge.rssowl.controller.thread with parameters of type GUI
AggregationLoader(TreeSet favorites, Category aggregatedCategory, GUI rssOwlGui, String title)
          Instantiate a new AggregationLoader
AggregationLoader(TreeSet favorites, Category aggregatedCategory, GUI rssOwlGui, String title, String searchPattern)
          Instantiate a new AggregationLoader
FeedAutoUpdater(GUI rssOwlGui)
          Instantiates a new FeedAutoUpdater
ShutdownHook(GUI gui)
          Instantiate a new ShutdownHook which will be added to the Runtime with calling addShutdownHook().
UpdateManager(GUI rssOwlGui)
          Instantiate a new UpdateManager
UpdateManager(GUI rssOwlGui, boolean showErrorMessage)
          Instantiate a new UpdateManager
 

Uses of GUI in net.sourceforge.rssowl.controller.tray
 

Fields in net.sourceforge.rssowl.controller.tray declared as GUI
(package private)  GUI SystemTray.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.controller.tray with parameters of type GUI
SystemTray(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, GUI rssOwlGui)
          Instantiate a new SystemTray
 

Uses of GUI in net.sourceforge.rssowl.dao
 

Fields in net.sourceforge.rssowl.dao declared as GUI
private  GUI SettingsLoader.rssOwlGui
          Main Controller
private  GUI SettingsSaver.rssOwlGui
           
 

Constructors in net.sourceforge.rssowl.dao with parameters of type GUI
SettingsLoader(GUI rssOwlGui)
          Instantiate a new SettingsFactory
SettingsLoader(GUI rssOwlGui, org.jdom.Document document)
          Instantiate a new SettingsFactory with a Document
SettingsSaver(GUI rssOwlGui)
          Instantiate a new SettingsSaver
SettingsSaver(GUI rssOwlGui, org.jdom.Document document)
          Instantiate a new SettingsSaver and use the given Document to save settings and/or favorites.
 

Uses of GUI in net.sourceforge.rssowl.util.shop
 

Methods in net.sourceforge.rssowl.util.shop with parameters of type GUI
static void FontShop.setFontForAll(GUI rssOwlGui)
          Update fonts for all controls in RSSOwl
 



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo