Serialized Form


Package net.sf.advjavacalendar

Class net.sf.advjavacalendar.CalendarFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

m_TableView

CalendarTableView m_TableView
Tableview of the application


Package net.sf.advjavacalendar.action

Class net.sf.advjavacalendar.action.AddItemAction extends javax.swing.AbstractAction implements Serializable

Class net.sf.advjavacalendar.action.EditItemAction extends javax.swing.AbstractAction implements Serializable

Class net.sf.advjavacalendar.action.ExitAction extends javax.swing.AbstractAction implements Serializable


Package net.sf.advjavacalendar.common

Class net.sf.advjavacalendar.common.AbstractDialogView extends javax.swing.JDialog implements Serializable

Serialized Fields

m_Instance

CalendarApplication m_Instance
Holds a reference to the calendar application


m_CommandValue

CommandHolder.CommandValue m_CommandValue
Hold the value of current CommandValue


m_Model

Model m_Model
Holds the model of the view

Class net.sf.advjavacalendar.common.AbstractView extends javax.swing.JPanel implements Serializable

Serialized Fields

m_Instance

CalendarApplication m_Instance
Holds a reference to the calendar application


m_Model

Model m_Model
Holds the model of the view

Class net.sf.advjavacalendar.common.CalendarItemUI extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

m_Start

java.util.Date m_Start
The date of the entry


m_Name

java.lang.String m_Name
Short description of the entry


m_Duration

java.lang.Long m_Duration
Duration of the Item


m_Source

Data m_Source
Reference of the source where this item is from

Class net.sf.advjavacalendar.common.NavigationSettings extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

m_Month

java.lang.String m_Month
The current selected month


m_Year

java.lang.Integer m_Year
The current selected year


m_Search

java.lang.String m_Search
The search string


Package net.sf.advjavacalendar.data

Class net.sf.advjavacalendar.data.DataException extends java.lang.Exception implements Serializable


Package net.sf.advjavacalendar.dialog

Class net.sf.advjavacalendar.dialog.CalendarItemDialog extends AbstractDialogView<CalendarItemDialogModel> implements Serializable

Serialized Fields

m_DurationCombo

javax.swing.JComboBox m_DurationCombo
Textfield for the description


m_dateField

org.jdesktop.swingx.JXDatePicker m_dateField
Datepicker for selecting the date of the entry


m_nameField

javax.swing.JTextField m_nameField
Textfield for the entries name

Class net.sf.advjavacalendar.dialog.CalendarItemDialogModel extends com.jgoodies.binding.PresentationModel<CalendarItem> implements Serializable

Serialized Fields

m_Model

com.jgoodies.binding.list.SelectionInList<E> m_Model
SelectionInList for the duration combobox


Package net.sf.advjavacalendar.view

Class net.sf.advjavacalendar.view.CalendarNavigationView extends AbstractView<CalendarNavigationViewModel> implements Serializable

Serialized Fields

m_MonthBox

javax.swing.JComboBox m_MonthBox
The Combobox for the months


m_YearBox

javax.swing.JComboBox m_YearBox
The Combobox for the years


m_SearchField

javax.swing.JTextField m_SearchField
Field for searching some entries

Class net.sf.advjavacalendar.view.CalendarNavigationViewModel extends com.jgoodies.binding.PresentationModel<NavigationSettings> implements Serializable

Serialized Fields

m_NavigationSettings

NavigationSettings m_NavigationSettings
The value of the selection

Class net.sf.advjavacalendar.view.CalendarTableView extends AbstractView<CalendarTableViewModel> implements Serializable

Serialized Fields

m_Table

org.jdesktop.swingx.JXTable m_Table
The table instance

Class net.sf.advjavacalendar.view.CalendarTableViewModel extends com.jgoodies.binding.PresentationModel<CalendarItem> implements Serializable

Serialized Fields

m_List

com.jgoodies.binding.list.ArrayListModel<E> m_List
The calendar entries


m_Model

com.jgoodies.binding.list.SelectionInList<E> m_Model
The interface between the values and the table itself


m_DoubleClickHandler

TableDoubleClickHandler m_DoubleClickHandler
The double click Handler for the table



Copyright © 2008 null. All Rights Reserved.