A C F G H I O P Q R S T U V

A

addQueueWorkerListener(QueueWorkerListener) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Does nothing as you cannot listen to this queue worker.
addQueueWorkerListener(QueueWorkerListener) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Does nothing, you cannot listen at this worker.

C

columns - Static variable in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
 
connectQueue(TicketQueue) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Registers the queue that is to be displayed; former queue will be dropped.
connectQueue(TicketQueue) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Connects a ticket queue; results in the (re-)creation of the table model.
createTicketHTMLRepresentation(Ticket) - Static method in class org.tastybug.bugwerk.bugtrail.widget.ticket.HTMLFactory
Returns a HTML table listing the base properties of ticket including the incident count.

F

fireIncidentProcessedEvent(Incident, boolean, String) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Does nothing.
fireIncidentProcessedEvent(Incident, boolean, String) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Does nothing.
fireTicketProcessedEvent(Ticket, boolean, String) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Does nothing.
fireTicketProcessedEvent(Ticket, boolean, String) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Does nothing.

G

getColumnClass(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Returns always String.class.
getColumnClass(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns String.class.
getColumnClass(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Returns String.class.
getColumnCount() - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Returns 2, as 2 columns are to be displayed (property key/value and respectively attachment/path).
getColumnCount() - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns 4.
getColumnCount() - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Returns 2;
getColumnName(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Returns an empty string, no column names available yet.
getColumnName(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns the column name at position col.
getColumnName(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Returns an empty string, no column headers used.
getQueueWorkerListeners() - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Returns an empty array.
getQueueWorkerListeners() - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Returns always an empty array as you cannot listen at this worker.
getRowCount() - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Returns the number of properties + number of attachments.
getRowCount() - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns the number of rows, which is equal to the number of tickets in the connected queue.
getRowCount() - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Returns the number of present base properties.
getTableRow(String, String, boolean) - Static method in class org.tastybug.bugwerk.bugtrail.widget.ticket.HTMLFactory
Returns a eyecandy table row.
getTicketAt(int) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns the ticket at row rowNumber.
getTicketSizeInByte(Ticket) - Static method in class org.tastybug.bugwerk.bugtrail.widget.util.TicketSizeCalculator
Returns the length in bytes of the given ticket, considering the all properties and attachments.
getValueAt(int, int) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Returns a cell value.
getValueAt(int, int) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns a cell value.
getValueAt(int, int) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Returns a table cell value.

H

HTMLFactory - Class in org.tastybug.bugwerk.bugtrail.widget.ticket
This HTML helper class creates HTML tables summarizing the base ticket properties.
HTMLFactory() - Constructor for class org.tastybug.bugwerk.bugtrail.widget.ticket.HTMLFactory
 

I

IncidentTable - Class in org.tastybug.bugwerk.bugtrail.widget.incident
This table displays the content of a given Incident, including the attachments.
IncidentTable(Incident) - Constructor for class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTable
Creates the table upon incident.
IncidentTableModel - Class in org.tastybug.bugwerk.bugtrail.widget.incident
This is the table model of IncidentTable.
IncidentTableModel(Incident) - Constructor for class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Initialises the model, using the content of _incident.
isEditable() - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Returns false.
isEditable() - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Returns false.
isEditable() - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Returns false, the table is not editable.

O

org.tastybug.bugwerk.bugtrail.widget.composition - package org.tastybug.bugwerk.bugtrail.widget.composition
The Inspector is a pane that uses TicketQueueStatisticsTable, TicketQueueTable and TicketDisplayTabPane and thus models a ticket queue viewer.
org.tastybug.bugwerk.bugtrail.widget.incident - package org.tastybug.bugwerk.bugtrail.widget.incident
Contains a table that acts as an incident viewer (IncidentTable).
org.tastybug.bugwerk.bugtrail.widget.queue - package org.tastybug.bugwerk.bugtrail.widget.queue
Contains a table that acts as a ticket viewer (TicketQueueTable) and a table that summarizes the content of the queue, counting all tickets and reported tickets (TicketQueueStatisticsTable).
org.tastybug.bugwerk.bugtrail.widget.ticket - package org.tastybug.bugwerk.bugtrail.widget.ticket
Contains widgets for the presentation of Tickets, namely a JTabbedPane (TicketDisplayTabPane) and a table (TicketTable).
org.tastybug.bugwerk.bugtrail.widget.util - package org.tastybug.bugwerk.bugtrail.widget.util
Utility code package.

P

performAttachementAddedEvent(IncidentChangeListener.AttachmentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTable
Updates the table model, repaints the UI.
performAttachementAddedEvent(IncidentChangeListener.AttachmentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Results in an update of the corresponding incident tab.
performAttachmentRemovedEvent(IncidentChangeListener.AttachmentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTable
Updates the table model, repaints the UI.
performAttachmentRemovedEvent(IncidentChangeListener.AttachmentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Results in an update of the corresponding incident tab.
performIncidentAddedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Updates table model and UI.
performIncidentAddedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Updates table model and UI.
performIncidentAddedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Results in the appendage of a display tab for the new incident
performIncidentAddedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTable
Ignored.
performIncidentChangedEvent(IncidentChangeListener.IncidentChangeEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTable
Updates the table model, repaints the UI.
performIncidentChangedEvent(IncidentChangeListener.IncidentChangeEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Results in an update of the corresponding incident tab.
performIncidentRemovedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Updates table model and UI.
performIncidentRemovedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Updates table model and UI.
performIncidentRemovedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Results in the removal of the corresponding incident tab.
performIncidentRemovedEvent(TicketChangeListener.IncidentEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTable
Ignored.
performTicketAddedEvent(TicketQueueChangeListener.TicketQueueEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Updates table model and UI.
performTicketAddedEvent(TicketQueueChangeListener.TicketQueueEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Updates table model and UI.
performTicketChangedEvent(TicketChangeListener.TicketChangeEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Updates table model and UI.
performTicketChangedEvent(TicketChangeListener.TicketChangeEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Updates table model and UI.
performTicketChangedEvent(TicketChangeListener.TicketChangeEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Results in an update of the base data tab.
performTicketChangedEvent(TicketChangeListener.TicketChangeEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTable
Updates the UI, notifies the model to reread the changed Ticket.
performTicketRemovedEvent(TicketQueueChangeListener.TicketQueueEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Updates table model and UI.
performTicketRemovedEvent(TicketQueueChangeListener.TicketQueueEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Updates table model and UI.
processQueue(boolean) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Updates table model and UI.
processQueue(boolean) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Updates table model and UI.

Q

QueueInspectorPane - Class in org.tastybug.bugwerk.bugtrail.widget.composition
This pane is a composition of 3 widgets: TicketQueueStatisticsTable, TicketQueueTable and TicketDisplayTabPane and thus displays the content of one ticket queue.
QueueInspectorPane() - Constructor for class org.tastybug.bugwerk.bugtrail.widget.composition.QueueInspectorPane
Creates the pane; creates all subwidgets.

R

removeQueueWorkerListener(QueueWorkerListener) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Does nothing as you cannot listen to this queue worker.
removeQueueWorkerListener(QueueWorkerListener) - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Returns always false as you cannot listen at this worker.

S

setQueue(TicketQueue) - Method in class org.tastybug.bugwerk.bugtrail.widget.composition.QueueInspectorPane
Declares the queue that is to be displayed.
setTicket(Ticket) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Sets a new Ticket that is to be displayed.

T

TicketDisplayTabPane - Class in org.tastybug.bugwerk.bugtrail.widget.ticket
This JTabbedPane displays a ticket.
TicketDisplayTabPane(Dimension) - Constructor for class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketDisplayTabPane
Creates the tab pane with TOP tab layout.
TicketQueueStatisticsTable - Class in org.tastybug.bugwerk.bugtrail.widget.queue
This JTable displays the number of all- / unreported tickets in the connected ticket queue.
TicketQueueStatisticsTable() - Constructor for class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueStatisticsTable
Creates the table.
TicketQueueTable - Class in org.tastybug.bugwerk.bugtrail.widget.queue
This table shows the content of a TicketQueue, listing all contained Ticket instances.
TicketQueueTable() - Constructor for class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTable
Initialises the table, using an empty model that is replaced as soon as a ticket queue is connected.
TicketQueueTableModel - Class in org.tastybug.bugwerk.bugtrail.widget.queue
This is the table model of TicketQueueTable.
TicketQueueTableModel(TicketQueue) - Constructor for class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
Creates the model.
TicketSizeCalculator - Class in org.tastybug.bugwerk.bugtrail.widget.util
This helper class calculates the size (in bytes) of Ticket instances.
TicketSizeCalculator() - Constructor for class org.tastybug.bugwerk.bugtrail.widget.util.TicketSizeCalculator
 
TicketTable - Class in org.tastybug.bugwerk.bugtrail.widget.ticket
This class is a JTable based display of the base data of a Ticket.
TicketTable(Ticket) - Constructor for class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTable
Creates the table, displaying the given ticket.
TicketTableModel - Class in org.tastybug.bugwerk.bugtrail.widget.ticket
Models the content of TicketTable.
TicketTableModel(Ticket) - Constructor for class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Creates the model upon the given ticket.

U

update(Incident) - Method in class org.tastybug.bugwerk.bugtrail.widget.incident.IncidentTableModel
Re-reads the incident, as it has changed.
update() - Method in class org.tastybug.bugwerk.bugtrail.widget.queue.TicketQueueTableModel
(Re-)reads all tickets from the queue.
update(Ticket) - Method in class org.tastybug.bugwerk.bugtrail.widget.ticket.TicketTableModel
Re-reads the ticket, as it has changed.

V

valueChanged(ListSelectionEvent) - Method in class org.tastybug.bugwerk.bugtrail.widget.composition.QueueInspectorPane
Propagates the selection changes between the different widgets (e.g.

A C F G H I O P Q R S T U V

Copyright © 2006-2007 TastyBug Development. All Rights Reserved.