A C D E G H I R S U

A

actionPerformed(ActionEvent) - Method in class com.linxpda.dbaware.swing.DBNumericField
 
addEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Adds the current Entry the database as a new Entry.
addRadioButton(DBRadioButton) - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 

C

close() - Method in class com.linxpda.dbaware.swing.DBRootPane
Closes the PJODe database.
com.linxpda.dbaware - package com.linxpda.dbaware
 
com.linxpda.dbaware.swing - package com.linxpda.dbaware.swing
This package contains a collection of data aware components for use in building applications around the PJODe and PJODe C/S ODBMS systems.
compareTo(Object) - Method in class com.linxpda.dbaware.Entry
Compares this Entry to another Entry for sorting purposes.
connect() - Method in class com.linxpda.dbaware.swing.DBRootPane
Connects the DBRootPanel to the PJODe database.
createDefaultModel() - Method in class com.linxpda.dbaware.swing.DBNumericField
 
CURRENCY - Static variable in class com.linxpda.dbaware.swing.DBNumericField
Variable denoting the acceptance of up to two decimal places only.

D

DBAware - interface com.linxpda.dbaware.DBAware.
Interface used by all PJODe data-aware classes.
DBButtonGroup - class com.linxpda.dbaware.swing.DBButtonGroup.
Holds state for multiple DBRadioButton isntances.
DBButtonGroup() - Constructor for class com.linxpda.dbaware.swing.DBButtonGroup
 
DBCheckBox - class com.linxpda.dbaware.swing.DBCheckBox.
A data-aware version of the javax.swing.JCheckBox.
DBCheckBox() - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBCheckBox(Icon) - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBCheckBox(Icon, boolean) - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBCheckBox(String) - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBCheckBox(String, boolean) - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBCheckBox(String, Icon) - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBCheckBox(String, Icon, boolean) - Constructor for class com.linxpda.dbaware.swing.DBCheckBox
 
DBComboBox - class com.linxpda.dbaware.swing.DBComboBox.
A data-aware version of the javax.swing.JComboBox.
DBComboBox() - Constructor for class com.linxpda.dbaware.swing.DBComboBox
 
DBComboBox(ComboBoxModel) - Constructor for class com.linxpda.dbaware.swing.DBComboBox
 
DBComboBox(Object[]) - Constructor for class com.linxpda.dbaware.swing.DBComboBox
 
DBComboBox(Vector) - Constructor for class com.linxpda.dbaware.swing.DBComboBox
 
DBContainer - class com.linxpda.dbaware.swing.DBContainer.
A data-aware implementation of javax.swing.JPanel.
DBContainer() - Constructor for class com.linxpda.dbaware.swing.DBContainer
 
DBContainer(boolean) - Constructor for class com.linxpda.dbaware.swing.DBContainer
 
DBContainer(LayoutManager) - Constructor for class com.linxpda.dbaware.swing.DBContainer
 
DBContainer(LayoutManager, boolean) - Constructor for class com.linxpda.dbaware.swing.DBContainer
 
DBList - class com.linxpda.dbaware.swing.DBList.
A data-aware implementation of java.awt.List.
DBList() - Constructor for class com.linxpda.dbaware.swing.DBList
 
DBList(ListModel) - Constructor for class com.linxpda.dbaware.swing.DBList
 
DBList(Object[]) - Constructor for class com.linxpda.dbaware.swing.DBList
 
DBList(Vector) - Constructor for class com.linxpda.dbaware.swing.DBList
 
DBNumericField - class com.linxpda.dbaware.swing.DBNumericField.
A data-aware component that only allows input of number values.
DBNumericField() - Constructor for class com.linxpda.dbaware.swing.DBNumericField
Creates an initially empty JNumericField.
DBNumericField(int) - Constructor for class com.linxpda.dbaware.swing.DBNumericField
Creates an initially empty JNumericField that is 'cols' columns wide.
DBNumericField(int, int) - Constructor for class com.linxpda.dbaware.swing.DBNumericField
Creates an empty JNumeric that is 'cols' columns wide and allows 'type' input.
DBPasswordField - class com.linxpda.dbaware.swing.DBPasswordField.
A data-aware version of javax.swing.JPasswordField.
DBPasswordField() - Constructor for class com.linxpda.dbaware.swing.DBPasswordField
 
DBPasswordField(Document, String, int) - Constructor for class com.linxpda.dbaware.swing.DBPasswordField
 
DBPasswordField(int) - Constructor for class com.linxpda.dbaware.swing.DBPasswordField
 
DBPasswordField(String) - Constructor for class com.linxpda.dbaware.swing.DBPasswordField
 
DBPasswordField(String, int) - Constructor for class com.linxpda.dbaware.swing.DBPasswordField
 
DBRadioButton - class com.linxpda.dbaware.swing.DBRadioButton.
A data-aware version of JRadioButton.
DBRadioButton() - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRadioButton(Icon) - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRadioButton(Icon, boolean) - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRadioButton(String) - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRadioButton(String, boolean) - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRadioButton(String, Icon) - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRadioButton(String, Icon, boolean) - Constructor for class com.linxpda.dbaware.swing.DBRadioButton
 
DBRootPane - class com.linxpda.dbaware.swing.DBRootPane.
Top-most parent for all DBAware components.
DBRootPane() - Constructor for class com.linxpda.dbaware.swing.DBRootPane
Create a new DBRootPanel with the default LayoutManager, FlowLayout.
DBScrollPane - class com.linxpda.dbaware.swing.DBScrollPane.
A data-aware version of javax.swing.JScrollPane.
DBScrollPane() - Constructor for class com.linxpda.dbaware.swing.DBScrollPane
 
DBScrollPane(Component) - Constructor for class com.linxpda.dbaware.swing.DBScrollPane
 
DBScrollPane(Component, int, int) - Constructor for class com.linxpda.dbaware.swing.DBScrollPane
 
DBScrollPane(int, int) - Constructor for class com.linxpda.dbaware.swing.DBScrollPane
 
DBSplitPane - class com.linxpda.dbaware.swing.DBSplitPane.
Data-aware version of javax.swing.JSplitPane.
DBSplitPane() - Constructor for class com.linxpda.dbaware.swing.DBSplitPane
 
DBSplitPane(int) - Constructor for class com.linxpda.dbaware.swing.DBSplitPane
 
DBSplitPane(int, boolean) - Constructor for class com.linxpda.dbaware.swing.DBSplitPane
 
DBSplitPane(int, boolean, Component, Component) - Constructor for class com.linxpda.dbaware.swing.DBSplitPane
 
DBSplitPane(int, Component, Component) - Constructor for class com.linxpda.dbaware.swing.DBSplitPane
 
DBTabbedPane - class com.linxpda.dbaware.swing.DBTabbedPane.
A data-aware version of javax.swing.JTabbedPane.
DBTabbedPane() - Constructor for class com.linxpda.dbaware.swing.DBTabbedPane
 
DBTabbedPane(int) - Constructor for class com.linxpda.dbaware.swing.DBTabbedPane
 
DBTextArea - class com.linxpda.dbaware.swing.DBTextArea.
A data-aware implementation of a java.awt.TextField.
DBTextArea() - Constructor for class com.linxpda.dbaware.swing.DBTextArea
 
DBTextArea(Document) - Constructor for class com.linxpda.dbaware.swing.DBTextArea
 
DBTextArea(Document, String, int, int) - Constructor for class com.linxpda.dbaware.swing.DBTextArea
 
DBTextArea(int, int) - Constructor for class com.linxpda.dbaware.swing.DBTextArea
 
DBTextArea(String) - Constructor for class com.linxpda.dbaware.swing.DBTextArea
 
DBTextArea(String, int, int) - Constructor for class com.linxpda.dbaware.swing.DBTextArea
 
DBTextField - class com.linxpda.dbaware.swing.DBTextField.
A data-aware implementation of javax.swing.JTextArea.
DBTextField() - Constructor for class com.linxpda.dbaware.swing.DBTextField
 
DBTextField(Document, String, int) - Constructor for class com.linxpda.dbaware.swing.DBTextField
 
DBTextField(int) - Constructor for class com.linxpda.dbaware.swing.DBTextField
 
DBTextField(String) - Constructor for class com.linxpda.dbaware.swing.DBTextField
 
DBTextField(String, int) - Constructor for class com.linxpda.dbaware.swing.DBTextField
 
DBToggleButton - class com.linxpda.dbaware.swing.DBToggleButton.
Data-aware implementation of javax.swing.JToggleButton.
DBToggleButton() - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DBToggleButton(Icon) - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DBToggleButton(Icon, boolean) - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DBToggleButton(String) - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DBToggleButton(String, boolean) - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DBToggleButton(String, Icon) - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DBToggleButton(String, Icon, boolean) - Constructor for class com.linxpda.dbaware.swing.DBToggleButton
 
DECIMAL - Static variable in class com.linxpda.dbaware.swing.DBNumericField
Variable denoting the allowance of decimal values.
deleteEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Deletes the currentEntry from the database.

E

Entry - class com.linxpda.dbaware.Entry.
This class represents a single row of data within a PJODe database.
Entry() - Constructor for class com.linxpda.dbaware.Entry
Creates and initializes a new empty row.
Entry(Hashtable) - Constructor for class com.linxpda.dbaware.Entry
Creates a new Entry, using the supplied Hashtable as key/value pairs.
equals(Object) - Method in class com.linxpda.dbaware.Entry
Checks this Entry against another object for equality.

G

getColumnLabel() - Method in interface com.linxpda.dbaware.DBAware
Returns the data column label associated with this component.
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBToggleButton
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBCheckBox
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBTextField
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBContainer
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBTabbedPane
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBRadioButton
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBScrollPane
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBComboBox
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBTextArea
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBNumericField
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBPasswordField
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBSplitPane
 
getColumnLabel() - Method in class com.linxpda.dbaware.swing.DBList
 
getColumns() - Method in class com.linxpda.dbaware.Entry
Returns an enumeration of all the keys (column labels) referenced in this Entry.
getCurrentIndex() - Method in class com.linxpda.dbaware.swing.DBRootPane
Returns the index of the currently displayed entry.
getFileName() - Method in class com.linxpda.dbaware.swing.DBRootPane
Return the filename of the PJODe database administered by this DBRootPanel.
getFloat() - Method in class com.linxpda.dbaware.swing.DBNumericField
Returns the current value of the JNumericField as a float.
getIndexField() - Method in class com.linxpda.dbaware.Entry
Returns the index field (the field used for sorting).
getInteger() - Method in class com.linxpda.dbaware.swing.DBNumericField
Returns the current value of the JNumericField as an int.
getObjectCount() - Method in class com.linxpda.dbaware.swing.DBRootPane
Returns the total number of entries in the current ResultSet held by this DBRootPane.
getRemoteURL() - Method in class com.linxpda.dbaware.swing.DBRootPane
Return the remote url of the PJODeRMIServer that will be supplying access to the PJODe database.
getSelectedRadioButton() - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
getValue() - Method in interface com.linxpda.dbaware.DBAware
Returns a dbaware component's value as an Object formatted in a manner in which the component can display.
getValue() - Method in class com.linxpda.dbaware.swing.DBToggleButton
 
getValue() - Method in class com.linxpda.dbaware.swing.DBCheckBox
 
getValue() - Method in class com.linxpda.dbaware.swing.DBTextField
 
getValue() - Method in class com.linxpda.dbaware.swing.DBContainer
 
getValue() - Method in class com.linxpda.dbaware.swing.DBTabbedPane
 
getValue() - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
getValue() - Method in class com.linxpda.dbaware.swing.DBRadioButton
 
getValue() - Method in class com.linxpda.dbaware.swing.DBScrollPane
 
getValue() - Method in class com.linxpda.dbaware.swing.DBComboBox
 
getValue() - Method in class com.linxpda.dbaware.swing.DBTextArea
 
getValue() - Method in class com.linxpda.dbaware.swing.DBNumericField
 
getValue() - Method in class com.linxpda.dbaware.swing.DBPasswordField
 
getValue() - Method in class com.linxpda.dbaware.swing.DBSplitPane
 
getValue() - Method in class com.linxpda.dbaware.swing.DBList
 
getValue(String) - Method in class com.linxpda.dbaware.Entry
Returns the value (as an object) that is referenced by the supplied column name.

H

hashCode() - Method in class com.linxpda.dbaware.Entry
Returns a unique identifier for this Entry object.

I

INTEGER - Static variable in class com.linxpda.dbaware.swing.DBNumericField
Variable denoting to allow integer input only.
isRemote() - Method in class com.linxpda.dbaware.swing.DBRootPane
Returns true if this DBRootPanel stores data to a remote PJODeRMIServer or false if it reads/writes to a local file.
itemStateChanged(ItemEvent) - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 

R

reset() - Method in interface com.linxpda.dbaware.DBAware
Resets the component upon a request to clear screen from a DBRootPane.
reset() - Method in class com.linxpda.dbaware.swing.DBToggleButton
 
reset() - Method in class com.linxpda.dbaware.swing.DBCheckBox
 
reset() - Method in class com.linxpda.dbaware.swing.DBTextField
 
reset() - Method in class com.linxpda.dbaware.swing.DBContainer
 
reset() - Method in class com.linxpda.dbaware.swing.DBTabbedPane
 
reset() - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
reset() - Method in class com.linxpda.dbaware.swing.DBRadioButton
 
reset() - Method in class com.linxpda.dbaware.swing.DBScrollPane
 
reset() - Method in class com.linxpda.dbaware.swing.DBComboBox
 
reset() - Method in class com.linxpda.dbaware.swing.DBTextArea
 
reset() - Method in class com.linxpda.dbaware.swing.DBNumericField
 
reset() - Method in class com.linxpda.dbaware.swing.DBPasswordField
 
reset() - Method in class com.linxpda.dbaware.swing.DBSplitPane
 
reset() - Method in class com.linxpda.dbaware.swing.DBList
 

S

search() - Method in class com.linxpda.dbaware.swing.DBRootPane
Uses the current data as a search Entry.
setButtonGroup(DBButtonGroup) - Method in class com.linxpda.dbaware.swing.DBRadioButton
 
setColumnLabel(String) - Method in interface com.linxpda.dbaware.DBAware
Sets the data column into which this component's value will be stored.
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBToggleButton
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBCheckBox
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBTextField
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBContainer
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBTabbedPane
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBRadioButton
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBScrollPane
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBComboBox
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBTextArea
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBNumericField
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBPasswordField
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBSplitPane
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.swing.DBList
 
setDecimalsAllowed(int) - Method in class com.linxpda.dbaware.swing.DBNumericField
Sets the maximum number of decimals allowed.
setDefaultRadioButton(DBRadioButton) - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
setFileName(String) - Method in class com.linxpda.dbaware.swing.DBRootPane
Set the PJODe database from which this DBRootPanel will read and write it's data.
setIndexField(String) - Method in class com.linxpda.dbaware.Entry
Sets the index field (the field that will be used to sort Entry objects in a ResultSet.
setRemoteURL(String) - Method in class com.linxpda.dbaware.swing.DBRootPane
Set the remote url of the PJODeRMIServer that povides access to the PJODe database.
setSelectedRadioButton(String) - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
setType(int) - Method in class com.linxpda.dbaware.swing.DBNumericField
Sets the type of input allowed.
setValue(Entry) - Method in interface com.linxpda.dbaware.DBAware
Passes an Entry object, from which the dbaware component retrieves it's value and displays it.
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBToggleButton
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBCheckBox
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBTextField
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBContainer
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBTabbedPane
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBButtonGroup
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBRadioButton
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBScrollPane
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBComboBox
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBTextArea
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBNumericField
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBPasswordField
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBSplitPane
 
setValue(Entry) - Method in class com.linxpda.dbaware.swing.DBList
 
setValue(float) - Method in class com.linxpda.dbaware.swing.DBNumericField
Sets the value to the given float.
setValue(int) - Method in class com.linxpda.dbaware.swing.DBNumericField
Sets the value to the given int.
setValue(String) - Method in class com.linxpda.dbaware.swing.DBNumericField
Sets the value of the JNumericField, using a string as the initializer.
setValue(String, Object) - Method in class com.linxpda.dbaware.Entry
Stores the value object using the column label as a key.
setValues(Hashtable) - Method in class com.linxpda.dbaware.Entry
Resets the value of an Entry to use the supplied Hashtable as key/value pairs.
showFirstEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Shows the first Entry in the current ResultSet.
showLastEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Shows the last Entry in the current ResultSet.
showNextEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Shows the next available Entry in the current ResultSet if available.
showPreviousEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Shows the previous Entry in the currentResultSet if available.

U

updateEntry() - Method in class com.linxpda.dbaware.swing.DBRootPane
Updates the current Entry with the currently displayed data.

A C D E G H I R S U