|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.nuiton.widget.StatusBar
@Deprecated public class StatusBar
TODO: renomer cette statusBar en autre chose, car son role est d'afficher des messages par exemple StatusMessageBar ou StatusMessagePanel, ...
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected Box |
box
Deprecated. element contenant tous les petits status (clock, mem, ...) |
protected static String |
EMPTY_STATUS
Deprecated. DOCUMENTME Description of the Field |
protected Object |
john
Deprecated. the lock :) |
protected Color |
statusForeground
Deprecated. DOCUMENTME Description of the Field |
protected JLabel |
statusLabel
Deprecated. DOCUMENTME Description of the Field |
protected String |
statusReferenceContent
Deprecated. DOCUMENTME Description of the Field |
protected Timer |
timer
Deprecated. DOCUMENTME Description of the Field |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| 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 | |
|---|---|
StatusBar()
Deprecated. This is the default constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent evt)
Deprecated. |
void |
clearStatus()
Deprecated. DOCUMENTME Method |
protected void |
fadeStatus()
Deprecated. DOCUMENTME Method |
protected JLabel |
getStatusLabel()
Deprecated. This method initializes jScrollPane1 |
protected void |
initialize()
Deprecated. DOCUMENTME Method |
protected void |
initializeUI()
Deprecated. This method initializes this |
static void |
main(String[] args)
Deprecated. The main program for the StatusBar class |
void |
setStatus(String status)
Deprecated. Sets the status attribute of the StatusBar object |
protected void |
startStatusFader()
Deprecated. DOCUMENTME Method |
protected void |
stopStatusFader()
Deprecated. DOCUMENTME Method |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final String EMPTY_STATUS
protected Box box
protected Color statusForeground
protected JLabel statusLabel
protected String statusReferenceContent
protected Timer timer
protected final Object john
| Constructor Detail |
|---|
public StatusBar()
| Method Detail |
|---|
public void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListenerpublic void clearStatus()
protected void fadeStatus()
protected JLabel getStatusLabel()
protected void initialize()
protected void initializeUI()
public static void main(String[] args)
args - The command line argumentspublic void setStatus(String status)
status - The new status valueprotected void startStatusFader()
protected void stopStatusFader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||