ダウンロードリスト

プロジェクト概要

!SwingSet を含む多くの標準的な Java Swing コンポーネントのデータ認識代替 Java ツールキットです。現在、JTextArea、JComboBox、JCheckBox、JSlider、JLabel、JTextField の置換が含まれています。また、画像コンポーネント、グラフィカルなレコード ナビゲーターおよびデータ グリッド コンポーネントです。すべての主要なコンポーネントは !JavaBeans として使用できます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2004-10-28 20:49
0.9.1-beta

このバージョンではSSJdbcRowSetImplのデフォルトデータベースのサポートを向上させます。以来、SwingSet JDBCドライバSSJdbcRowSetImplと一緒に並行更新およびスクロール小文字を区別しないが、どの更新可能な結果セットをサポートしていくつかのJDBCドライバは、デフォルトでこのように設定されている場合、すべての行セットが自動的にTYPE_SCROLL_INSENSITIVEするとがCONCUR_UPDATABLE設定されてすることに使用する必要があります。
タグ: Minor feature enhancements
This version improves default database support in SSJdbcRowSetImpl. Since SwingSet requires JDBC drivers used in conjunction with SSJdbcRowSetImpl to be concurrently-updatable and scroll-insensitive, but some JDBC drivers which support updatable resultsets are not set this way by default, all rowsets are automatically set to be TYPE_SCROLL_INSENSITIVE and CONCUR_UPDATABLE.

2004-10-26 19:58
0.9.0-beta

データソースを抽象化レイヤーを追加しています。すべてのSwingSetコンポーネントの現在の新しいSSRowSetインターフェイスではなく、SunのRowSetインタフェースに基づいています。 SSRowSet RowSetから2つの重要な点で異なります。まず、SSRowSet Serializableを、これを大幅にシリアル化を容易に/ SwingSetコンポーネントの残りの部分で逆シリアル化を拡張します。第二に、SSRowSetメソッドのみで、データ型をサポートするために必要が含まれてSSTextDocumentによっては、非SSRowSet実装更新RowSetと、他のデータベース以外のデータソースを書くずっと簡単になります使用されます。
タグ: Major feature enhancements
A datasource abstraction layer has been added. All
of the SwingSet components are now based on a new
SSRowSet interface rather than Sun's RowSet
interface. The SSRowSet differs from RowSet in two
important ways. First, SSRowSet extends
Serializable, which greatly facilitates
serialization/deserialization in the rest of the
SwingSet components. Secondly, SSRowSet only
contains methods necessary to support the data
types in used by SSTextDocument, which will make
writing SSRowSet implementations for non-updatable
RowSets and other non-database datasources much
easier.

2004-10-22 22:00
0.8.3-beta

SSTextArea行セットバインディングを使用しJTextAreaを拡張する追加されています。 SSDataGrid日付をレンダリングするための改良と、デフォルトの列幅の設定は、拡張され、新しい列を表示します。 SSTextFieldとキーストロークの処理を改善し、現在フォーカスを受け取った時にデフォルトですべてのテキストを選択します。 SwingSet SSTextDocumentは、CHARデータ型をサポートするように変更されている。
タグ: Minor feature enhancements
An SSTextArea has been added to extend the JTextArea with a rowset binding. The SSDataGrid has been enhanced with improvements for date rendering, setting of default column widths, and display of new columns. The SSTextField has improved keystroke handling and now selects all text by default upon receiving the focus. The SwingSet SSTextDocument has been modified to support the CHAR datatype.

2004-09-21 23:24
0.8.2-beta

このリリースではSSDataNavigator、SSDBComboBox、およびSSComboBoxといくつかの問題に対処します。これらの問題は、主に"現在の"レコードの数を追跡すると、カスタムトラックのコンボボックスのマッピングを保つことに関連している。これは推奨されている誰でもすぐにアップグレード版0.8.1 -を使用して。
タグ: Minor bugfixes
This release addresses some issues with the SSDataNavigator, SSDBComboBox, and SSComboBox. These issues are primarily related to tracking the "current" record number and keeping track of custom combo box mappings. It is recommended that anyone using 0.8.1-beta upgrade immediately.

2004-08-13 23:18
0.8.1-beta

場合は、別の値が選択されたコンボボックスの0.8.0デフォルトの"空"の項目ではなく、基になるデータソースにnull -1書いていました。として、レコードの追加もしくは削除されたほか、レコードカウンタは最近、レコードをナビゲータにレコードの合計数を表示するに追加更新されませんでした。レコードナビゲータのサイズの空き容量をより有効に利用するためのボタンのサイズが変更されている。これは推奨されている誰も0.8.0を使用してベータ版にアップグレード0.8.1ベータすぐに。
タグ: Minor bugfixes
The 0.8.0 default "empty" item for combo boxes was writing -1 rather than null to the underlying data source if another value was not selected. In addition, the record counter recently added to the record navigator to display the total number of records was not updating as records were added or deleted. The record navigator button sizes have been resized to make better use of available space. It is recommended that anyone using 0.8.0-beta upgrade to 0.8.1-beta immediately.

プロジェクトリソース