IPropertyViewDriver.IPropertyViewContext Interface
- public static interface IPropertyViewDriver.IPropertyViewContext
Interface to provide access to the view context of the
property view.
-
Enclosing interface
-
IPropertyViewDriver
refresh(String, String, String, List) Method
public void refresh(String
label,
String
typeLabel,
String
description,
List
properties)
Requests a refresh on the view. Calling this method
will result in the property view rebuilding it's
display using the specified properties.
Parameters
-
label
- - Display name identifying this element instance.
-
typeLabel
- - Display name identifying this type of element.
-
description
- - Description of this type of element.
-
properties
- - List of IPropertyNode. May not be null, may be empty.