public class ZExplorerPropertyProvider extends java.lang.Object implements IZExplorerPropertyProvider
Copyright Micro Focus GmbH.
| Constructor and Description |
|---|
ZExplorerPropertyProvider(IZExplorerPropertyControlProvider pControlProvider,
java.util.List<IZExplorerProperty> pProperties)
Basic constructor.
|
ZExplorerPropertyProvider(java.util.List<IZExplorerProperty> pProperties)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IZExplorerPropertyControlProvider |
getControlProvider()
A
IZExplorerPropertyControlProvider can be registered to add
Controls to the corresponding IZExplorerPropertys. |
java.util.List<IZExplorerProperty> |
getProperties()
Returns a list of
IZExplorerPropertys. |
public ZExplorerPropertyProvider(java.util.List<IZExplorerProperty> pProperties)
pProperties - a list a IZExplorerPropertyspublic ZExplorerPropertyProvider(IZExplorerPropertyControlProvider pControlProvider, java.util.List<IZExplorerProperty> pProperties)
pControlProvider - the IZExplorerPropertyControlProviderpProperties - a list a IZExplorerPropertyspublic IZExplorerPropertyControlProvider getControlProvider()
IZExplorerPropertyProviderIZExplorerPropertyControlProvider can be registered to add
Controls to the corresponding IZExplorerPropertys.getControlProvider in interface IZExplorerPropertyProviderIZExplorerPropertyControlProvider that can handle the
corresponding properties returned by IZExplorerPropertyProvider.getProperties().public java.util.List<IZExplorerProperty> getProperties()
IZExplorerPropertyProviderIZExplorerPropertys. The
IZExplorerPropertys can be used to set and get values from
IMvsSubsystem#getZExplorerPropertyValue(IZExplorerProperty) /
IMvsSubsystem#setZExplorerPropertyValue(IZExplorerProperty, String)getProperties in interface IZExplorerPropertyProviderList of IZExplorerPropertys.Copyright © 2015 Micro Focus GmbH. All rights reserved.