Package: matlab.mixin.util
Custom property list for object display
Use the PropertyGroup
class to create custom
property display lists for class derived from matlab.mixin.CustomDisplay
.
You can change the order of properties displayed and specify which
properties to display.
constructs
a property group object with the supplied P
= matlab.mixin.util.PropertyGroup(propertyList
)propertyList
.
displays P
= matlab.mixin.util.PropertyGroup(propertyList
,title
)title
above
the list of properties.
|
The |
|
Text to display above properties, specified as a character vector or a string scalar. Empty character vectors and empty strings are valid values. Missing strings are not valid. |
|
The number of properties in the Attributes:
| ||||||||||
|
The list of properties to display, stored as a scalar Attributes:
| ||||||||||
|
An optional title for the Attributes:
|
Value. To learn how value classes affect copy operations, see Copying Objects.