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

LastName

String LastName

Nickname

String Nickname

Email

String Email

ScreenName

String ScreenName

WorkPhone

String WorkPhone

HomePhone

String HomePhone

Fax

String Fax

Pager

String Pager

StreetAddress

String StreetAddress

City

String City

State

String State

Zip

String Zip

Country

String Country

Company

String Company

WorkStreetAddress

String WorkStreetAddress

WorkCity

String WorkCity

WorkState

String WorkState

WorkZip

String WorkZip

WorkCountry

String WorkCountry

WebPage

String WebPage

Notes

String Notes

Birthday

Date Birthday

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

serialVersionUID: 7225675837209156249L

Serialized Fields

Date

Date Date

Duration

Integer Duration
The Duration in minutes


Text

String 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

RepeatFlag

boolean RepeatFlag

Category

String 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

priority

Integer priority

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

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

MemoText

String MemoText

Created

Date Created

Updated

Date Updated

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

serialVersionUID: -3250115693306817331L

Serialized Fields

StartDate

Date StartDate

DueDate

Date DueDate

Description

String Description

Category

String Category

Status

String Status

Parent

Integer Parent

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

serialVersionUID: -5794908342032518360L

Serialized Fields

StartDate

Date StartDate

CloseDate

Date CloseDate

DueDate

Date DueDate

Description

String Description

Task

Integer Task

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

serialVersionUID: -8980203293028263282L

Serialized Fields

StartDate

Date StartDate

CompletionDate

Date CompletionDate

DueDate

Date DueDate

PersonAssigned

String PersonAssigned

Priority

Integer Priority

State

String State

Type

String Type

Description

String Description

Resolution

String Resolution

Category

String Category

Project

Integer Project

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

serialVersionUID: -7296390517941361874L

Serialized Fields

logTime

Date logTime

Description

String Description

Task

Integer 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

mainMenu

MainMenu mainMenu
main menu bar


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.


wholeWordBox

JCheckBox wholeWordBox

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

prioritySpinner

JSpinner prioritySpinner

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

nTimesValue

JSpinner nTimesValue

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 DockableView 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.


todoPrioritySpinner

JSpinner todoPrioritySpinner
Spinner for todo priority.


user_colors

boolean user_colors
cached copy of user-colors preference


totalLabel

JLabel totalLabel

Class net.sf.borg.ui.calendar.WeekPanel extends DockableView 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 DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

nav

NavPanel nav

yearPanel

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

Package net.sf.borg.ui.checklist

Class net.sf.borg.ui.checklist.CheckListPanel extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultTextRenderer

TableCellRenderer defaultTextRenderer

checkListListTable

StripedTable checkListListTable
The checkList list table.


editedCheckListIndex

int editedCheckListIndex
The edited checkList index.


isCheckListEdited

boolean isCheckListEdited
is checkList changed flag.


itemTable

StripedTable itemTable
The table of checklist items.


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 DockableView 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

prioritySortBox

JCheckBox prioritySortBox

doyBox

JCheckBox doyBox

hide_strike_box

JCheckBox hide_strike_box

holiday1

JCheckBox holiday1

iso8601Box

JCheckBox iso8601Box

lnfBox

JComboBox lnfBox

themeBox

JComboBox themeBox

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_defaultBg

ColorChooserButton btn_ucs_defaultBg

btn_ucs_defaultFg

ColorChooserButton btn_ucs_defaultFg

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

btn_tray_fg

ColorChooserButton btn_tray_fg

btn_tray_bg

ColorChooserButton btn_tray_bg

cb_ucs_marktodo

JCheckBox cb_ucs_marktodo

cb_ucs_ontodo

JCheckBox cb_ucs_ontodo

gradientApptBox

JCheckBox gradientApptBox

tf_ucs_marker

JTextField tf_ucs_marker

themeChooser

JComboBox themeChooser

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

h2Button

JRadioButton h2Button

hsqldbdir

JTextField hsqldbdir

h2dir

JTextField h2dir

hsqldbPanel

JPanel hsqldbPanel

h2Panel

JPanel h2Panel

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

yearFontText

JTextField yearFontText

printFontText

JTextField printFontText

defaultFontText

JTextField defaultFontText

trayFontText

JTextField trayFontText

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

dynamicLoading

JCheckBox dynamicLoading

shutdownAction

JComboBox shutdownAction

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

taskAbbrevBox

JCheckBox taskAbbrevBox

taskTreeStatusBox

JCheckBox taskTreeStatusBox

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

serialVersionUID: -4357089819869820396L

Serialized Fields

todoQuickEntryAutoClearTextField

JCheckBox todoQuickEntryAutoClearTextField
If set, the text field is cleared on creation of a new todo item.


todoQuickEntryAutoSetDateField

JCheckBox todoQuickEntryAutoSetDateField
If set, the date field is defaulted to today's date initially and after creating a new todo item.


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.


popupOptionsListener

PopupOptionsView.PopupOptionsListener popupOptionsListener
The parent component


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

reminderTable

JTable reminderTable

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

projectTree

JTree projectTree
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.


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.TaskModule extends DockableView implements Serializable

serialVersionUID: 1L

Serialized Fields

taskTabs

JTabbedPane taskTabs
the task tabs managed by thsi module - which are all subtabs on the MultiView's task tab

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

stripeColor

Color stripeColor

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 December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae