| Package | Description |
|---|---|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.zserver.zexplorer.ui |
UI related classes including dialogs and helper classes e.g.
|
| Modifier and Type | Method and Description |
|---|---|
IRemoteFile[] |
IFileUtilities.getChildren(ISystemImage pImage,
java.lang.String pResourceName,
java.lang.String pFilter,
org.eclipse.core.runtime.IProgressMonitor pMon)
Gets children of a resource with the option to filter them.
|
IRemoteFile[] |
IFileUtilities.resolveFilter(ISystemImage pImage,
java.lang.String pFilter,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all files matching the given filter pattern.
|
| Modifier and Type | Method and Description |
|---|---|
IRemoteFile |
ZExplorerEditorPart.getRemoteFile()
Gets the remote file that's opened in the editor part
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZExplorerEditorPart.setRemoteFile(IRemoteFile pRemoteFile)
Sets the remote file that's opened in the editor part.
|
| Constructor and Description |
|---|
ZExplorerEditorPart(IRemoteFile pRemoteFile,
org.eclipse.core.resources.IFile pFile,
boolean pIsBackgroundParsingTurnOff,
boolean pIsEplorerPart,
ISystemImage pSystemImage)
Constructor for z/Explorer parts where the
IRemoteFile is known. |
Copyright © 2015 Micro Focus GmbH. All rights reserved.