|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.rssowl.controller.popup.FavoritesTreePopup
The popupmenu appears after clicking in the favoritesTree and supports some feed management functions like add new favorit / category or remove them.
Field Summary | |
static int |
BLOGROLL_CAT_MENU
Constants for the different menuStructure types |
static int |
BLOGROLL_FAV_MENU
Constants for the different menuStructure types |
static int |
CAT_MENU
Constants for the different menuStructure types |
private int |
currentMenu
|
static int |
EMPTY_TREE_MENU
Constants for the different menuStructure types |
private EventManager |
eventManager
|
static int |
FAV_MENU
Constants for the different menuStructure types |
private Quickview |
quickview
|
private boolean |
requiresUpdate
|
(package private) FavoritesTree |
rssOwlFavoritesTree
|
(package private) GUI |
rssOwlGui
|
private RSSOwlMenu |
rssOwlMenu
|
(package private) org.eclipse.swt.widgets.Shell |
shell
|
private org.eclipse.swt.widgets.Menu |
treePopUpMenu
|
Constructor Summary | |
FavoritesTreePopup(org.eclipse.swt.widgets.Shell shell,
FavoritesTree rssOwlFavoritesTree,
GUI rssOwlGui,
EventManager eventManager)
Instantiate a new FavoritesTreePopup |
Method Summary | |
org.eclipse.swt.widgets.Menu |
getTreePopUpMenu()
Get the Popup menu that is set on the favorites tree. |
private void |
initComponents()
Init Popup menu |
private void |
resetPopup()
Reset the menue |
void |
setMenu(int style,
org.eclipse.swt.widgets.TreeItem selectedTreeItem)
Set the menuStructure style |
void |
setRequiresUpdate()
Marks the popup as required of an update. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BLOGROLL_CAT_MENU
public static final int BLOGROLL_FAV_MENU
public static final int CAT_MENU
public static final int EMPTY_TREE_MENU
public static final int FAV_MENU
private int currentMenu
private EventManager eventManager
private Quickview quickview
private boolean requiresUpdate
private RSSOwlMenu rssOwlMenu
private org.eclipse.swt.widgets.Menu treePopUpMenu
FavoritesTree rssOwlFavoritesTree
GUI rssOwlGui
org.eclipse.swt.widgets.Shell shell
Constructor Detail |
public FavoritesTreePopup(org.eclipse.swt.widgets.Shell shell, FavoritesTree rssOwlFavoritesTree, GUI rssOwlGui, EventManager eventManager)
shell
- The shellrssOwlFavoritesTree
- The RSSOwl URL treerssOwlGui
- The maincontrollereventManager
- The event managerMethod Detail |
public org.eclipse.swt.widgets.Menu getTreePopUpMenu()
public void setMenu(int style, org.eclipse.swt.widgets.TreeItem selectedTreeItem)
style
- One of the supported stylesselectedTreeItem
- The treeitem that will get the popuppublic void setRequiresUpdate()
private void initComponents()
private void resetPopup()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |