Class Inheritance Browser

버전 1.8.0.0 (21.1 KB) 작성자: Clayton Ernst
A tool for managing and organizing classes, with a simple interface and (optional) tree diagram.
다운로드 수: 1.5K
업데이트 날짜: 2010/8/17

라이선스 보기

This tool searches a given directory and populates a browser window with pertinent information about each discovered class, including properties, methods, and superclasses. Other useful features include opening a class definition file from the browser window, opening a file to the line where a certain method is defined, and printing property help to the console.

Additionally, if the Bioinformatics Toolbox is installed, a tree diagram will be displayed that visualizes inheritance relationships between all Matlab classes found.

Originally written as a project for Engineering 177, Advanced Matlab Programming, Spring 2010, Professor Andrew Packard, University of California, Berkeley.

인용 양식

Clayton Ernst (2024). Class Inheritance Browser (https://www.mathworks.com/matlabcentral/fileexchange/27633-class-inheritance-browser), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Class Introspection and Metadata에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.8.0.0

License checking made compatible with network licenses.

1.7.0.0

Summary, description, and requirements updated.

1.6.0.0

Checks to see if the bioinformatics toolbox is present. If not, then the browser window is opened without displaying the tree diagram.

1.5.0.0

- clean up code
- try harder to find user supplied class name
- catch classInheritance.iTree errors in classInheritance.browse
- made package +inex out of inheritanceexample directory.

1.3.0.0

- Numerous bugs fixed, speed improved
- 'Browse' button to jump to a new directory
- Right click on method -> opens the proper file to the proper line
- Right click on property -> prints property help to console

1.1.0.0

- Use the 'Browse' button to jump to a new directory
- Right click on method -> open the proper file to the proper line
- Right click on property -> print property help to the console

1.0.0.0