net.sourceforge.rssowl.controller.popup
Class BlogrollCategoryPopup
java.lang.Object
net.sourceforge.rssowl.controller.popup.BlogrollCategoryPopup
- public class BlogrollCategoryPopup
- extends Object
The blogroll-category popup appears when right-clicking on any category that
is part of a blogroll in the tree.
- Version:
- 1.1.3
- Author:
- Benjamin Pasero
Constructor Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
popUpMenu
private org.eclipse.swt.widgets.Menu popUpMenu
shell
private org.eclipse.swt.widgets.Shell shell
eventManager
EventManager eventManager
rssOwlGui
GUI rssOwlGui
selectedTreeItem
org.eclipse.swt.widgets.TreeItem selectedTreeItem
BlogrollCategoryPopup
public 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
- Parameters:
shell
- The shellrssOwlGui
- The maincontrollerpopUpMenu
- The menu to add this menu toeventManager
- The event managerselectedTreeItem
- The treeitem that gets this menu
initBlogrollCategoryMenu
private void initBlogrollCategoryMenu()
- Init the popup menuStructure for a blogroll category
RSSOwl - RSS / RDF / Atom Newsreader