Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.views.navigator
Class ResourceNavigatorActionGroup


java.lang.Object
  extended by 

org.eclipse.ui.actions.ActionGroup
      extended by 
org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup
Direct Known Subclasses:
GotoActionGroup, MainActionGroup, OpenActionGroup, RefactorActionGroup, SortAndFilterActionGroup, WorkspaceActionGroup

Deprecated. as of 3.5, use the Common Navigator Framework classes instead

public abstract class ResourceNavigatorActionGroup
extends ActionGroup

This is the action group for all the resource navigator actions. It delegates to several subgroups for most of the actions.

Since:
2.0
See Also:
GotoActionGroup, OpenActionGroup, RefactorActionGroup, SortAndFilterActionGroup, WorkspaceActionGroup

Field Summary
protected   IResourceNavigator navigator
          Deprecated. The resource navigator.
 
Constructor Summary
ResourceNavigatorActionGroup ( IResourceNavigator navigator)
          Deprecated. Constructs a new navigator action group and creates its actions.
 
Method Summary
protected   ImageDescriptor getImageDescriptor ( String relativePath)
          Deprecated. Returns the image descriptor with the given relative path.
  IResourceNavigator getNavigator ()
          Deprecated. Returns the resource navigator.
 void handleKeyPressed ( KeyEvent event)
          Deprecated. Handles a key pressed event by invoking the appropriate action.
protected abstract  void makeActions ()
          Deprecated. Makes the actions contained in this action group.
 void runDefaultAction ( IStructuredSelection selection)
          Deprecated. Runs the default action in the group.
 
Methods inherited from class org.eclipse.ui.actions. ActionGroup
dispose, fillActionBars, fillContextMenu, getContext, setContext, updateActionBars
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

navigator

protected 
IResourceNavigator navigator
Deprecated. 
The resource navigator.

Constructor Detail

ResourceNavigatorActionGroup

public ResourceNavigatorActionGroup(
IResourceNavigator navigator)
Deprecated. 
Constructs a new navigator action group and creates its actions.

Parameters:
navigator - the resource navigator
Method Detail

getImageDescriptor

protected 
ImageDescriptor getImageDescriptor(
String relativePath)
Deprecated. 
Returns the image descriptor with the given relative path.


getNavigator

public 
IResourceNavigator getNavigator()
Deprecated. 
Returns the resource navigator.


handleKeyPressed

public void handleKeyPressed(
KeyEvent event)
Deprecated. 
Handles a key pressed event by invoking the appropriate action. Does nothing by default.


makeActions

protected abstract void makeActions()
Deprecated. 
Makes the actions contained in this action group.


runDefaultAction

public void runDefaultAction(
IStructuredSelection selection)
Deprecated. 
Runs the default action in the group. Does nothing by default.

Parameters:
selection - the current selection

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire