| Modifier and Type | Field and Description |
|---|---|
protected Object |
debugString |
protected JComponent |
m_logoComponent |
protected Object |
repaintDelay |
protected Object |
swing |
| Constructor and Description |
|---|
AbstractGui() |
protected JComponent m_logoComponent
protected Object debugString
protected Object swing
protected Object repaintDelay
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic void initUI()
public static void setUIFont(FontUIResource f)
protected abstract String getApplicationTitle()
protected void setLogoComponent(JComponent component)
protected abstract JPanel getMainPanel()
protected Dimension getWindowSize()
protected void repaint()
protected void setWindowSize(Dimension d)
protected JFrame getGui()
protected Color getBackgroundColor()
protected Color getForegroundColor()
protected Color getDetailColor()
protected Font getMainFont()
protected Font getHeaderFont()
protected Font getLabelFont()
protected ListCellRenderer<Object> getRenderer()
protected JButton getDefaultButton()
protected void setDefaultButton(JButton button)
public void createAndShowGui()
createAndShowGui in interface GroovyGuiCopyright © 2022. All rights reserved.