-
- 作者:
admin
- 发帖数
:149
- 回帖数
:24
- 注册日期:1970年1月1日
|
-
楼主
admin 发表于2010年12月2日 上午10:36:38
-
-
- 奇新Java控件JComponentPack 3.2新功能介绍
奇新Java控件JComponentPack 3.2正式发布! - 2010年12月2日
新功能介绍:
• Adds several new components: JFlowChart, JSlideShow, JTextEditor, JSyntaxEditor, JDataForm, JDesktop.
- • ResourceManager support single ResourceBundle since this version, adds two new API in ResourceManager:
ResourceManager.getBundle(String); ResourceManager.getDefaultBundle();
- • AbstractDataGridModel and it's subclass DefaultDataGrid, LargeDataGridModel support the default attributes, adds new API in
AbstractDataGridModel:
AbstractDataGridModel.getDefaultAttributes(); AbstractDataGridModel.setDefaultAttributes(AttributeSet);
- • Adds new DefaultStyleDemo to demonstrate the default attributes in the AbstractDataGridModel.
- • Adds new property named "domainName" in License class.
- • The JComponentPack JavaFX components support JavaFX1.2 Runtime.
- • Adds new API in JDataGrid, this will improve the render performance of JDataGrid with a lot of cell attributes:
JDataGrid.getCellAttributes(int row, int column, boolean readOnly);
- • AnchorLayout adds new Location: N, S, E, W, C, the LayoutDemo also demonstrate this new feature.
- • The Cell Editor and Renderer support button cell, the ButtonCellDemo2 demonstrate this new feature.
- • JCommonPane adds new method named "createVendorCopyrightPanel" to support creating the copyright panel.
- • JPrintPreview component generate the new preview image again when magnify, this feature will avoid preview the highly pixilated
image when magnify.
- • JPrintPreview component adds new bound property named "pageableEnabled",this property enable the page feature on printing for all Printable object, this value is false by defalut to keep the backward compatibility, you can enable it by
invoke "printPreview.setPageableEnabled(true);".
- • JPrintPreview adds new bound property named "attributesEnabled" to enable using the new cross-platform page setup dialog, print dialog, these new dialogs is provided by "javax.print" API, you can invoke the method "printPreview.setAttributesEnabled(true);"
to enable this new feature, the PrintPreviewDemo demonstrate this new feature.
- • Adds several new API in JDataGrid:
JDataGrid.setCellManager(CellManager); JDataGrid.stopEditing(); JDataGrid.cancelEditing(); JDataGrid.getFocusLostBehavior(); JDataGrid.setFocusLostBehavior(int); JDataGrid.getLeadSelectionRow(); JDataGrid.getLeadSelectionColumn();
|