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, setWindowSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createAndShowGui
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
getMetaClass
in class AbstractGui
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class AbstractGui
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class AbstractGui
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class AbstractGui
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class AbstractGui
public 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 AbstractGui
public AuthenticationBean getAuthenticationBean()
getAuthenticationBean
in interface AuthenticationGui
public void setAuthenticationBean(AuthenticationBean bean)
protected String getApplicationTitle()
getApplicationTitle
in class AbstractGui
public JPanel getMainPanel()
getMainPanel
in class AbstractGui
public static void main(String... args)
Copyright © 2022. All rights reserved.