RSE
Release 1.0

org.eclipse.rse.ui.actions
Class TestPopupMenuAction1

java.lang.Object
  extended byorg.eclipse.rse.ui.actions.SystemAbstractPopupMenuExtensionAction
      extended byorg.eclipse.rse.ui.actions.TestPopupMenuAction1
All Implemented Interfaces:
IActionDelegate, IObjectActionDelegate

public class TestPopupMenuAction1
extends SystemAbstractPopupMenuExtensionAction

This is just a test action to ensure the popupMenus extension point works for adding popup menu actions to remote objects


Field Summary
 
Fields inherited from class org.eclipse.rse.ui.actions.SystemAbstractPopupMenuExtensionAction
EMPTY_ARRAY, proxyAction, sel, shell, viewPart
 
Constructor Summary
TestPopupMenuAction1()
          Constructor for TestPopupMenuAction1
 
Method Summary
 void run()
          Called when the user selects this action
 
Methods inherited from class org.eclipse.rse.ui.actions.SystemAbstractPopupMenuExtensionAction
getActivePart, getEnabled, getFirstSelectedRemoteObject, getFirstSelectedRemoteObjectAdapter, getProxyAction, getRemoteAdapter, getRemoteObjectName, getRemoteObjectSubSubType, getRemoteObjectSubSystemConfigurationId, getRemoteObjectSubType, getRemoteObjectType, getRemoteObjectTypeCategory, getSelectedRemoteObjectAdapters, getSelectedRemoteObjects, getSelection, getSelectionCount, getShell, getSubSystem, getSubSystemConfiguration, getSystemConnection, printTest, run, selectionChanged, setActivePart, setChecked, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPopupMenuAction1

public TestPopupMenuAction1()
Constructor for TestPopupMenuAction1

Method Detail

run

public void run()
Called when the user selects this action

Specified by:
run in class SystemAbstractPopupMenuExtensionAction

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.