Serialized Form


Package net.provision.soap

Class net.provision.soap.About extends javax.swing.JFrame implements Serializable

Serialized Fields

bugBTN

javax.swing.JButton bugBTN

okBTN

javax.swing.JButton okBTN

proBTN

javax.swing.JButton proBTN

bugLabel

javax.swing.JLabel bugLabel

label

javax.swing.JLabel label

proLabel

javax.swing.JLabel proLabel

Class net.provision.soap.DailyReading extends javax.swing.JDialog implements Serializable

Serialized Fields

storage

net.provision.soap.Storage storage

checked

java.util.Vector<E> checked

verses

java.util.Vector<E> verses

newTestament

javax.swing.JCheckBox[] newTestament

oldTestament

javax.swing.JCheckBox[] oldTestament

Class net.provision.soap.DateButton extends javax.swing.JButton implements Serializable

Serialized Fields

date

java.util.Date date
Date property.


buttonEnabled

boolean buttonEnabled

Class net.provision.soap.DateChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

daysGrid

net.provision.soap.DateChooser.FocusablePanel daysGrid
Day selection control. It is just a panel that can receive the focus. The actual user interaction is driven by the DateChooser class.


calendar

java.util.GregorianCalendar calendar
Auxiliary variable to compute dates.


cancel

javax.swing.JButton cancel
"Cancel" button.


ok

javax.swing.JButton ok
"Ok" button.


month

javax.swing.JComboBox month
Month selection control.


year

javax.swing.JComboBox year
Year selection control.


day

javax.swing.JLabel day
Selected day.


days

javax.swing.JLabel[][] days
Calendar, as a matrix of labels. The first row represents the first week of the month, the second row, the second week, and so on. Each column represents a day of the week, the first is Sunday, and the last is Saturday. The label's text is the number of the corresponding day.


okClicked

boolean okClicked
true if the "Ok" button was clicked to close the dialog box, false otherwise.


lastDay

int lastDay
Last day of the selected month.


offset

int offset
Day of the week (0=Sunday) corresponding to the first day of the selected month. Used to calculate the position, in the calendar (DateChooser.days), corresponding to a given day.

Class net.provision.soap.DateRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

formatter

java.text.DateFormat formatter

Class net.provision.soap.MyDate extends java.util.Date implements Serializable

Class net.provision.soap.PrayerLog extends javax.swing.JFrame implements Serializable

Serialized Fields

c

java.awt.Container c

dateBTN

DateButton dateBTN

prayerTableMDL

javax.swing.table.DefaultTableModel prayerTableMDL

buttonLayout

java.awt.FlowLayout buttonLayout

gb

java.awt.GridBagConstraints gb

cancelBTN

javax.swing.JButton cancelBTN

deleteBTN

javax.swing.JButton deleteBTN

editBTN

javax.swing.JButton editBTN

newBTN

javax.swing.JButton newBTN

saveBTN

javax.swing.JButton saveBTN

buttonPNL

javax.swing.JPanel buttonPNL

prayerTableSP

javax.swing.JScrollPane prayerTableSP

prayerTBL

javax.swing.JTable prayerTBL

answerTXA

javax.swing.JTextArea answerTXA

prayerTXA

javax.swing.JTextArea prayerTXA

rowSM

javax.swing.ListSelectionModel rowSM

storage

net.provision.soap.Storage storage

prayerTableSorter

TableSorter prayerTableSorter

data

java.util.Vector<E> data

newEdit

boolean newEdit

currentItemLocation

int currentItemLocation

selectedRow

int selectedRow

Class net.provision.soap.SOAPGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

tableMDL

javax.swing.table.DefaultTableModel tableMDL

buttonLayout

java.awt.FlowLayout buttonLayout

buttonPNL

javax.swing.JPanel buttonPNL

sorter

TableSorter sorter

blackLineSpaceBDR

javax.swing.border.Border blackLineSpaceBDR

aboutACT

javax.swing.Action aboutACT

aboutMenuACT

javax.swing.Action aboutMenuACT

dailyReadingACT

javax.swing.Action dailyReadingACT

dailyReadingMenuACT

javax.swing.Action dailyReadingMenuACT

deleteACT

javax.swing.Action deleteACT

deleteMenuACT

javax.swing.Action deleteMenuACT

editACT

javax.swing.Action editACT

editMenuACT

javax.swing.Action editMenuACT

exitACT

javax.swing.Action exitACT

exitMenuACT

javax.swing.Action exitMenuACT

newACT

javax.swing.Action newACT

newMenuACT

javax.swing.Action newMenuACT

prayerLogACT

javax.swing.Action prayerLogACT

prayerLogMenuACT

javax.swing.Action prayerLogMenuACT

background

java.awt.Color background

c

java.awt.Container c

currentItem

net.provision.soap.DailyItem currentItem

dateBTN

DateButton dateBTN

gb

java.awt.GridBagConstraints gb

aboutBTN

javax.swing.JButton aboutBTN

cancelBTN

javax.swing.JButton cancelBTN

dailyReadingBTN

javax.swing.JButton dailyReadingBTN

deleteBTN

javax.swing.JButton deleteBTN

editBTN

javax.swing.JButton editBTN

exitBTN

javax.swing.JButton exitBTN

newBTN

javax.swing.JButton newBTN

prayerLogBTN

javax.swing.JButton prayerLogBTN

saveBTN

javax.swing.JButton saveBTN

aboutMNI

javax.swing.JMenuItem aboutMNI

dailyReadingMNI

javax.swing.JMenuItem dailyReadingMNI

deleteMNI

javax.swing.JMenuItem deleteMNI

editMNI

javax.swing.JMenuItem editMNI

exitMNI

javax.swing.JMenuItem exitMNI

newEntryMNI

javax.swing.JMenuItem newEntryMNI

prayerLogMNI

javax.swing.JMenuItem prayerLogMNI

applicationSP

javax.swing.JScrollPane applicationSP

dailyItemsSP

javax.swing.JScrollPane dailyItemsSP

observationSP

javax.swing.JScrollPane observationSP

prayerSP

javax.swing.JScrollPane prayerSP

scriptureSP

javax.swing.JScrollPane scriptureSP

dailyItemsTBL

javax.swing.JTable dailyItemsTBL

applicationTXA

javax.swing.JTextArea applicationTXA

observationTXA

javax.swing.JTextArea observationTXA

prayerTXA

javax.swing.JTextArea prayerTXA

scriptureTXA

javax.swing.JTextArea scriptureTXA

titleTXF

javax.swing.JTextField titleTXF

verseTopicTXF

javax.swing.JTextField verseTopicTXF

rowSM

javax.swing.ListSelectionModel rowSM

storage

net.provision.soap.Storage storage

dailyItems

java.util.Vector<E> dailyItems

currentItemLocation

int currentItemLocation

selectedRow

int selectedRow

Class net.provision.soap.Splash extends javax.swing.JWindow implements Serializable

Serialized Fields

done

boolean done

Class net.provision.soap.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

tableHeader

javax.swing.table.JTableHeader tableHeader

sortingColumns

java.util.List<E> sortingColumns

columnComparators

java.util.Map<K,V> columnComparators

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

modelToView

int[] modelToView

viewToModel

net.provision.soap.TableSorter.Row[] viewToModel