net.sourceforge.rssowl.controller.popup
Class CategoryPopup
java.lang.Object
net.sourceforge.rssowl.controller.popup.CategoryPopup
- public class CategoryPopup
- extends Object
The category popup appears when right-clicking on any category in the tree.
- Version:
- 1.1.3
- Author:
- Benjamin Pasero
Constructor Summary |
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 |
Method Summary |
private void |
initCatMenu()
Init the popup menuStructure for a category |
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
CategoryPopup
public 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
- Parameters:
shell
- The shellrssOwlGui
- The maincontrollerpopUpMenu
- The menu to add this menu toeventManager
- The event managerselectedTreeItem
- The treeitem that gets this menu
initCatMenu
private void initCatMenu()
- Init the popup menuStructure for a category
RSSOwl - RSS / RDF / Atom Newsreader