Property sheet

A graphical user control that mimics MatLab's property inspector.
ダウンロード: 1.2K
更新 2010/2/26

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGrid Lines, Tick Values, and Labels についてさらに検索
謝辞

ヒントを得たファイル: Using Java Swing components in MATLAB

ヒントを与えたファイル: Property grid using JIDE implementation

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Simplified example and installation instructions.

1.1.0.0

Simplified example and installation instructions.

1.0.0.0