public class LoginController extends AbstractGenericController<LoginModel,LoginView> implements WindowListener
| Constructor and Description |
|---|
LoginController(LoginDialog dialog) |
| Modifier and Type | Method and Description |
|---|---|
protected LoginModel |
getLoginModel() |
protected LoginPanel |
getLoginPanel() |
protected LoginView |
getLoginView() |
String |
getName()
Gets the name from the Controller.
|
protected void |
preinitialize()
Preinitialize.
|
void |
process(ActionEvent actionEvent)
Process.
|
void |
windowActivated(WindowEvent e) |
void |
windowClosed(WindowEvent e) |
void |
windowClosing(WindowEvent e) |
void |
windowDeactivated(WindowEvent e) |
void |
windowDeiconified(WindowEvent e) |
void |
windowIconified(WindowEvent e) |
void |
windowOpened(WindowEvent e) |
actionPerformed, getChild, getChildren, getModel, getParent, getView, hasChild, hasChild, initialize, postinitialize, removeChild, removeChild, setChild, setModel, setParent, setViewpublic LoginController(LoginDialog dialog)
protected void preinitialize()
AbstractGenericControllerpreinitialize in class AbstractGenericController<LoginModel,LoginView>public void process(ActionEvent actionEvent)
AbstractGenericControllerprocess in interface Controller<LoginModel,LoginView>process in class AbstractGenericController<LoginModel,LoginView>actionEvent - the eventprotected LoginView getLoginView()
protected LoginPanel getLoginPanel()
protected LoginModel getLoginModel()
public String getName()
ControllergetName in interface Controller<LoginModel,LoginView>getName in class AbstractGenericController<LoginModel,LoginView>public void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerpublic void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenerCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.