|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model.Listener | |
---|---|
net.sf.borg.model | The Model package and its sub-packages provide the data model layer for borg |
net.sf.borg.ui | The UI package and its sub-packages provide the BORG Swing UI. |
net.sf.borg.ui.address | Provides UI classes for Addresses |
net.sf.borg.ui.calendar | the calendar package contains UI classes for the calendar views and appointments |
net.sf.borg.ui.link | UI for Links |
net.sf.borg.ui.memo | UI for memos. |
net.sf.borg.ui.options | Provides the UI for editing Program Options |
net.sf.borg.ui.popup | Contains the classes that produce and manage the Reminder Popup Windows |
net.sf.borg.ui.task | UI classes that handle Tasks and related classes (Tasks, Projects, Subtasks, Tasklog) |
Uses of Model.Listener in net.sf.borg.model |
---|
Classes in net.sf.borg.model that implement Model.Listener | |
---|---|
class |
AppointmentModel
the appointment model provides the model layer APIs for working with Appointment Entities |
class |
TaskModel
TaksModel manages all of the task related entities - Task, Project, Subtask, and Tasklog |
Methods in net.sf.borg.model with parameters of type Model.Listener | |
---|---|
void |
Model.addListener(Model.Listener listener)
Adds a listener. |
void |
Model.removeListener(Model.Listener listener)
Removes a listener. |
Uses of Model.Listener in net.sf.borg.ui |
---|
Classes in net.sf.borg.ui that implement Model.Listener | |
---|---|
class |
CategoryChooser
UI for choosing which categories to display and which to hide |
class |
DockableView
The Class DockableView is the base class for panels that can appear as stand-alone windows or tabs in the main view and can be docked/undocked at runtime. |
(package private) class |
InfoView
dockable view that shows informational text or html to the user in a scrollable pane |
class |
MultiView
This is the main Borg UI class. |
class |
SearchView
UI for searching records. |
class |
View
base class for borg views. |
Uses of Model.Listener in net.sf.borg.ui.address |
---|
Classes in net.sf.borg.ui.address that implement Model.Listener | |
---|---|
class |
AddressView
UI for editing a single address record. |
class |
AddrListView
UI that displays the address book in tabular form and allows actions to be taken on addresses |
Uses of Model.Listener in net.sf.borg.ui.calendar |
---|
Classes in net.sf.borg.ui.calendar that implement Model.Listener | |
---|---|
class |
AppointmentListView
AppointmentListView provides a UI for editing the appoitnments for a day. |
class |
TodoView
Dockable window that shows a sorted list of all todos, allows the user to take action on the todos, and lets the user quickly enter a new todo |
Uses of Model.Listener in net.sf.borg.ui.link |
---|
Classes in net.sf.borg.ui.link that implement Model.Listener | |
---|---|
class |
LinkPanel
Panel for managing links. |
Uses of Model.Listener in net.sf.borg.ui.memo |
---|
Classes in net.sf.borg.ui.memo that implement Model.Listener | |
---|---|
class |
MemoPanel
UI for editing memos. |
Uses of Model.Listener in net.sf.borg.ui.options |
---|
Classes in net.sf.borg.ui.options that implement Model.Listener | |
---|---|
class |
OptionsView
UI for editing BORG options |
Uses of Model.Listener in net.sf.borg.ui.popup |
---|
Classes in net.sf.borg.ui.popup that implement Model.Listener | |
---|---|
class |
ReminderList
ReminderList is a UI to show the list of reminders managed by the ReminderListManager. |
class |
ReminderListManager
A Reminder List Manager. |
class |
ReminderManager
Abstract Base class for managing reminders. |
(package private) class |
ReminderPopup
Popop window for a single Reminder |
class |
ReminderPopupManager
Manages the lifecycle of Reminder Popup windows. |
Uses of Model.Listener in net.sf.borg.ui.task |
---|
Classes in net.sf.borg.ui.task that implement Model.Listener | |
---|---|
class |
ProjectPanel
shows a list of projects in a table |
class |
ProjectTreePanel
Presents a split pane showing a tree of projects, subprojects, and tasks on the left and the select item's details on the right. |
class |
ProjectView
UI for viewing and editing a single project |
class |
TaskConfigurator
UI for editing task types, their state transitions, and pre-defined subtasks |
(package private) class |
TaskListPanel
Shows a table of tasks action buttons. |
class |
TaskView
UI for Viewing and Editing individual Tasks and their Subtasks |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |