net.sourceforge.rssowl.controller.popup
Class CategoryPopup

java.lang.Object
  extended bynet.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

Field Summary
(package private)  EventManager eventManager
           
private  org.eclipse.swt.widgets.Menu popUpMenu
           
(package private)  GUI rssOwlGui
           
(package private)  org.eclipse.swt.widgets.TreeItem selectedTreeItem
           
private  org.eclipse.swt.widgets.Shell shell
           
 
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
 

Field Detail

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
Constructor Detail

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 shell
rssOwlGui - The maincontroller
popUpMenu - The menu to add this menu to
eventManager - The event manager
selectedTreeItem - The treeitem that gets this menu
Method Detail

initCatMenu

private void initCatMenu()
Init the popup menuStructure for a category



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo