public class LoginGui extends AbstractGui implements AuthenticationGui
debugString, m_logoComponent, repaintDelay, swing| Constructor and Description |
|---|
LoginGui() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getApplicationTitle() |
AuthenticationBean |
getAuthenticationBean() |
protected Color |
getDetailColor() |
Object |
getM_authenticationBean() |
CountDownLatch |
getM_latch() |
JPasswordField |
getM_passwordTextField() |
JTextField |
getM_userTextField() |
JPanel |
getMainPanel() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
static void |
main(String... args) |
void |
setAuthenticationBean(AuthenticationBean bean) |
void |
setM_authenticationBean(Object value) |
void |
setM_latch(CountDownLatch value) |
void |
setM_passwordTextField(JPasswordField value) |
void |
setM_userTextField(JTextField value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
String |
toString() |
createAndShowGui, getBackgroundColor, getDefaultButton, getFont, getForegroundColor, getGui, getHeaderFont, getLabelFont, getMainFont, getRenderer, getWindowSize, initUI, repaint, setDefaultButton, setLogoComponent, setUIFont, setWindowSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateAndShowGuipublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractGuipublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractGuipublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractGuipublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractGuipublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractGuipublic Object getM_authenticationBean()
public void setM_authenticationBean(Object value)
public CountDownLatch getM_latch()
public void setM_latch(CountDownLatch value)
public JTextField getM_userTextField()
public void setM_userTextField(JTextField value)
public JPasswordField getM_passwordTextField()
public void setM_passwordTextField(JPasswordField value)
protected Color getDetailColor()
getDetailColor in class AbstractGuipublic AuthenticationBean getAuthenticationBean()
getAuthenticationBean in interface AuthenticationGuipublic void setAuthenticationBean(AuthenticationBean bean)
protected String getApplicationTitle()
getApplicationTitle in class AbstractGuipublic JPanel getMainPanel()
getMainPanel in class AbstractGuipublic static void main(String... args)
Copyright © 2022. All rights reserved.