|
|||||||||
Home >> All >> openfuture >> bugbase >> app >> [ controller overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.app.controller
Class BugsOverviewController

java.lang.Objectopenfuture.bugbase.app.controller.AbsController
openfuture.bugbase.app.controller.BugReportController
openfuture.bugbase.app.controller.BugsOverviewController
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener, java.awt.event.ItemListener, javax.swing.event.ListSelectionListener, javax.swing.event.TableModelListener
- public class BugsOverviewController
- extends BugReportController
BugsOverviewController.java Created: Sat Feb 05 15:04:41 2000
- Version:
- $Revision: 1.3 $
Field Summary | |
private java.applet.AppletContext |
appletContext
|
private java.lang.String |
attachmentsURL
|
private java.util.LinkedList |
bugReportList
|
private java.lang.Boolean |
filterFixed
|
private java.lang.Boolean |
filterRejected
|
private java.lang.Boolean |
filterReported
|
private java.lang.Boolean |
filterStarted
|
Fields inherited from class openfuture.bugbase.app.controller.BugReportController |
|
Fields inherited from class openfuture.bugbase.app.controller.AbsController |
|
Constructor Summary | |
BugsOverviewController(java.lang.String project,
openfuture.bugbase.domain.User user,
openfuture.bugbase.servlet.BugBaseServletClient servletClient,
java.applet.AppletContext context,
java.lang.String attachmentsURL)
|
Method Summary | |
java.applet.AppletContext |
getAppletContext()
Get the value of appletContext. |
java.lang.String |
getAttachmentsURL()
Get the value of attachmentsURL. |
java.util.LinkedList |
getBugReportList()
Get the value of bugReportList. |
java.lang.Boolean |
getFilterFixed()
Get the value of filterFixed. |
java.lang.Boolean |
getFilterRejected()
Get the value of filterRejected. |
java.lang.Boolean |
getFilterReported()
Get the value of filterReported. |
java.lang.Boolean |
getFilterStarted()
Get the value of filterStarted. |
(package private) void |
handleEvents(java.awt.AWTEvent event,
java.lang.Object source,
java.lang.String name)
|
void |
setAppletContext(java.applet.AppletContext v)
Set the value of appletContext. |
void |
setAttachmentsURL(java.lang.String v)
Set the value of attachmentsURL. |
void |
setBugReportList(java.util.LinkedList v)
Set the value of bugReportList. |
void |
setFilterFixed(java.lang.Boolean v)
Set the value of filterFixed. |
void |
setFilterRejected(java.lang.Boolean v)
Set the value of filterRejected. |
void |
setFilterReported(java.lang.Boolean v)
Set the value of filterReported. |
void |
setFilterStarted(java.lang.Boolean v)
Set the value of filterStarted. |
private java.lang.Boolean |
setStatus(java.lang.String status)
|
void |
tableChanged(javax.swing.event.TableModelEvent e)
Refresh the view, if a new selection occured. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Refresh the view, if a new selection occured. |
Methods inherited from class openfuture.bugbase.app.controller.BugReportController |
getDoctors, getGroups, getPackages, getUser, getUser, getUsers, setDoctors, setGroups, setPackages, setUser, setUsers |
Methods inherited from class openfuture.bugbase.app.controller.AbsController |
actionPerformed, focusGained, focusLost, getBugReport, getIgnoreEvents, getProject, getServletClient, getView, init, itemStateChanged, setBugReport, setIgnoreEvents, setProject, setServletClient, setView, showError, showError, stringToDate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
bugReportList
private java.util.LinkedList bugReportList
appletContext
private java.applet.AppletContext appletContext
attachmentsURL
private java.lang.String attachmentsURL
filterReported
private java.lang.Boolean filterReported
filterStarted
private java.lang.Boolean filterStarted
filterFixed
private java.lang.Boolean filterFixed
filterRejected
private java.lang.Boolean filterRejected
Constructor Detail |
BugsOverviewController
public BugsOverviewController(java.lang.String project, openfuture.bugbase.domain.User user, openfuture.bugbase.servlet.BugBaseServletClient servletClient, java.applet.AppletContext context, java.lang.String attachmentsURL)
Method Detail |
handleEvents
void handleEvents(java.awt.AWTEvent event, java.lang.Object source, java.lang.String name)
- Overrides:
handleEvents
in classBugReportController
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Refresh the view, if a new selection occured.
- Specified by:
valueChanged
in interfacejavax.swing.event.ListSelectionListener
- Overrides:
valueChanged
in classAbsController
tableChanged
public void tableChanged(javax.swing.event.TableModelEvent e)
- Refresh the view, if a new selection occured.
- Specified by:
tableChanged
in interfacejavax.swing.event.TableModelListener
- Overrides:
tableChanged
in classAbsController
getBugReportList
public java.util.LinkedList getBugReportList()
- Get the value of bugReportList.
setBugReportList
public void setBugReportList(java.util.LinkedList v)
- Set the value of bugReportList.
getFilterReported
public java.lang.Boolean getFilterReported()
- Get the value of filterReported.
setFilterReported
public void setFilterReported(java.lang.Boolean v)
- Set the value of filterReported.
getFilterStarted
public java.lang.Boolean getFilterStarted()
- Get the value of filterStarted.
setFilterStarted
public void setFilterStarted(java.lang.Boolean v)
- Set the value of filterStarted.
getFilterFixed
public java.lang.Boolean getFilterFixed()
- Get the value of filterFixed.
setFilterFixed
public void setFilterFixed(java.lang.Boolean v)
- Set the value of filterFixed.
getFilterRejected
public java.lang.Boolean getFilterRejected()
- Get the value of filterRejected.
setFilterRejected
public void setFilterRejected(java.lang.Boolean v)
- Set the value of filterRejected.
setStatus
private java.lang.Boolean setStatus(java.lang.String status)
getAppletContext
public java.applet.AppletContext getAppletContext()
- Get the value of appletContext.
setAppletContext
public void setAppletContext(java.applet.AppletContext v)
- Set the value of appletContext.
getAttachmentsURL
public java.lang.String getAttachmentsURL()
- Get the value of attachmentsURL.
setAttachmentsURL
public void setAttachmentsURL(java.lang.String v)
- Set the value of attachmentsURL.
|
|||||||||
Home >> All >> openfuture >> bugbase >> app >> [ controller overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |