openfuture.bugbase.app.controller
Class BugsOverviewController

java.lang.Object
  |
  +--openfuture.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

Main controller of BugReportsOverview.

Created: Sat Feb 05 15:04:41 2000

Version:
$Revision: 1.6 $
Author:
Wolfgang Reissenberger

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

BugsOverviewController

public BugsOverviewController(java.lang.String project,
                              User user,
                              BugBaseServletClient servletClient,
                              java.applet.AppletContext context,
                              java.lang.String attachmentsURL)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Refresh the view, if a new selection occured.
Overrides:
valueChanged in class AbsController
Parameters:
e - list selection event.

tableChanged

public void tableChanged(javax.swing.event.TableModelEvent e)
Refresh the view, if a new selection occured.
Overrides:
tableChanged in class AbsController
Parameters:
e - table model event

getBugReportList

public java.util.LinkedList getBugReportList()
Get the value of bugReportList.
Returns:
Value of bugReportList.

setBugReportList

public void setBugReportList(java.util.LinkedList v)
Set the value of bugReportList.
Parameters:
v - Value to assign to bugReportList.

getFilterReported

public java.lang.Boolean getFilterReported()
Get the value of filterReported.
Returns:
Value of filterReported.

setFilterReported

public void setFilterReported(java.lang.Boolean v)
Set the value of filterReported.
Parameters:
v - Value to assign to filterReported.

getFilterStarted

public java.lang.Boolean getFilterStarted()
Get the value of filterStarted.
Returns:
Value of filterStarted.

setFilterStarted

public void setFilterStarted(java.lang.Boolean v)
Set the value of filterStarted.
Parameters:
v - Value to assign to filterStarted.

getFilterFixed

public java.lang.Boolean getFilterFixed()
Get the value of filterFixed.
Returns:
Value of filterFixed.

setFilterFixed

public void setFilterFixed(java.lang.Boolean v)
Set the value of filterFixed.
Parameters:
v - Value to assign to filterFixed.

getFilterRejected

public java.lang.Boolean getFilterRejected()
Get the value of filterRejected.
Returns:
Value of filterRejected.

setFilterRejected

public void setFilterRejected(java.lang.Boolean v)
Set the value of filterRejected.
Parameters:
v - Value to assign to filterRejected.

getAppletContext

public java.applet.AppletContext getAppletContext()
Get the value of appletContext.
Returns:
Value of appletContext.

setAppletContext

public void setAppletContext(java.applet.AppletContext v)
Set the value of appletContext.
Parameters:
v - Value to assign to appletContext.

getAttachmentsURL

public java.lang.String getAttachmentsURL()
Get the value of attachmentsURL.
Returns:
Value of attachmentsURL.

setAttachmentsURL

public void setAttachmentsURL(java.lang.String v)
Set the value of attachmentsURL.
Parameters:
v - Value to assign to attachmentsURL.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.