Télécharger la liste

Description du projet

SwingSet is an Java toolkit that contains data-aware replacements for many of the standard Java Swing components. It currently includes replacements for JTextField, JTextArea, JComboBox, JCheckBox, JSlider, and JLabel. There is also an image component, a graphical record navigator, and a data grid component. All of the primary components are available as JavaBeans.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-06 23:28
1.0.0-Preview Release 4

Une coche dans SSDataNavigator pour la banderole lors de la suppression confirmDeletes ligne a été fixée.
Tags: Minor bugfixes
A check in SSDataNavigator for the confirmDeletes flag during row deletion has been fixed.

2006-05-18 21:01
1.0.0-Preview Release 3

Cette version ajoute des fonctions supplémentaires à l'interface SSDBNav de donner plus de contrôle au programmeur de créer et de gérer des événements différents sur le DataNavigator. Plusieurs nouvelles catégories ont été ajoutées à la trousse de mise en forme, et les travaux se poursuivent pour mettre au point et documenter ce package et ses sous-packages.
Tags: Minor feature enhancements
This release adds extra functions to the SSDBNav interface to give more control to the programmer to create and manage different events on the DataNavigator. Several new classes have been added to the formatting package, and work continues to finalize and document this package and its sub-packages.

2005-03-10 01:03
1.0.0-Preview Release 2

Cette version corrige un problème de Java 1.5 avec les SSDataNavigator, fournit le support pour le type de données SQL TIMESTAMP et soutient JScrollPanes dans SSDBNavImp sorte que les valeurs des composants sont effacé correctement pour de nouveaux enregistrements. Cette version améliore considérablement le comportement et les fonctionnalités des touches de navigation dans le SSDataGrid.
Tags: Minor feature enhancements
This release fixes a Java 1.5 issue with the SSDataNavigator, provides support for the TIMESTAMP SQL data type, and supports JScrollPanes in SSDBNavImp so that component values are cleared properly for new records. This version drastically improves the behavior and functionality of keystroke-based navigation in the SSDataGrid.

2005-02-22 03:56
1.0.0-PR1

L'API JavaDoc et ont subi une réécriture majeure pour la cohérence. L'image, l'étiquette, slider, le formatage et les composants sont nouveaux dans cette version. Une classe utilitaire appelé SSSyncManager a été ajouté pour simplifier la création d'écrans à la fois zone de liste déroulante base-navigator et de navigation basés. Un exemple de cela est prévu dans Example4.java.
Tags: Major feature enhancements
The API and JavaDoc have undergone a major rewrite for consistency. The image, label, slider, and formatting components are new in this release. A utility class called SSSyncManager was added to simplify creation of screens with both combo box-based and navigator-based navigation. An example of this is provided in Example4.java.

2004-11-01 22:45
0.9.2-beta

Cette version corrige un problème avec SSJdbcRowSetImpl.setCommand () la mise à jour pas de ses sous-jacente JdbcRowSetImpl. Support pour les types numériques a été ajouté, et le reste de l'appui type a été unifiée pour SSTableModel et SSTextDocument. Un this.fireTableDataChanged () a été ajouté à la méthode init () de SSTableModel pour alerter les auditeurs à tout changement dans les données.
Tags: Minor bugfixes
This release fixes an issue with SSJdbcRowSetImpl.setCommand() not updating its underlying JdbcRowSetImpl. Support for NUMERIC types has been added, and the rest of the datatype support has been unified across SSTableModel and SSTextDocument. A this.fireTableDataChanged() has been added to the init() method of SSTableModel to alert listeners to any changes in data.

Project Resources