|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ utilities overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.application.timewarp.utilities
Class UserGuide

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.scopemvc.application.timewarp.utilities.UserGuide
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class UserGuide
- extends javax.swing.JFrame
Class used to create the help file.
- Version:
- 1.0
| Nested Class Summary | |
private class |
UserGuide.BookInfo
I'm not 100% sure what this does. |
| Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| 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 | |
static java.net.URL |
aboutScope
TODO: describe of the Field |
static java.net.URL |
aboutTimeWarp
TODO: describe of the Field |
(package private) static javax.swing.JEditorPane |
htmlPane
|
static java.net.URL |
index
Description of the Field |
static java.net.URL |
license
TODO: describe of the Field |
private javax.swing.tree.DefaultTreeCellRenderer |
renderer
|
static java.net.URL |
treeClosedIcon
TODO: describe of the Field |
static java.net.URL |
treeLeafIcon
TODO: describe of the Field |
static java.net.URL |
treeOpenIcon
TODO: describe of the Field |
static java.net.URL |
tutorialGenerateRadios
TODO: describe of the Field |
static java.net.URL |
tutorialIndex
TODO: describe of the Field |
static java.net.URL |
tutorialSelectRootDirectory
TODO: describe of the Field |
private static UserGuide |
userGuide
|
| Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.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 javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
private |
UserGuide()
Only one instance of the UserGuide can run at a time ( within a vm ). |
| Method Summary | |
void |
createNodes(javax.swing.tree.DefaultMutableTreeNode top)
Create the JTree using the BookInfo inner class to help create the nodes on the tree. |
private void |
displayURL(java.net.URL url)
Display the selected url. |
static UserGuide |
getInstance()
Gets the instance attribute of the UserGuide class. |
private void |
initHelp()
Initilize the Help screen. |
| Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
index
public static java.net.URL index
- Description of the Field
aboutScope
public static java.net.URL aboutScope
- TODO: describe of the Field
aboutTimeWarp
public static java.net.URL aboutTimeWarp
- TODO: describe of the Field
tutorialIndex
public static java.net.URL tutorialIndex
- TODO: describe of the Field
tutorialSelectRootDirectory
public static java.net.URL tutorialSelectRootDirectory
- TODO: describe of the Field
tutorialGenerateRadios
public static java.net.URL tutorialGenerateRadios
- TODO: describe of the Field
license
public static java.net.URL license
- TODO: describe of the Field
treeOpenIcon
public static java.net.URL treeOpenIcon
- TODO: describe of the Field
treeClosedIcon
public static java.net.URL treeClosedIcon
- TODO: describe of the Field
treeLeafIcon
public static java.net.URL treeLeafIcon
- TODO: describe of the Field
htmlPane
static javax.swing.JEditorPane htmlPane
userGuide
private static UserGuide userGuide
renderer
private javax.swing.tree.DefaultTreeCellRenderer renderer
| Constructor Detail |
UserGuide
private UserGuide()
- Only one instance of the UserGuide can run at a time ( within a vm ).
| Method Detail |
getInstance
public static UserGuide getInstance()
- Gets the instance attribute of the UserGuide class.
createNodes
public void createNodes(javax.swing.tree.DefaultMutableTreeNode top)
- Create the JTree using the BookInfo inner class to help create the nodes
on the tree.
displayURL
private void displayURL(java.net.URL url)
- Display the selected url.
initHelp
private void initHelp()
- Initilize the Help screen. Display the index.
|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ utilities overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC