TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.navigator.action
Class NewActionGroup

java.lang.Object
  extended byorg.eclipse.ui.actions.ActionGroup
      extended byorg.eclipse.hyades.ui.internal.navigator.action.NavigatorActionGroup
          extended byorg.eclipse.hyades.test.ui.internal.navigator.action.NewActionGroup
All Implemented Interfaces:
org.eclipse.hyades.ui.util.IDisposable

public class NewActionGroup
extends org.eclipse.hyades.ui.internal.navigator.action.NavigatorActionGroup

Creation group action for the Test Navigator.

Since:
0.0.1

Field Summary
 
Fields inherited from class org.eclipse.hyades.ui.internal.navigator.action.NavigatorActionGroup
GROUP_FILTERS
 
Constructor Summary
NewActionGroup(org.eclipse.hyades.ui.internal.navigator.TreeNavigator testNavigator)
          Constructor for CreateGroupAction
 
Method Summary
protected  void createActions()
           
 void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
           
protected  boolean hasLogicalFolder(org.eclipse.jface.viewers.IStructuredSelection structuredSelection)
          Returns true is there is one logical folder in the given selection.
 
Methods inherited from class org.eclipse.hyades.ui.internal.navigator.action.NavigatorActionGroup
createActionGroups, dispose, disposeActionGroups, fillActionBars, getNavigator, handleKeyPressed, runDefaultAction
 
Methods inherited from class org.eclipse.ui.actions.ActionGroup
getContext, setContext, updateActionBars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewActionGroup

public NewActionGroup(org.eclipse.hyades.ui.internal.navigator.TreeNavigator testNavigator)
Constructor for CreateGroupAction

Parameters:
testNavigator -
Method Detail

createActions

protected void createActions()
See Also:
NavigatorActionGroup.createActions()

fillContextMenu

public void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
See Also:
ActionGroup.fillContextMenu(org.eclipse.jface.action.IMenuManager)

hasLogicalFolder

protected boolean hasLogicalFolder(org.eclipse.jface.viewers.IStructuredSelection structuredSelection)
Returns true is there is one logical folder in the given selection.

Parameters:
structuredSelection -
Returns:
boolean

TPTP 4.4.0 Testing Tools Project
Internal API Specification