Package dev.visdb.seesaw
package dev.visdb.seesaw
Database aware GUI components.
-
ClassDescriptionUsed to display values stored in the database as a boolean.SsComboBox1<K,
D> A ComboBox that only has a single displayValue.Builder; seeSsComboBox2.Builder.SsComboBox1.Builder<K,D> Builder.SsComboBox2<K,D, D2> Provide a way of displaying "text", corresponding to "keys" in aJComboBox.To build a SsComboBox2 with the specified parameters.SsComboBox2.BaseGlazedModel<K,D, D2> KeyDisplayValue model for use with GlazedLists; this model has methods for building and manipulating the EventList and supports locking.SsComboBox2.BaseModel<K,D, D2> KeyDisplayValue model that can be installed in a JComboBox; this model has methods for building and manipulating the item list.SsComboBox2.Builder<K,D, D2> Builder.Flags to control handling of Key without a specified DisplayValue; seeSsComboBox2.setMissingDisplayValueControl(java.util.EnumSet)for meaning of the flags.Constructor argument to indicate whether or not to use GlazedList model.SsDbComboBox2<K,D, D2> Similar to the SsComboBox2, but used when both<K>, the 'bound' value, and<D>, the 'display' value, are pulled from a database table.To build a SsDbComboBox2 with the specified parameters.SsDbComboBox2.Builder<K,D, D2> Builder.Used to load, store, and display images stored in a database.Easy way to set scroll bar policy for both directions.Used to display database values in a read-only JLabel.SsList1<K,D> Provides a way to display a list of elements and map them to corresponding database keys.Used to link a JSlider to a numeric column in a database.SsTable provides a way to display information from a database in a table format (aka "spreadsheet" or "datasheet" view).SsTextArea extends the JTextArea to add RowSet binding.SsTextField extends the JTextField.