Remote Systems
v6.4.1

com.ibm.etools.systems.filters.ui
Class SystemFilterWorkWithFilterPoolsTreeViewer

java.lang.Object
  extended byTreeViewer
      extended bycom.ibm.etools.systems.filters.ui.SystemFilterWorkWithFilterPoolsTreeViewer

public class SystemFilterWorkWithFilterPoolsTreeViewer
extends TreeViewer

This subclass of the standard JFace tree viewer is used to show a tree view of filter pools within filterpool managers, for a work-with experience.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0)
          Constructor for SystemFilterWorkWithFilterPoolsTreeViewer
SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0, int arg1)
          Constructor for SystemFilterWorkWithFilterPoolsTreeViewer
 
Method Summary
 void init(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller)
          Initialize
 void menuAboutToShow(IMenuManager menu)
          Called when the context menu is about to open.
protected  void menuAdd(MenuManager menu, IAction action)
          Private helper method to add an Action to a given menu.
 void refresh()
          Override of refresh from parent
 void setContextMenuActions(IAction[] actions)
          Set the context menu actions to show in the popup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemFilterWorkWithFilterPoolsTreeViewer

public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell,
                                                 SystemFilterWorkWithFilterPoolsDialog caller,
                                                 Composite arg0)
Constructor for SystemFilterWorkWithFilterPoolsTreeViewer


SystemFilterWorkWithFilterPoolsTreeViewer

public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell,
                                                 SystemFilterWorkWithFilterPoolsDialog caller,
                                                 Composite arg0,
                                                 int arg1)
Constructor for SystemFilterWorkWithFilterPoolsTreeViewer

Method Detail

init

public void init(Shell shell,
                 SystemFilterWorkWithFilterPoolsDialog caller)
Initialize


setContextMenuActions

public void setContextMenuActions(IAction[] actions)
Set the context menu actions to show in the popup


refresh

public void refresh()
Override of refresh from parent


menuAboutToShow

public void menuAboutToShow(IMenuManager menu)
Called when the context menu is about to open.


menuAdd

protected void menuAdd(MenuManager menu,
                       IAction action)
Private helper method to add an Action to a given menu. To give the action the opportunity to grey out, we call selectionChanged, but only if the action implements ISelectionChangedListener


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.