|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteProgram
Remote API Wrapper for the org.eclipse.swt.program.Program
(Online documentation)
Original documentation:
Instances of this class represent programs and their associated file extensions in the operating system.
Method Summary | |
---|---|
boolean |
execute(java.lang.String fileName)
Executes the program with the file as the single argument in the operating system. |
java.lang.String |
getName()
Returns the receiver's name. |
java.lang.String |
toStringVal()
Returns a string containing a concise, human-readable description of the receiver. |
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper |
---|
_internalGetId, equalWrappedObjects |
Method Detail |
---|
boolean execute(java.lang.String fileName) throws RemoteEclipseAPIException
fileName
- the file or program name
RemoteEclipseAPIException
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String toStringVal() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |