|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.bugbase.app.controller.AbsController
Abstract controller providing general methods.
Created: Tue Feb 08 23:39:18 2000
Constructor Summary | |
AbsController()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
focusGained(java.awt.event.FocusEvent e)
|
void |
focusLost(java.awt.event.FocusEvent e)
|
BugReport |
getBugReport()
Get the value of bugReport. |
boolean |
getIgnoreEvents()
Get the value of ignoreEvents. |
java.lang.String |
getProject()
Get the value of project. |
BugBaseServletClient |
getServletClient()
Get the value of servletClient. |
AbsPanel |
getView()
Get the value of view. |
void |
init()
|
void |
itemStateChanged(java.awt.event.ItemEvent e)
|
void |
setBugReport(BugReport v)
Set the value of bugReport. |
void |
setIgnoreEvents(boolean v)
Set the value of ignoreEvents. |
void |
setProject(java.lang.String v)
Set the value of project. |
void |
setServletClient(BugBaseServletClient v)
Set the value of servletClient. |
void |
setView(AbsPanel v)
Set the value of view. |
void |
showError(java.awt.Component parentComponent,
java.lang.Exception e)
Shows up an error dialog with the message of the exception. |
void |
showError(java.lang.Exception e)
Shows up an error dialog with the message of the exception using getView() as parent component. |
void |
showI18NError(java.awt.Component parentComponent,
I18NException e)
Shows up an error dialog with the message of the exception. |
void |
showI18NError(I18NException e)
Shows up an error dialog with the message of the exception using getView() as parent component. |
java.util.Date |
stringToDate(java.lang.String s)
|
void |
tableChanged(javax.swing.event.TableModelEvent e)
Override this method in subclasses. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbsController()
Method Detail |
public void init()
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
e
- a value of type 'FocusEvent'public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
e
- a value of type 'FocusEvent'public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- a value of type 'ActionEvent'public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
e
- a value of type 'ListSelectionEvent'public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
e
- a value of type 'ItemEvent'public void tableChanged(javax.swing.event.TableModelEvent e)
tableChanged
in interface javax.swing.event.TableModelListener
e
- table model eventpublic java.util.Date stringToDate(java.lang.String s) throws java.text.ParseException
public BugReport getBugReport()
public void setBugReport(BugReport v)
v
- Value to assign to bugReport.public AbsPanel getView()
public void setView(AbsPanel v)
v
- Value to assign to view.public java.lang.String getProject()
public void setProject(java.lang.String v)
v
- Value to assign to project.public BugBaseServletClient getServletClient()
public void setServletClient(BugBaseServletClient v)
v
- Value to assign to servletClient.public boolean getIgnoreEvents()
public void setIgnoreEvents(boolean v)
v
- Value to assign to ignoreEvents.public void showError(java.lang.Exception e)
getView()
as parent component.e
- exception that should be shown.public void showI18NError(I18NException e)
getView()
as parent component.e
- exception that should be shown.public void showError(java.awt.Component parentComponent, java.lang.Exception e)
parentComponent
- parent component of the dialog.e
- exception that should be shown.public void showI18NError(java.awt.Component parentComponent, I18NException e)
parentComponent
- parent component of the dialog.e
- exception that should be shown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |