public class ZExplorerUIUtilities
extends java.lang.Object
| Constructor and Description |
|---|
ZExplorerUIUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteObject(IMvsResource pRes,
IMvsResource pParent,
boolean pRefresh) |
static void |
expandParent(IMvsResource pRes)
Expands a selected Dataset
|
static void |
insertObject(IMvsResource pRes,
IMvsResource pParent)
Deprecated.
Use
refreshObject(IMvsResource) on the parent
instead of this method, because this method can create
dublicates while refreshObject(IMvsResource) should
always return the correct result from the remote system. |
static void |
refreshObject(IMvsResource pRes) |
static void |
selecteObject(IMvsResource pRes,
IMvsResource pParent)
Selects a given Member within a Dataset
|
static boolean |
validatePort(org.eclipse.jface.dialogs.DialogPage pDiaPage,
java.lang.String pPort,
java.lang.String pPortName,
boolean pEmptyPortAllowed)
Validates the given port string and sets an error message in the given
dialog page.
|
@Deprecated
public static void insertObject(IMvsResource pRes,
IMvsResource pParent)
refreshObject(IMvsResource) on the parent
instead of this method, because this method can create
dublicates while refreshObject(IMvsResource) should
always return the correct result from the remote system.pRes - The object to be insertedpParent - The parent of the objectpublic static void deleteObject(IMvsResource pRes,
IMvsResource pParent,
boolean pRefresh)
public static void refreshObject(IMvsResource pRes)
public static void selecteObject(IMvsResource pRes,
IMvsResource pParent)
pRes - pParent - public static void expandParent(IMvsResource pRes)
pRes - public static boolean validatePort(org.eclipse.jface.dialogs.DialogPage pDiaPage,
java.lang.String pPort,
java.lang.String pPortName,
boolean pEmptyPortAllowed)
pDiaPage - the dialog pagepPort - the port (e.g. "12345")pPortName - a port name for the error messagepEmptyPortAllowed - whether an empty string is allowed (optional port)Copyright © 2015 Micro Focus GmbH. All rights reserved.