A C D E G H I R S T U

A

actionPerformed(ActionEvent) - Method in class com.linxpda.dbaware.awt.DBTabbedPanel
Used to listen to tab selection events.
addEntry() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Adds the current Entry the database as a new Entry.
addRadiobox(DBRadiobox) - Method in class com.linxpda.dbaware.awt.DBRadioGroup
Add the provided DBRadiobox to this group.
addTab(String, DBContainer) - Method in class com.linxpda.dbaware.awt.DBTabbedPanel
Adds DBContainer 'panel' using the supplied label in the associated tab.

C

close() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Closes the PJODe database.
com.linxpda.dbaware - package com.linxpda.dbaware
 
com.linxpda.dbaware.awt - package com.linxpda.dbaware.awt
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.awt.DBRootPanel
Connects the DBRootPanel to the PJODe database.

D

DBAware - interface com.linxpda.dbaware.DBAware.
Interface used by all PJODe data-aware classes.
DBCheckbox - class com.linxpda.dbaware.awt.DBCheckbox.
A data aware implementation of java.awt.Checkbox.
DBCheckbox() - Constructor for class com.linxpda.dbaware.awt.DBCheckbox
 
DBCheckbox(String) - Constructor for class com.linxpda.dbaware.awt.DBCheckbox
 
DBCheckbox(String, boolean) - Constructor for class com.linxpda.dbaware.awt.DBCheckbox
 
DBChoice - class com.linxpda.dbaware.awt.DBChoice.
A data-aware implementation of java.awt.Choice.
DBChoice() - Constructor for class com.linxpda.dbaware.awt.DBChoice
 
DBContainer - class com.linxpda.dbaware.awt.DBContainer.
A data-aware implementation of java.awt.Panel.
DBContainer() - Constructor for class com.linxpda.dbaware.awt.DBContainer
 
DBContainer(LayoutManager) - Constructor for class com.linxpda.dbaware.awt.DBContainer
 
DBList - class com.linxpda.dbaware.awt.DBList.
A data-aware implementation of java.awt.List.
DBList() - Constructor for class com.linxpda.dbaware.awt.DBList
 
DBList(int) - Constructor for class com.linxpda.dbaware.awt.DBList
 
DBNumericField - class com.linxpda.dbaware.awt.DBNumericField.
A data-aware implementation of java.awt.TextField that only allows input of numeric values (and a single decimal point if DECIMAL mode is selected.
DBNumericField() - Constructor for class com.linxpda.dbaware.awt.DBNumericField
 
DBNumericField(int) - Constructor for class com.linxpda.dbaware.awt.DBNumericField
 
DBNumericField(String) - Constructor for class com.linxpda.dbaware.awt.DBNumericField
 
DBNumericField(String, int) - Constructor for class com.linxpda.dbaware.awt.DBNumericField
 
DBRadiobox - class com.linxpda.dbaware.awt.DBRadiobox.
A data-aware implementation of java.awt.Checkbox which belongs to a group of other Checkboxes, parented by a DBRadioGroup.
DBRadiobox(String) - Constructor for class com.linxpda.dbaware.awt.DBRadiobox
 
DBRadiobox(String, boolean) - Constructor for class com.linxpda.dbaware.awt.DBRadiobox
 
DBRadiobox(String, boolean, DBRadioGroup) - Constructor for class com.linxpda.dbaware.awt.DBRadiobox
 
DBRadiobox(String, DBRadioGroup, boolean) - Constructor for class com.linxpda.dbaware.awt.DBRadiobox
 
DBRadioGroup - class com.linxpda.dbaware.awt.DBRadioGroup.
This class is responsible for parenting a collection of DBRadiobox components.
DBRadioGroup() - Constructor for class com.linxpda.dbaware.awt.DBRadioGroup
Create a new DBRadioGroup.
DBRootPanel - class com.linxpda.dbaware.awt.DBRootPanel.
Top-most parent for all DBAware components.
DBRootPanel() - Constructor for class com.linxpda.dbaware.awt.DBRootPanel
Create a new DBRootPanel with the default LayoutManager, FlowLayout.
DBRootPanel(LayoutManager) - Constructor for class com.linxpda.dbaware.awt.DBRootPanel
Create a new DBRootPanel with the specified LayoutManager.
DBScrollPanel - class com.linxpda.dbaware.awt.DBScrollPanel.
A DBContainer that provides automatic scrolling capabilities very similar to java.awt.ScrollPane.
DBScrollPanel() - Constructor for class com.linxpda.dbaware.awt.DBScrollPanel
 
DBScrollPanel(int) - Constructor for class com.linxpda.dbaware.awt.DBScrollPanel
 
DBTabbedPanel - class com.linxpda.dbaware.awt.DBTabbedPanel.
Data-aware Tabbed Panel implementation.
DBTabbedPanel() - Constructor for class com.linxpda.dbaware.awt.DBTabbedPanel
Create a new blank Tabbed Panel.
DBTextArea - class com.linxpda.dbaware.awt.DBTextArea.
A data-aware implementation of a java.awt.TextField.
DBTextArea() - Constructor for class com.linxpda.dbaware.awt.DBTextArea
 
DBTextArea(int, int) - Constructor for class com.linxpda.dbaware.awt.DBTextArea
 
DBTextArea(String) - Constructor for class com.linxpda.dbaware.awt.DBTextArea
 
DBTextArea(String, int, int) - Constructor for class com.linxpda.dbaware.awt.DBTextArea
 
DBTextField - class com.linxpda.dbaware.awt.DBTextField.
A data-aware implementation of java.awt.TextArea.
DBTextField() - Constructor for class com.linxpda.dbaware.awt.DBTextField
 
DBTextField(int) - Constructor for class com.linxpda.dbaware.awt.DBTextField
 
DBTextField(String) - Constructor for class com.linxpda.dbaware.awt.DBTextField
 
DBTextField(String, int) - Constructor for class com.linxpda.dbaware.awt.DBTextField
 
DECIMAL - Static variable in class com.linxpda.dbaware.awt.DBNumericField
Denotes this NumericFields ability to allow decimals values
decimals - Variable in class com.linxpda.dbaware.awt.DBNumericField
 
deleteEntry() - Method in class com.linxpda.dbaware.awt.DBRootPanel
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.awt.DBTextField
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBCheckbox
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBRadiobox
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBList
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBContainer
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBRadioGroup
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBTextArea
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBScrollPanel
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBNumericField
 
getColumnLabel() - Method in class com.linxpda.dbaware.awt.DBChoice
 
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.awt.DBRootPanel
Returns the index of the currently displayed entry.
getDecimalsAllowed() - Method in class com.linxpda.dbaware.awt.DBNumericField
Returns the current number of decimals allowed in this DBNumericField.
getFileName() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Return the filename of the PJODe database administered by this DBRootPanel.
getFloat() - Method in class com.linxpda.dbaware.awt.DBNumericField
Returns the value of this NumericField as a float
getInt() - Method in class com.linxpda.dbaware.awt.DBNumericField
Returns the value of this NumericField as an int
getObjectCount() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Returns the total number of entries in the current ResultSet held by this DBRootPane.
getRemoteURL() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Return the remote url of the PJODeRMIServer that will be supplying access to the PJODe database.
getSelectedRadiobox() - Method in class com.linxpda.dbaware.awt.DBRadioGroup
Returns the DBRadiobox that is currently selected.
getType() - Method in class com.linxpda.dbaware.awt.DBNumericField
Returns the current mode for this DBNumericField.
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.awt.DBTextField
 
getValue() - Method in class com.linxpda.dbaware.awt.DBCheckbox
 
getValue() - Method in class com.linxpda.dbaware.awt.DBRadiobox
 
getValue() - Method in class com.linxpda.dbaware.awt.DBList
 
getValue() - Method in class com.linxpda.dbaware.awt.DBContainer
 
getValue() - Method in class com.linxpda.dbaware.awt.DBRadioGroup
 
getValue() - Method in class com.linxpda.dbaware.awt.DBTextArea
 
getValue() - Method in class com.linxpda.dbaware.awt.DBScrollPanel
 
getValue() - Method in class com.linxpda.dbaware.awt.DBNumericField
 
getValue() - Method in class com.linxpda.dbaware.awt.DBChoice
 
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.awt.DBNumericField
Denotes this NumericFields ability to allow only integer values
isRemote() - Method in class com.linxpda.dbaware.awt.DBRootPanel
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.awt.DBRadioGroup
Used to hear selection events from the DBRadiobox components in this group.

R

reset() - Method in interface com.linxpda.dbaware.DBAware
Resets the component upon a request to clear screen from a DBRootPanel.
reset() - Method in class com.linxpda.dbaware.awt.DBTextField
 
reset() - Method in class com.linxpda.dbaware.awt.DBCheckbox
 
reset() - Method in class com.linxpda.dbaware.awt.DBRadiobox
 
reset() - Method in class com.linxpda.dbaware.awt.DBList
 
reset() - Method in class com.linxpda.dbaware.awt.DBContainer
 
reset() - Method in class com.linxpda.dbaware.awt.DBRadioGroup
Resets the default DBRadiobox to 'on' and all others to 'off'.
reset() - Method in class com.linxpda.dbaware.awt.DBTextArea
 
reset() - Method in class com.linxpda.dbaware.awt.DBScrollPanel
 
reset() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Clears the screen by clearing all text components and checkboxes and returning choice, list and radio components to their default values.
reset() - Method in class com.linxpda.dbaware.awt.DBNumericField
 
reset() - Method in class com.linxpda.dbaware.awt.DBChoice
 

S

search() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Uses the current data as a search Entry.
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.awt.DBTextField
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBCheckbox
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBRadiobox
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBList
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBContainer
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBRadioGroup
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBTextArea
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBScrollPanel
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBNumericField
 
setColumnLabel(String) - Method in class com.linxpda.dbaware.awt.DBChoice
 
setDecimalsAllowed(int) - Method in class com.linxpda.dbaware.awt.DBNumericField
Sets the number of digits allowed after a decimal.
setDefault(DBRadiobox) - Method in class com.linxpda.dbaware.awt.DBRadioGroup
Sets which DBRadiobox is the default value for this group.
setFileName(String) - Method in class com.linxpda.dbaware.awt.DBRootPanel
Set the PJODe database from which this DBRootPanel will read and write it's data.
setGroup(DBRadioGroup) - Method in class com.linxpda.dbaware.awt.DBRadiobox
 
setRemoteURL(String) - Method in class com.linxpda.dbaware.awt.DBRootPanel
Set the remote url of the PJODeRMIServer that povides access to the PJODe database.
setSelectedRadiobox(String) - Method in class com.linxpda.dbaware.awt.DBRadioGroup
Sets which DBRadiobox in this group is to be selected.
setText(String) - Method in class com.linxpda.dbaware.awt.DBNumericField
Overrides setText from java.awt.TextField to make this text subject to the same rules as typed text.
setType(int) - Method in class com.linxpda.dbaware.awt.DBNumericField
Sets the NumericFields type.
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.awt.DBTextField
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBCheckbox
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBRadiobox
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBList
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBContainer
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBRadioGroup
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBTextArea
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBScrollPanel
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBNumericField
 
setValue(Entry) - Method in class com.linxpda.dbaware.awt.DBChoice
 
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.awt.DBRootPanel
Shows the first Entry in the current ResultSet.
showLastEntry() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Shows the last Entry in the current ResultSet.
showNextEntry() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Shows the next available Entry in the current ResultSet if available.
showPreviousEntry() - Method in class com.linxpda.dbaware.awt.DBRootPanel
Shows the previous Entry in the currentResultSet if available.

T

type - Variable in class com.linxpda.dbaware.awt.DBNumericField
 

U

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

A C D E G H I R S T U