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

  




 

 

RSE
Release 3.0

org.eclipse.rse.ui.operations
Interface ISystemRunnableContext

All Known Implementing Classes:
SystemJobRunnableContext, SystemProgressDialogRunnableContext

public interface ISystemRunnableContext

Interface for a system runnable context.


Method Summary
  Shell getShell ()
          Returns a shell that can be used to prompt the user.
 void run ( IRunnableWithProgress runnable)
          Runs the given runnable in the context of the receiver.
 

Method Detail

run

void run(
IRunnableWithProgress runnable)
         throws 
InvocationTargetException,
                
InterruptedException
Runs the given runnable in the context of the receiver. By default, the progress is provided by the active workbench window but subclasses may override this to provide progress in some other way (through Progress view using Eclipse Job support).

Throws:
InvocationTargetException
InterruptedException

getShell


Shell getShell()
Returns a shell that can be used to prompt the user.

Returns:
a shell.

RSE
Release 3.0

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

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