Property sheet

버전 1.2.0.0 (51.3 KB) 작성자: Levente Hunyadi
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 CenterMATLAB Answers에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

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