|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.bugbase.app.controller.AbsController | +--openfuture.bugbase.app.controller.BugReportController | +--openfuture.bugbase.app.controller.BugsOverviewController
Main controller of
BugReportsOverview
.
Constructor Summary | |
BugsOverviewController(java.lang.String project,
User user,
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. |
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. |
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, showI18NError, showI18NError, stringToDate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BugsOverviewController(java.lang.String project, User user, BugBaseServletClient servletClient, java.applet.AppletContext context, java.lang.String attachmentsURL)
Method Detail |
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in class AbsController
e
- list selection event.public void tableChanged(javax.swing.event.TableModelEvent e)
tableChanged
in class AbsController
e
- table model eventpublic java.util.LinkedList getBugReportList()
public void setBugReportList(java.util.LinkedList v)
v
- Value to assign to bugReportList.public java.lang.Boolean getFilterReported()
public void setFilterReported(java.lang.Boolean v)
v
- Value to assign to filterReported.public java.lang.Boolean getFilterStarted()
public void setFilterStarted(java.lang.Boolean v)
v
- Value to assign to filterStarted.public java.lang.Boolean getFilterFixed()
public void setFilterFixed(java.lang.Boolean v)
v
- Value to assign to filterFixed.public java.lang.Boolean getFilterRejected()
public void setFilterRejected(java.lang.Boolean v)
v
- Value to assign to filterRejected.public java.applet.AppletContext getAppletContext()
public void setAppletContext(java.applet.AppletContext v)
v
- Value to assign to appletContext.public java.lang.String getAttachmentsURL()
public void setAttachmentsURL(java.lang.String v)
v
- Value to assign to attachmentsURL.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |