Java-based data table

버전 1.3.0.0 (40.2 KB) 작성자: Yair Altman
Spreadsheet display/editing/sorting of data with multiple features
다운로드 수: 10.1K
업데이트 날짜: 2015/1/7

라이선스 보기

createTable creates a 2D java-based table that enables display, editing and sorting of 1D and 2D data using familiar look-and-feel. Columns can be resized and sorted; data can be selected, printed, copied, pasted etc., including to/from Excel; Rows can be added/deleted; Columns can have different alignments (right/center/left) and editors (checkbox/drop-down/...); Callback functions can be specified for multiple events (Data change, structure change, mouse click, ...) and multiple other aspects can be set programatically (see extensive help within the m file).
Works on Matlab 7.1 onward

Installation: unzip attached file; place the jar file in classpath.txt or use javaaddpath; then run the createTable m-function.

Syntax: [mtable, buttons] = createTable (pnContainer, headers, data, buttonsFlag, 'PropName',PropValue, ...)

See detailed help within the file (run: help createTable)

인용 양식

Yair Altman (2024). Java-based data table (https://www.mathworks.com/matlabcentral/fileexchange/14225-java-based-data-table), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

fixes for HG2 and a couple of input params edge-cases

1.2.0.0

Multiple fixes; support for image cells, column reordering/resizing, uicontextmenu; full P-V parameters processing

1.0.0.0

fixed several issues; improved help comment