JComponentPack Version 1.1.0 Release Notes
Tips£ºEvaluation version downloaded do not include the Javadoc API Documents and Programmer Guide.
Bug Fixed shown in red
New Features shown in green
Version 1.1.0New! - May 6,2008
* Adds new ComponentCellRenderer in the com.zfqjava.swing.cell package. New Features
* Adds new XCompoundBorder in the com.zfqjava.swing.border package. New Features
* The EnumCellRenderer support the null value. New Features
* AComboBox cannot support the editable property. Bug Fixed
* AComboBox adds new API: New Features
AComboBox.setComponentFactory(AbstractComponentFactory componentFactory);
AComboBox.getComponentFactory();
* CalendarDemo¡¡demonstrate the new features of AComboBox. Bug Fixed
* Changes the AComboBox border style. Bug Fixed
* Toggle the popup visible in AComboBox. Bug Fixed
* JCalendar adds new API: New Features
JCalendar.getActionClickCount();
JCalendar.setActionClickCount(int);
* XList use the AbstractCellEditor as it's editor instead
of DefaultCellEditor.
* XList adds new API: New Features
XList.getActionClickCount();
XList.setActionClickCount(int);
XList.isIndexEditable(int, EventObject);
* JCalendar adds new client property: New Features
JCalendar.todayButtonFireActionEventEnabled
* JDataGridBean and JDataTableBean adds new system property to
control the splash screen behaviro.
com.zfqjava.swing.JDataGridBean.hideSplash
com.zfqjava.swing.JDataTableBean.hideSplash
* FormulaFactory adds new method: New Features
FormulaFactory.createFormulaContext();
* The CellUtils in com.zfqjava.formula change to public.
* CellStyle implements the Serializable interface.
* When Print Preview, JDataGridBean and JDataTableBean can open new window when
it's not in applet, frame, or internal frame environment.
* JDataGridBean handle the different strategy when invoke
the doNew method.
* JDataGridBean and JDataTableBean adds the new API to control
the print properties. New Features
JDataGridBean.getPrintProperties();
JDataGridBean.setPrintProperties(Map);
JDataGridBean.createPrintProperties();
JDataTableBean.getPrintProperties();
JDataTableBean.setPrintProperties(Map);
JDataTableBean.createPrintProperties();
* JDataGridBean adds the following API to controle the print area. New Features
JDataGridBean.isPrintSelectedCell()£»
JDataGridBean.setPrintSelectedCell(boolean)£»
* JDataGrid xml writer cannot write the formula correctly.
* JDataGrid support the merged cells when export to Excel xml file.
* JDataGrid cannot process the cell's background correctly.
* JDataGridBean adds new API: New Features
JDataGridBean.getSupportedFileSuffix();
JDataGridBean.setSupportedFileSuffix(Set);
* ResultSetTableModel Adds new API: New Features
ResultSetTableModel.getCountCommand();
ResultSetTableModel.setCountCommand(String);
ResultSetTableModel.getCurrentAllRowCount();
ResultSetTableModel.setAllRowCount(int);
Update history
Version 1.0.0 - March 5,2008
Initial release.
Copyright (C) 2001-2008 Extreme Component, Inc. All rights reserved.