org.eclipse.hyades.test.ui.internal.navigator.action
Class NewActionGroup
java.lang.Object
org.eclipse.ui.actions.ActionGroup
org.eclipse.hyades.ui.internal.navigator.action.NavigatorActionGroup
org.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
| 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 |
NewActionGroup
public NewActionGroup(org.eclipse.hyades.ui.internal.navigator.TreeNavigator testNavigator)
- Constructor for CreateGroupAction
- Parameters:
testNavigator -
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