Serialized Form


Package net.sf.borg.common

Class net.sf.borg.common.Warning extends Exception implements Serializable

serialVersionUID: -1336329298335625745L


Package net.sf.borg.model.entity

Class net.sf.borg.model.entity.Address extends KeyedEntity<Address> implements Serializable

serialVersionUID: 1996612351860988688L

Serialized Fields

FirstName

String FirstName
The First name.


LastName

String LastName
The Last name.


Nickname

String Nickname
The Nickname.


Email

String Email
The Email.


ScreenName

String ScreenName
The Screen name.


WorkPhone

String WorkPhone
The Work phone.


HomePhone

String HomePhone
The Home phone.


Fax

String Fax
The Fax.


Pager

String Pager
The Pager.


StreetAddress

String StreetAddress
The Street address.


City

String City
The City.


State

String State
The State.


Zip

String Zip
The Zip.


Country

String Country
The Country.


Company

String Company
The Company.


WorkStreetAddress

String WorkStreetAddress
The Work street address.


WorkCity

String WorkCity
The Work city.


WorkState

String WorkState
The Work state.


WorkZip

String WorkZip
The Work zip.


WorkCountry

String WorkCountry
The Work country.


WebPage

String WebPage
The Web page.


Notes

String Notes
The Notes.


Birthday

Date Birthday
The Birthday.

Class net.sf.borg.model.entity.Appointment extends EncryptableEntity<Appointment> implements Serializable

serialVersionUID: 7225675837209156249L

Serialized Fields

Date

Date Date
The Date.


Duration

Integer Duration
The Duration in minutes


Text

String Text
The appointment Text.


SkipList

Vector<E> SkipList
The Skip list. - a list of repeat occurrences that are marked as skipped.


NextTodo

Date NextTodo
The Next todo - the date of the next todo for repeating todos


Vacation

Integer Vacation
The Vacation flag - 0 = not vacation 1 = vacation day, 2 = half day


Holiday

Integer Holiday
The Holiday flag (1 = holiday)


Private

boolean Private
The Private flag (1 = private)


Times

Integer Times
The number of Repeat Times.


Frequency

String Frequency
The repeat Frequency.


Todo

boolean Todo
The Todo flag.


Color

String Color
The Color.


RepeatFlag

boolean RepeatFlag
The Repeat flag.


Category

String Category
The Category.


ReminderTimes

String ReminderTimes
The Reminder times. See ReminderTimes.java


Untimed

String Untimed
The Untimed flag.Y = untimed provides a positive indication that an appointment has no specific time of day


repeatUntil

Date repeatUntil

Class net.sf.borg.model.entity.EncryptableEntity extends KeyedEntity<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

encrypted

boolean encrypted
encryption flag - indicates if an entity instance is encrypted. It is stored in the database

Class net.sf.borg.model.entity.KeyedEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key_

int key_
The key_.

Class net.sf.borg.model.entity.Link extends KeyedEntity<Link> implements Serializable

serialVersionUID: 1476303921088473573L

Serialized Fields

ownerKey

Integer ownerKey
The key of the owning KeyedEntity.


ownerType

String ownerType
The type of the KeyedEntity - mapped in LinkModel.java


path

String path
The identifier of the link target - i.e. an entity id, file path, or url


linkType

String linkType
The link type - see LinkModel.LinkType.

Class net.sf.borg.model.entity.Memo extends EncryptableEntity<Memo> implements Serializable

serialVersionUID: -6793670294661709573L

Serialized Fields

MemoName

String MemoName
The Memo name.


MemoText

String MemoText
The Memo text.


Created

Date Created
The creation date.


Updated

Date Updated
The last update date.

Class net.sf.borg.model.entity.Project extends KeyedEntity<Project> implements Serializable

serialVersionUID: -3250115693306817331L

Serialized Fields

StartDate

Date StartDate
The Start date.


DueDate

Date DueDate
The Due date.


Description

String Description
The Description.


Category

String Category
The Category.


Status

String Status
The Status.


Parent

Integer Parent
The Parent.

Class net.sf.borg.model.entity.Subtask extends KeyedEntity<Subtask> implements Serializable

serialVersionUID: -5794908342032518360L

Serialized Fields

StartDate

Date StartDate
The Create date.


CloseDate

Date CloseDate
The Close date.


DueDate

Date DueDate
The Due date.


Description

String Description
The Description.


Task

Integer Task
The Task.

Class net.sf.borg.model.entity.Task extends KeyedEntity<Task> implements Serializable

serialVersionUID: -8980203293028263282L

Serialized Fields

StartDate

Date StartDate
The Start date.


CompletionDate

Date CompletionDate
The completion date


DueDate

Date DueDate
The Due date.


PersonAssigned

String PersonAssigned
The Person assigned.


Priority

Integer Priority
The Priority.


State

String State
The State.


Type

String Type
The Type.


Description

String Description
The Description.


Resolution

String Resolution
The Resolution.


Category

String Category
The Category.


Project

Integer Project
The Project.

Class net.sf.borg.model.entity.Tasklog extends KeyedEntity<Tasklog> implements Serializable

serialVersionUID: -7296390517941361874L

Serialized Fields

logTime

Date logTime
The log time.


Description

String Description
The Description.


Task

Integer Task
The Task.


Package net.sf.borg.ui

Class net.sf.borg.ui.CategoryChooser extends View implements Serializable

serialVersionUID: 1L

Serialized Fields

applyButton

JButton applyButton
The apply button


buttonPanel

JPanel buttonPanel

cbs

ArrayList<E> cbs
category check boxes


checkBoxPanel

JPanel checkBoxPanel

clearAllButton

JButton clearAllButton
The clear button.


delcatMI

JMenuItem delcatMI

dismissButton

JButton dismissButton
The dismiss button.


jScrollPane

JScrollPane jScrollPane

selectAllButton

JButton selectAllButton
The select all button


topPanel

JPanel topPanel

Class net.sf.borg.ui.DockableView extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

frame

JFrame frame
The main frame.

Class net.sf.borg.ui.EntitySelector extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

clearButton

JButton clearButton

fields_

String[] fields_
The names of the entity fields to show in the table


jPanel1

JPanel jPanel1

jScrollPane1

JScrollPane jScrollPane1

jTable1

JTable jTable1

records_

Collection<E> records_
The records_.


selectButton

JButton selectButton

Class net.sf.borg.ui.MultiView extends View implements Serializable

serialVersionUID: 1L

Serialized Fields

bar

JToolBar bar
toolbar


mainMenu

MainMenu mainMenu
the main menu


moduleSet

List<E> moduleSet
Set of all modules ordered by the Module ordering number


tabs_

JTabbedPaneWithCloseIcons tabs_
The tabs


toolBarInsertIndex

int toolBarInsertIndex

Class net.sf.borg.ui.NavPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

label

JButton label
the main navigator label - showing the current date


nav_

NavPanel.Navigator nav_
the attached navigator object

Class net.sf.borg.ui.SearchView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

addressCheckBox

JCheckBox addressCheckBox

apptCheckBox

JCheckBox apptCheckBox

caseSensitiveCheckBox

JCheckBox caseSensitiveCheckBox
The case sensitive check box.


categoryComboBox

JComboBox categoryComboBox
The category combo box.


endDateChooser

com.toedter.calendar.JDateChooser endDateChooser
The end date chooser.


endDateLabel

JLabel endDateLabel
The end date label.


holidayCheckBox

JCheckBox holidayCheckBox
The holiday check box.


linkCheckBox

JCheckBox linkCheckBox
The link check box.


memoCheckBox

JCheckBox memoCheckBox

projectCheckBox

JCheckBox projectCheckBox

repeatCheckBox

JCheckBox repeatCheckBox
The repeat check box.


resultsTable

StripedTable resultsTable
The results table.


searchText

JTextField searchText
The search text.


startDateChooser

com.toedter.calendar.JDateChooser startDateChooser
The start date chooser.


taskCheckBox

JCheckBox taskCheckBox

todoCheckBox

JCheckBox todoCheckBox
The todo check box.


vacationCheckBox

JCheckBox vacationCheckBox
The vacation check box.

Class net.sf.borg.ui.View extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

prefName_

PrefName prefName_
The preference name used for remembering this windows size and position.


Package net.sf.borg.ui.address

Class net.sf.borg.ui.address.AddressView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

addr_

Address addr_

birthdayChooser

com.toedter.calendar.JDateChooser birthdayChooser

cityText

JTextField cityText

companyText

JTextField companyText

countryText

JTextField countryText

emailText

JTextField emailText

faxText

JTextField faxText

firstNameText

JTextField firstNameText

homePageText

JTextField homePageText

lastNameText

JTextField lastNameText

nickNameText

JTextField nickNameText

notesText

JTextArea notesText

pagerText

JTextField pagerText

screenNameText

JTextField screenNameText

stateText

JTextField stateText

streetAddresText

JTextField streetAddresText

webPageText

JTextField webPageText

workCityText

JTextField workCityText

workCountryText

JTextField workCountryText

workPhoneText

JTextField workPhoneText

workStateText

JTextField workStateText

workStreetAddressText

JTextField workStreetAddressText

workZipText

JTextField workZipText

zipCodeText

JTextField zipCodeText

linkPanel

LinkPanel linkPanel

theTabbedPane

JTabbedPane theTabbedPane

Class net.sf.borg.ui.address.AddrListView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

addrs_

Collection<E> addrs_

alAddNew

ActionListener alAddNew

alEdit

ActionListener alEdit

alDelete

ActionListener alDelete

alFind

ActionListener alFind

delbutton

JButton delbutton

editbutton

JButton editbutton

findbutton

JButton findbutton

newbutton

JButton newbutton

tableScrollPane

JScrollPane tableScrollPane

addressTable

StripedTable addressTable

Package net.sf.borg.ui.calendar

Class net.sf.borg.ui.calendar.AppointmentListView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

addButton

JButton addButton

appointmentPanel

AppointmentPanel appointmentPanel

apptTable

StripedTable apptTable

cal_

GregorianCalendar cal_

dateChooser

com.toedter.calendar.JDateChooser dateChooser

copyButton

JButton copyButton

defrend

TableCellRenderer defrend

deleteButton

JButton deleteButton

deleteOneOnlyButton

JButton deleteOneOnlyButton

buttonPanel

JPanel buttonPanel

appointmentListPanel

JPanel appointmentListPanel

apptTableScrollPane

JScrollPane apptTableScrollPane

reminderButton

JButton reminderButton

title_

String title_

Class net.sf.borg.ui.calendar.AppointmentPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

appointmentBodyTextArea

JTextArea appointmentBodyTextArea

apptTitleField

JTextField apptTitleField

linkPanel

LinkPanel linkPanel

categoryBox

JComboBox categoryBox

dateChangeCheckBox

JCheckBox dateChangeCheckBox

colorComboBox

JComboBox colorComboBox

colors

String[] colors

custRemTimes

char[] custRemTimes

day_

int day_

month_

int month_

year_

int year_

dayToggles

JToggleButton[] dayToggles

selectDayButtonPanel

JPanel selectDayButtonPanel

durationHourComboBox

JComboBox durationHourComboBox

durationMinuteComboBox

JComboBox durationMinuteComboBox

repeatFrequencyComboBox

JComboBox repeatFrequencyComboBox

halfDayVacationCheckBox

JCheckBox halfDayVacationCheckBox

holidayCheckBox

JCheckBox holidayCheckBox

currentlyShownAppointmentKey

int currentlyShownAppointmentKey

numberOfDaysSpinner

JSpinner numberOfDaysSpinner

newAppointmentIndicatorLabel

JLabel newAppointmentIndicatorLabel

newdatefield

com.toedter.calendar.JDateChooser newdatefield

untimedCheckBox

JCheckBox untimedCheckBox

popupTimesLabel

JLabel popupTimesLabel

privateCheckBox

JCheckBox privateCheckBox

showRepeatNumberCheckBox

JCheckBox showRepeatNumberCheckBox

numberOfRepeatsSpinner

JSpinner numberOfRepeatsSpinner

amOrPmComboBox

JCheckBox amOrPmComboBox

startHourComboBox

JComboBox startHourComboBox

startMinuteComboBox

JComboBox startMinuteComboBox

todoCheckBox

JCheckBox todoCheckBox

vacationCheckBox

JCheckBox vacationCheckBox

decryptButton

JButton decryptButton
decrypt button


encryptBox

JCheckBox encryptBox
encryption checkbox


untilDate

com.toedter.calendar.JDateChooser untilDate
repeat until date chooser


repeatForeverRadio

JRadioButton repeatForeverRadio
radio buttons to choose between repeat forever, times, and until date


repeatTimesRadio

JRadioButton repeatTimesRadio

repeatUntilRadio

JRadioButton repeatUntilRadio

saveCloseButton

JButton saveCloseButton

saveButton

JButton saveButton

Class net.sf.borg.ui.calendar.DayPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

dp_

net.sf.borg.ui.calendar.DayPanel.DaySubPanel dp_

nav

NavPanel nav

Class net.sf.borg.ui.calendar.MonthPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

nav

NavPanel nav

monthSubPanel

net.sf.borg.ui.calendar.MonthPanel.MonthViewSubPanel monthSubPanel

Class net.sf.borg.ui.calendar.MonthPrintPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

month_

int month_

pages_

int pages_

year_

int year_

Class net.sf.borg.ui.calendar.TodoView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

changeDateAction

ActionListener changeDateAction
The change date action.


doneDeleteAction

ActionListener doneDeleteAction
The done delete action.


doneNoDeleteAction

ActionListener doneNoDeleteAction
The done no delete action.


moveToFollowingDayAction

ActionListener moveToFollowingDayAction
The move to following day action.


categoryComboBox

JComboBox categoryComboBox
The category combo box.


blackToggleButton

JToggleButton blackToggleButton
The black toggle button.


blueToggleButton

JToggleButton blueToggleButton
The blue toggle button.


greenToggleButton

JToggleButton greenToggleButton
The green toggle button.


redToggleButton

JToggleButton redToggleButton
The red toggle button.


whiteToggleButton

JToggleButton whiteToggleButton
The white toggle button.


theTodoList

Collection<E> theTodoList
The todo list.


todoDate

com.toedter.calendar.JDateChooser todoDate
The todo date.


todoTable

StripedTable todoTable
The todo table.


todoText

JTextField todoText
The todo text.


user_colors

boolean user_colors
cached copy of user-colors preference

Class net.sf.borg.ui.calendar.WeekPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

nav

NavPanel nav

wp_

net.sf.borg.ui.calendar.WeekPanel.WeekSubPanel wp_

Class net.sf.borg.ui.calendar.YearPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

nav

NavPanel nav

yearPanel

net.sf.borg.ui.calendar.YearPanel.YearViewSubPanel yearPanel

Package net.sf.borg.ui.link

Class net.sf.borg.ui.link.LinkPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

owningEntity

KeyedEntity<T> owningEntity
the entity that owns the links


linkTable

JTable linkTable
table to show the links


Package net.sf.borg.ui.memo

Class net.sf.borg.ui.memo.MemoPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

dateLabel

JLabel dateLabel
The date label.


editedMemoIndex

int editedMemoIndex
The edited memo index.


isMemoEdited

boolean isMemoEdited
is memo changed flag


memoListTable

StripedTable memoListTable
The memo list table.


memoText

JTextArea memoText
The memo text.


saveButton

JButton saveButton
The save button.


decryptButton

JButton decryptButton
decrypt button


encryptBox

JCheckBox encryptBox
encryption checkbox


searchString

String searchString
find action


Package net.sf.borg.ui.options

Class net.sf.borg.ui.options.AppearanceOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: -2799946173831477902L

Serialized Fields

canadabox

JCheckBox canadabox

colorsortbox

JCheckBox colorsortbox

dock

JCheckBox dock

doyBox

JCheckBox doyBox

hide_strike_box

JCheckBox hide_strike_box

holiday1

JCheckBox holiday1

iso8601Box

JCheckBox iso8601Box

lnfBox

JComboBox lnfBox

localebox

JComboBox localebox

miltime

JCheckBox miltime

mondaycb

JCheckBox mondaycb

privbox

JCheckBox privbox

pubbox

JCheckBox pubbox

truncbox

JCheckBox truncbox

wkendhr

JComboBox wkendhr

wkstarthr

JComboBox wkstarthr

Class net.sf.borg.ui.options.ColorOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: 2184312216077136324L

Serialized Fields

btn_ucs_birthdays

ColorChooserButton btn_ucs_birthdays

btn_ucs_black

ColorChooserButton btn_ucs_black

btn_ucs_blue

ColorChooserButton btn_ucs_blue

btn_ucs_default

ColorChooserButton btn_ucs_default

btn_ucs_green

ColorChooserButton btn_ucs_green

btn_ucs_halfday

ColorChooserButton btn_ucs_halfday

btn_ucs_holiday

ColorChooserButton btn_ucs_holiday

btn_ucs_holidays

ColorChooserButton btn_ucs_holidays

btn_ucs_red

ColorChooserButton btn_ucs_red

btn_ucs_stripe

ColorChooserButton btn_ucs_stripe

btn_ucs_tasks

ColorChooserButton btn_ucs_tasks

btn_ucs_today

ColorChooserButton btn_ucs_today

btn_ucs_vacation

ColorChooserButton btn_ucs_vacation

btn_ucs_weekday

ColorChooserButton btn_ucs_weekday

btn_ucs_weekend

ColorChooserButton btn_ucs_weekend

btn_ucs_white

ColorChooserButton btn_ucs_white

cb_ucs_marktodo

JCheckBox cb_ucs_marktodo

cb_ucs_ontodo

JCheckBox cb_ucs_ontodo

gradientApptBox

JCheckBox gradientApptBox

tf_ucs_marker

JTextField tf_ucs_marker

Class net.sf.borg.ui.options.DatabaseOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: 7695315940556870216L

Serialized Fields

dbDirText

JTextField dbDirText

dbHostText

JTextField dbHostText

dbNameText

JTextField dbNameText

dbPortText

JTextField dbPortText

dbTypeGroup

ButtonGroup dbTypeGroup

dbTypePanel

JPanel dbTypePanel

dbUserText

JTextField dbUserText

hsqldbButton

JRadioButton hsqldbButton

hsqldbdir

JTextField hsqldbdir

hsqldbPanel

JPanel hsqldbPanel

jdbcButton

JRadioButton jdbcButton

jdbcPanel

JPanel jdbcPanel

jdbcText

JTextField jdbcText

jPasswordField1

JPasswordField jPasswordField1

MySQLButton

JRadioButton MySQLButton

mysqlPanel

JPanel mysqlPanel

Class net.sf.borg.ui.options.EncryptionOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: 3485306815964774388L

Serialized Fields

keyStoreText

JTextField keyStoreText

passwordTimeSpinner

JSpinner passwordTimeSpinner

Class net.sf.borg.ui.options.FontOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: -6568983838009839140L

Serialized Fields

monthFontText

JTextField monthFontText

dayFontText

JTextField dayFontText

weekFontText

JTextField weekFontText

printFontText

JTextField printFontText

defaultFontText

JTextField defaultFontText

Class net.sf.borg.ui.options.MiscellaneousOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: 2246952528811147049L

Serialized Fields

backupDir

JTextField backupDir

colorprint

JCheckBox colorprint

socketPort

JTextField socketPort

splashbox

JCheckBox splashbox

stackbox

JCheckBox stackbox

useSysTray

JCheckBox useSysTray

startToSysTray

JCheckBox startToSysTray

dateInSysTray

JCheckBox dateInSysTray

Class net.sf.borg.ui.options.OptionsView extends View implements Serializable

serialVersionUID: 1L

Serialized Fields

applyButton

JButton applyButton

dismissButton

JButton dismissButton

jTabbedPane1

JTabbedPane jTabbedPane1

topPanel

JPanel topPanel

panels

Collection<E> panels

Class net.sf.borg.ui.options.OptionsView.OptionsPanel extends JPanel implements Serializable

serialVersionUID: -4942616624428977307L

Class net.sf.borg.ui.options.TaskOptionsPanel extends OptionsView.OptionsPanel implements Serializable

serialVersionUID: 1192889023921958906L

Serialized Fields

calShowSubtaskBox

JCheckBox calShowSubtaskBox

calShowTaskBox

JCheckBox calShowTaskBox

ganttShowSubtaskBox

JCheckBox ganttShowSubtaskBox

taskAbbrevBox

JCheckBox taskAbbrevBox

taskTreeStatusBox

JCheckBox taskTreeStatusBox

Package net.sf.borg.ui.popup

Class net.sf.borg.ui.popup.PopupOptionsView extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

reminderTimeCheckBoxes

JCheckBox[] reminderTimeCheckBoxes
The reminder time check boxes.


parentAppointmentPanel

AppointmentPanel parentAppointmentPanel
The parent appointment panel.


reminderTimesOnOffArray

char[] reminderTimesOnOffArray
The reminder times on off array.

Class net.sf.borg.ui.popup.ReminderList extends View implements Serializable

serialVersionUID: 1L

Serialized Fields

buttonPanel

JPanel buttonPanel

hideButton

JButton hideButton

doneButton

JButton doneButton

donendButton

JButton donendButton

table

JTable table

Package net.sf.borg.ui.task

Class net.sf.borg.ui.task.ProjectPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

buttonPanel

JPanel buttonPanel
The button panel.


defaultTableCellRenderer

TableCellRenderer defaultTableCellRenderer
The default table cell renderer.


projectTable

StripedTable projectTable
The project table.


projectStatusComboBox

JComboBox projectStatusComboBox
The project status combo box.

Class net.sf.borg.ui.task.ProjectTreePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

isExpanded

boolean isExpanded
true if the state of the tree is expanded - used to refresh in the same state


projmenu

JPopupMenu projmenu
The project popup menu.


rootmenu

JPopupMenu rootmenu
The root node popup menu


showClosedCheckBox

JCheckBox showClosedCheckBox
The show closed.


showClosedTasksCheckBox

JCheckBox showClosedTasksCheckBox

tree

JTree tree
The tree.


treeScrollPane

JScrollPane treeScrollPane
The tree scroll pane.


entityScrollPane

JScrollPane entityScrollPane
The entity Scroll Pane.

Class net.sf.borg.ui.task.ProjectView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

categoryBox

JComboBox categoryBox
The category box.


daysLeftText

JTextField daysLeftText
The days left text.


description

JTextField description
The description.


dueDateChooser

com.toedter.calendar.JDateChooser dueDateChooser
The due date chooser.


projectIdText

JTextField projectIdText
The project id text.


menu

JMenu menu
The menu.


menuBar

JMenuBar menuBar
The menu bar.


saveMenuItem

JMenuItem saveMenuItem
The save menu item.


dismissMenuItem

JMenuItem dismissMenuItem
The dismiss menu item.


linkPanel

LinkPanel linkPanel
The link panel.


openTaskCount

JTextField openTaskCount
The open task count.


parentProjectComboBox

JComboBox parentProjectComboBox
The parent project combo box.


startDateChooser

com.toedter.calendar.JDateChooser startDateChooser
The start date chooser.


statusComboBox

JComboBox statusComboBox
The status combo box.


taskBorder

JPanel taskBorder
The task border.


taskPanel

TaskListPanel taskPanel
The task panel.


windowTitle

String windowTitle
The window title.


totalTaskCount

JTextField totalTaskCount
The total task count.

Class net.sf.borg.ui.task.TaskConfigurator extends View implements Serializable

serialVersionUID: 1L

Serialized Fields

subTaskMenu

JPopupMenu subTaskMenu
The sub task menu.


nextStateList

JList nextStateList
The next state list.


nextStateMenu

JPopupMenu nextStateMenu
The next state menu.


stateList

JList stateList
The state list.


stateMenu

JPopupMenu stateMenu
The state menu.


subTaskList

JList subTaskList
The sub task list.


taskTypes

TaskTypes taskTypes
The task types.


typeList

JList typeList
The type list.


typeMenu

JPopupMenu typeMenu
The typeMenu.

Class net.sf.borg.ui.task.TaskFilterPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

caseSensitiveBox

JCheckBox caseSensitiveBox
The case sensitive box.


filterString

JTextField filterString
The filter string.


projectSelector

JComboBox projectSelector
The project selector.


statusSelector

JComboBox statusSelector
The status selector.


taskList

TaskListPanel taskList
The task list.

Class net.sf.borg.ui.task.TaskView extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

linkPanel

LinkPanel linkPanel
The link panel.


categoryComboBox

JComboBox categoryComboBox
The category combo box.


closeDate

JTextField closeDate
The close date.


daysLeftText

JTextField daysLeftText
The days left text.


defaultDateCellRenderer

TableCellRenderer defaultDateCellRenderer
The default date cell renderer.


defaultIntegerCellRenderer

TableCellRenderer defaultIntegerCellRenderer
The default integer cell renderer.


dueDateChooser

com.toedter.calendar.JDateChooser dueDateChooser
The due date chooser.


parentProject

Integer parentProject
The parent project.


taskIdText

JTextField taskIdText
The task id text.


taskTabbedPanel

JTabbedPane taskTabbedPanel
The task tabbed panel.


descriptionText

JTextArea descriptionText
The description text.


resolutionText

JTextArea resolutionText
The resolution text.


logtable

StripedTable logtable
The log table.


personAssignedText

JTextField personAssignedText
The person assigned text.


priorityText

JComboBox priorityText
The priority text.


projectComboBox

JComboBox projectComboBox
The project combo box.


subTaskTable

StripedTable subTaskTable
The sub task table.


startDateChooser

com.toedter.calendar.JDateChooser startDateChooser
The start date chooser.


statusComboBox

JComboBox statusComboBox
The status combo box.


subTaskIdsToBeDeleted

ArrayList<E> subTaskIdsToBeDeleted
The sub task ids to be deleted.


windowTitle

String windowTitle
The window title.


taskTypeComboBox

JComboBox taskTypeComboBox
The task type combo box.


Package net.sf.borg.ui.util

Class net.sf.borg.ui.util.ColorChooserButton extends JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

colorProperty

Color colorProperty

Class net.sf.borg.ui.util.DateDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

calendar

Calendar calendar
The date.


dateComboBox

com.toedter.calendar.JDateChooser dateComboBox
The date combo box.

Class net.sf.borg.ui.util.InputDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

inputText

JTextField inputText
The input field.

Class net.sf.borg.ui.util.JTabbedPaneWithCloseIcons extends JTabbedPane implements Serializable

serialVersionUID: 1L

Serialized Fields

lastMouseEvent

MouseEvent lastMouseEvent

Class net.sf.borg.ui.util.ModalMessage extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

messageScroll

JScrollPane messageScroll
The message scroll.


messageText

JTextArea messageText
The message text.


okButton

JButton okButton
The ok button.

Class net.sf.borg.ui.util.NwFontChooserS extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

styleList

String[] styleList

sizeList

String[] sizeList

StyleList

net.sf.borg.ui.util.NwFontChooserS.NwList StyleList

FontList

net.sf.borg.ui.util.NwFontChooserS.NwList FontList

SizeList

net.sf.borg.ui.util.NwFontChooserS.NwList SizeList

ob

boolean ob

Class net.sf.borg.ui.util.ScrolledDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

tbl_

JTable tbl_
JTable - if we are showing one

Class net.sf.borg.ui.util.SplashScreen extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

imageLabel

JLabel imageLabel
The image label to show the splash image


statusText

JTextField statusText
The status text.

Class net.sf.borg.ui.util.StripedTable extends JTable implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultBooleanRenderer

TableCellRenderer defaultBooleanRenderer

defaultDateRenderer

TableCellRenderer defaultDateRenderer

defaultStringRenderer

TableCellRenderer defaultStringRenderer

Class net.sf.borg.ui.util.TableSorter extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

tableModel

TableModel tableModel

viewToModel

net.sf.borg.ui.util.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

JTableHeader tableHeader

columnComparators

Map<K,V> columnComparators

sortingColumns

List<E> sortingColumns

tableModelListener

TableModelListener tableModelListener

mouseListener_

MouseAdapter mouseListener_



Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic