|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--javax.swing.JWindow | +--org.arch4j.ui.AbstractSplashScreen
Field Summary | |
protected JLabel |
productName
|
protected JLabel |
productVersion
|
protected JLabel |
status
|
Fields inherited from class javax.swing.JWindow |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
AbstractSplashScreen(Frame aFrame)
Creates a new instance of AbstractSplashScreen |
Method Summary | |
ImageIcon |
getApplicationImage()
Gets the icon to use in the splash screen. |
abstract String |
getApplicationImageKey()
Gets the key for the image in the splash screen. |
protected JPanel |
getMainPanel()
Gets the default panel to display on the splash screen. |
void |
setProductName(String aString)
Set the product name to display. |
void |
setProductVersion(String aString)
Set the product version to display. |
void |
setStatus(String aString)
Update the status string to the one passed in. |
void |
setStatusLabel(JLabel aLabel)
Set the label to use to display the status. |
Methods inherited from class javax.swing.JWindow |
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getLayeredPane, getRootPane, isRootPaneCheckingEnabled, paramString, remove, setContentPane, setGlassPane, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update, windowInit |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected JLabel status
protected JLabel productName
protected JLabel productVersion
Constructor Detail |
public AbstractSplashScreen(Frame aFrame)
Method Detail |
protected JPanel getMainPanel()
public ImageIcon getApplicationImage()
public abstract String getApplicationImageKey()
public void setStatusLabel(JLabel aLabel)
aLabel
- The label to use to display the status.public void setStatus(String aString)
aString
- The new status to display.public void setProductName(String aString)
public void setProductVersion(String aString)
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |