Property sheet

A graphical user control that mimics MatLab's property inspector.
1.2K Downloads
Updated 26 Feb 2010

View License

A property sheet (or property grid) lists public properties of a MatLab value or handle object, and lets the user edit each property value using its natural representation. In particular,
* character arrays can be edited in-place as a string;
* matrices and vectors can be edited as text (e.g. [1,2;3,4]) or in a pop-up dialog;
* scalar logicals are mapped to checkboxes;
* a selection from a set of values is presented as a list;
* nested properties (when a property value is itself an object) are displayed as an expandable property.

INSTALLATION

The control internally uses a custom Java Swing control, wrapped in a Java package JPropertySheet.jar. This package has to be downloaded separately (see below), extracted into a subfolder called java, and added to the Java class path for the control to work. Type javastartup to add the package to the dynamic Java class path. Further instructions (to achieve higher performance) will be printed on the screen. For details, see the MatLab function javaclasspath.

EXAMPLES

The file example_propertysheet.m contains a basic example. Sample code for low-level function usage is found in example_jpropertysheet.m.

DISCLAIMER

This component is provided in the hope that it will be useful, but no claims are made as to the fitness for any purpose. In particular, the component has not been tested in a production environment and may exhibit unexpected behavior. No support is provided but you are welcome to submit bug reports directly to the author; comments made at the MathWorks File Exchange site might be ignored.

Cite As

Levente Hunyadi (2024). Property sheet (https://www.mathworks.com/matlabcentral/fileexchange/26784-property-sheet), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Simplified example and installation instructions.

1.1.0.0

Simplified example and installation instructions.

1.0.0.0