|
|||||||||
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.GeneralAdminController
Controller for GeneralAdminView
.
Constructor Summary | |
GeneralAdminController(BugBaseServletClient servletClient,
BugBaseAdminModel adminModel)
|
Method Summary | |
void |
focusGained(java.awt.event.FocusEvent e)
|
java.util.LinkedList |
getGroups()
Get the value of groups. |
java.util.LinkedList |
getProjects()
Get the value of projects. |
UserController |
getUserController()
Get the value of userController. |
java.util.LinkedList |
getUserData()
Get the value of userData. |
void |
handleEvents(java.awt.AWTEvent event,
java.lang.Object source,
java.lang.String name)
|
void |
init()
|
void |
setGroups(java.util.LinkedList v)
Set the value of groups. |
void |
setProjects(java.util.LinkedList v)
Set the value of projects. |
void |
setUserController(UserController v)
Set the value of userController. |
void |
setUserData(java.util.LinkedList v)
Set the value of userData. |
Methods inherited from class openfuture.bugbase.app.controller.AbsController |
actionPerformed, focusLost, getBugReport, getIgnoreEvents, getProject, getServletClient, getView, itemStateChanged, setBugReport, setIgnoreEvents, setProject, setServletClient, setView, showError, showError, showI18NError, showI18NError, stringToDate, tableChanged, valueChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GeneralAdminController(BugBaseServletClient servletClient, BugBaseAdminModel adminModel)
Method Detail |
public void init()
init
in class AbsController
public void handleEvents(java.awt.AWTEvent event, java.lang.Object source, java.lang.String name)
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in class AbsController
openfuture.bugbase.app.controller.AbsController
e
- a value of type 'FocusEvent'public java.util.LinkedList getProjects()
public void setProjects(java.util.LinkedList v)
v
- Value to assign to projects.public java.util.LinkedList getUserData()
public void setUserData(java.util.LinkedList v)
v
- Value to assign to userData.public java.util.LinkedList getGroups()
public void setGroups(java.util.LinkedList v)
v
- Value to assign to groups.public UserController getUserController()
public void setUserController(UserController v)
v
- Value to assign to userController.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |