|
|||||||||
| Home >> All >> com >> ubermq >> chord >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.ubermq.chord.ui
Class InfrastructureViewer

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
com.ubermq.chord.ui.InfrastructureViewer
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class InfrastructureViewer
- extends javax.swing.JFrame
A Swing-based chord infrastructure viewer complete with menu bar and containing a scrollable chord display panel.
| Nested Class Summary | |
private class |
InfrastructureViewer.ConnectAction
|
private class |
InfrastructureViewer.DisconnectAction
|
private class |
InfrastructureViewer.ExitAction
|
private class |
InfrastructureViewer.QueryAction
|
private class |
InfrastructureViewer.RefreshAction
|
private class |
InfrastructureViewer.StoreAction
|
| 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 | |
private javax.swing.Action |
connectAction
|
private javax.swing.Action |
disconnectAction
|
(package private) static javax.swing.ImageIcon |
downArrowIcon
|
(package private) static javax.swing.ImageIcon |
envelopeIcon
|
private javax.swing.Action |
exitAction
|
(package private) static javax.swing.ImageIcon |
homeIcon
|
private InfrastructureModel |
m
|
(package private) static javax.swing.ImageIcon |
networkIcon
|
private javax.swing.Action |
queryAction
|
private javax.swing.Action |
refreshAction
|
(package private) static javax.swing.ImageIcon |
refreshIcon
|
(package private) static javax.swing.ImageIcon |
rightArrowIcon
|
(package private) static javax.swing.ImageIcon |
scriptIcon
|
(package private) static javax.swing.ImageIcon |
stopIcon
|
private javax.swing.Action |
storeAction
|
(package private) static javax.swing.ImageIcon |
trashIcon
|
| 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 | |
InfrastructureViewer(InfrastructureModel m)
|
|
| Method Summary | |
static void |
main(java.lang.String[] s)
Constructs the viewer application window. |
(package private) javax.swing.JMenuBar |
setupMenuBar()
|
| 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 |
m
private final InfrastructureModel m
connectAction
private javax.swing.Action connectAction
disconnectAction
private javax.swing.Action disconnectAction
refreshAction
private javax.swing.Action refreshAction
exitAction
private javax.swing.Action exitAction
queryAction
private javax.swing.Action queryAction
storeAction
private javax.swing.Action storeAction
networkIcon
static final javax.swing.ImageIcon networkIcon
stopIcon
static final javax.swing.ImageIcon stopIcon
trashIcon
static final javax.swing.ImageIcon trashIcon
scriptIcon
static final javax.swing.ImageIcon scriptIcon
envelopeIcon
static final javax.swing.ImageIcon envelopeIcon
rightArrowIcon
static final javax.swing.ImageIcon rightArrowIcon
downArrowIcon
static final javax.swing.ImageIcon downArrowIcon
homeIcon
static final javax.swing.ImageIcon homeIcon
refreshIcon
static final javax.swing.ImageIcon refreshIcon
| Constructor Detail |
InfrastructureViewer
public InfrastructureViewer(InfrastructureModel m)
| Method Detail |
setupMenuBar
javax.swing.JMenuBar setupMenuBar()
main
public static void main(java.lang.String[] s)
- Constructs the viewer application window.
|
|||||||||
| Home >> All >> com >> ubermq >> chord >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC