Skip to content

Repository files navigation

(documentation in progress)

Seesaw database aware components

javadoc.

DESCRIPTION

Seesaw is an open source Java toolkit containing data-aware replacements for many of the standard Java Swing components. It is a rewrite of most of the original SwingSet with several new features; there is a wrapper that uses seesaw to provide the SwingSet API.

The Seesaw feature-set currently includes:

  1. data-aware replacements for JTextField, JTextArea, JComboBox, JCheckBox, JLabel, JSlider, & JFormattedTextField
  2. binding of a "hidden" numeric column for combo boxes with text choices (e.g., 0, 1, & 2 are stored for "Yes," "No," & "Maybe," respectively)
  3. population of combo boxes based on columns in a database query (can also be used for combo box-based record navigation)
  4. a data-aware image component with image support
  5. a graphical record navigator (a) allows for database traversal, insertion, deletion, commit, and rollback (b) supplies current record index (editable) and total record count
  6. a data grid component for creating datasheet/spreadsheet/table views of queries (a) allows cut & paste to/from spreadsheet programs or other data grids (b) allows custom column headings (c) allows hiding of specified columns (d) allows disabling of specified columns (e) allows columns to be displayed as text boxes or combo boxes (f) allows addition and deletion of records (g) allows deletion of multiple, non-consecutive records (h) allows data entry "masks" to be applied to text columns
  7. formatted fields for various types like currency, percent, SSN, date etc.

For questions regarding Seesaw, contact info at visdb-dev

SCREENSHOTS

Seesaw Demo - Example 1

Seesaw Demo - Example 1

Seesaw Demo - Example 2

Seesaw Demo - Example 2

Seesaw Demo - Example 3

Seesaw Demo - Example 3

Seesaw Demo - Example 4

Seesaw Demo - Example 4

Seesaw Demo - Example 5

Seesaw Demo - Example 5

About

Java swing database aware components. Supports multiple databases through plugins.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages