|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemzLpex
Interface to the editor responsible for displaying and editing System z
related artifacts. This interface provides a mechanism to retrieve the
underlying resource object (ILogicalResource,
IPhysicalResource,
IFile) corresponding to the
artifact that is opened in the edit session.
IEditorPart| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
org.eclipse.core.runtime.IAdaptable |
getFileResource()
Returns the resource object representing the artifact that is opened in the edit session. |
void |
setPartName(String partName)
Sets the name of this editor part. |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
org.eclipse.core.runtime.IAdaptable getFileResource()
For example, in Developer for System z, this method returns an
IPhysicalResource
object for an MVS resource opened from the Remote Systems View. An
ILogicalResource
object would be returned for an artifact opened from a remote MVS
subproject in the z/OS Projects view, an
IFile object would be returned
for a file opened from a local project or from some other navigator view.
The complete set of object types that this method can return depends on the editor extensions that has been contributed to the workbench.
ILogicalResource,
IPhysicalResource,
IFile)void setPartName(String partName)
partName - the part name, as it should be displayed in tabs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||