|
|||||||||
| 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 StartBar

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
com.eireneh.bible.view.swing.beans.StartBar
- All Implemented Interfaces:
- java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class StartBar
- extends javax.swing.JComponent
The StartBar class is a starting point to get people to functionality as fast a possible. It is probably not a beginner tool, but I bet it is an almost invaluable power user tool. TODO: I don't like the interaction between this class and Launcher. But it needs thought and I'm not working on this package much at the moment.
|
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:
- D0.I0.T0
| Nested Class Summary | |
(package private) class |
StartBar.CustomListener
For when someone presses return or clicks on GO |
| 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 javax.swing.JComboBox |
chooser
The type of search |
private javax.swing.JButton |
go
The go button |
private boolean |
go_shown
Is the GO button shown |
private javax.swing.JTextField |
input
The search text |
private com.eireneh.bible.view.swing.desktop.Launcher |
launcher
The start point |
private static int |
MATCH
The match enum. |
private static int |
QUESTION
The question enum. |
private static int |
REFERENCE
The reference enum. |
private static int |
SEARCH
The search enum. |
private static java.lang.String[] |
SEARCHES
The types of search available |
| 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 | |
StartBar()
Basic constructor |
|
| Method Summary | |
boolean |
getGoShown()
Is the GO button on or off. |
private void |
go()
An search has been triggered |
void |
setGoShown(boolean show)
Sets the GO button on or off. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
SEARCHES
private static final java.lang.String[] SEARCHES
- The types of search available
QUESTION
private static final int QUESTION
- The question enum. Make sure this maches with SEARCHES
- See Also:
- Constant Field Values
MATCH
private static final int MATCH
- The match enum. Make sure this maches with SEARCHES
- See Also:
- Constant Field Values
REFERENCE
private static final int REFERENCE
- The reference enum. Make sure this maches with SEARCHES
- See Also:
- Constant Field Values
SEARCH
private static final int SEARCH
- The search enum. Make sure this maches with SEARCHES
- See Also:
- Constant Field Values
launcher
private com.eireneh.bible.view.swing.desktop.Launcher launcher
- The start point
go_shown
private boolean go_shown
- Is the GO button shown
chooser
private javax.swing.JComboBox chooser
- The type of search
input
private javax.swing.JTextField input
- The search text
go
private javax.swing.JButton go
- The go button
| Constructor Detail |
StartBar
public StartBar()
- Basic constructor
| Method Detail |
setGoShown
public void setGoShown(boolean show)
- Sets the GO button on or off.
I guess from using IE5 which added this option over IE4 that some
users don't get the press return thing.
getGoShown
public boolean getGoShown()
- Is the GO button on or off.
go
private void go()
- An search has been triggered
|
|||||||||
| 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