|
|||||||||
| Home >> All >> com >> eireneh >> bible >> view >> swing >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.bible.view.swing.beans
Class StatusBar

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
com.eireneh.bible.view.swing.beans.StatusBar
- All Implemented Interfaces:
- java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.awt.event.MouseListener, java.io.Serializable
- public class StatusBar
- extends javax.swing.JComponent
- implements java.awt.event.MouseListener
- extends javax.swing.JComponent
The status bar provides usefull info to the user as to the current state of the program.
We need to think about the stuff to put in here:
- A status message. This changes with what the user is pointing at, so is very similar to tool-tips. Although they are commonly more instructional.
- A set of panels that tell you the time/if CAPS is presses and so on
TODO: Make this do something more useful
|
Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below. The copyright to this program is held by it's authors. |
- Version:
- D2.I0.T0
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private static java.lang.String |
DEFAULT
The default text |
private javax.swing.JLabel |
lbl_message
|
private javax.swing.JLabel |
lbl_name
|
| 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.Container |
|
| 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()
Create a new StatusBar |
|
| Method Summary | |
private void |
jbInit()
Init the GUI |
void |
mouseClicked(java.awt.event.MouseEvent ev)
Invoked when the mouse has been clicked on a component. |
void |
mouseEntered(java.awt.event.MouseEvent ev)
When the mouse points at something that has registered with us to be shown on the statusbar |
void |
mouseExited(java.awt.event.MouseEvent ev)
When the mouse no longer points at something that has registered with us |
void |
mousePressed(java.awt.event.MouseEvent ev)
Invoked when a mouse button has been pressed on a component. |
void |
mouseReleased(java.awt.event.MouseEvent ev)
Invoked when a mouse button has been released on a component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
DEFAULT
private static final java.lang.String DEFAULT
- The default text
- See Also:
- Constant Field Values
lbl_message
private javax.swing.JLabel lbl_message
lbl_name
private javax.swing.JLabel lbl_name
| Constructor Detail |
StatusBar
public StatusBar()
- Create a new StatusBar
| Method Detail |
jbInit
private void jbInit()
- Init the GUI
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent ev)
- When the mouse points at something that has registered with us
to be shown on the statusbar
- Specified by:
mouseEnteredin interfacejava.awt.event.MouseListener
mouseExited
public void mouseExited(java.awt.event.MouseEvent ev)
- When the mouse no longer points at something that has registered with us
- Specified by:
mouseExitedin interfacejava.awt.event.MouseListener
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent ev)
- Invoked when the mouse has been clicked on a component.
Ignored
- Specified by:
mouseClickedin interfacejava.awt.event.MouseListener
mousePressed
public void mousePressed(java.awt.event.MouseEvent ev)
- Invoked when a mouse button has been pressed on a component.
Ignored
- Specified by:
mousePressedin interfacejava.awt.event.MouseListener
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent ev)
- Invoked when a mouse button has been released on a component.
Ignored
- Specified by:
mouseReleasedin interfacejava.awt.event.MouseListener
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> view >> swing >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC