正文

奇新Java控件3.2正式发布!

发布时间:2010年12月2日 
 

奇新Java控件JComponentPack 3.2正式发布! - 2010年12月2日


New Features:

  1.  
    1. • Adds several new components: JFlowChart, JSlideShow, JTextEditor, JSyntaxEditor, JDataForm, JDesktop.
    2. • ResourceManager support single ResourceBundle since this version, adds two new API in ResourceManager:

        ResourceManager.getBundle(String);
        ResourceManager.getDefaultBundle();

    3. • AbstractDataGridModel and it's subclass DefaultDataGrid, LargeDataGridModel support the default attributes, adds new API in AbstractDataGridModel:

        AbstractDataGridModel.getDefaultAttributes();
        AbstractDataGridModel.setDefaultAttributes(AttributeSet);

    4. • Adds new DefaultStyleDemo to demonstrate the default attributes in the AbstractDataGridModel.
    5. • Adds new property named "domainName" in License class.
    6. • The JComponentPack JavaFX components support JavaFX1.2 Runtime.
    7. • 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);

    8. • AnchorLayout adds new Location: N, S, E, W, C, the LayoutDemo also demonstrate this new feature.
    9. • The Cell Editor and Renderer support button cell, the ButtonCellDemo2 demonstrate this new feature.
    10. • JCommonPane adds new method named "createVendorCopyrightPanel" to support creating the copyright panel.
    11. • JPrintPreview component generate the new preview image again when magnify, this feature will avoid preview the highly pixilated image when magnify.
    12. • 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);".
    13. • 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.
    14. • Adds several new API in JDataGrid:

        JDataGrid.setCellManager(CellManager);
        JDataGrid.stopEditing();
        JDataGrid.cancelEditing();
        JDataGrid.getFocusLostBehavior();
        JDataGrid.setFocusLostBehavior(int);
        JDataGrid.getLeadSelectionRow();
        JDataGrid.getLeadSelectionColumn();

 

Bug Fixed:

  1.  
    1. • Cell border stroke should be single selection in cell attributes dialog.
    2. • Show popup in JDataGridBean, the current cell editing should stop.
    3. • The WorkSheet should create a CellSelectionModel by default when load .xls files.
    4. • The method "JCommonPane.createVendorBannerPanel(Map)" layout the logo on the wrong location.

 

上一篇:

下一篇:

奇新云平台
切换