net.sourceforge.rssowl.controller.popup
Class BlogrollCategoryPopup

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

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
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
 
Method Summary
private  void initBlogrollCategoryMenu()
          Init the popup menuStructure for a blogroll 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

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

initBlogrollCategoryMenu

private void initBlogrollCategoryMenu()
Init the popup menuStructure for a blogroll category



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo