|
||||||||||
| 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.JInternalFrame
jmri.jmrix.lenz.swing.lz100.LZ100InternalFrame
public class LZ100InternalFrame
Internal Frame displaying the LZ100 configuration utility This is a configuration utility for the LZ100. It allows the user to set the statup mode (automatic or manual) and to reset the command station.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JInternalFrame |
|---|
JInternalFrame.AccessibleJInternalFrame, JInternalFrame.JDesktopIcon |
| 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 | |
|---|---|
(package private) JToggleButton |
amModeGetButton
|
(package private) JToggleButton |
amModeSetButton
|
(package private) JToggleButton |
closeButton
|
(package private) JComboBox |
eLineBox
|
(package private) JRadioButton |
isAutoMode
|
(package private) JRadioButton |
isManualMode
|
(package private) static org.slf4j.Logger |
log
|
(package private) boolean |
read
|
(package private) JToggleButton |
resetCSButton
|
(package private) JLabel |
status
|
protected XNetTrafficController |
tc
|
protected String[] |
validELineStatus
|
protected int[] |
validELineStatusValues
|
protected String[] |
validVoltage
|
protected int[] |
validVoltageValues
|
(package private) JComboBox |
voltBox
|
| Fields inherited from class javax.swing.JInternalFrame |
|---|
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| 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 javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
LZ100InternalFrame(XNetSystemConnectionMemo memo)
|
|
| Method Summary | |
|---|---|
(package private) void |
amModeGet()
|
(package private) void |
amModeSave()
|
(package private) void |
AutoModeAction()
|
void |
dispose()
|
(package private) void |
ManualModeAction()
|
void |
message(XNetMessage l)
Member function that will be invoked by a XNetInterface implementation to forward a XNet message sent to the layout. |
void |
message(XNetReply l)
Member function that will be invoked by a XNetInterface implementation to forward a XNet message from the layout. |
void |
notifyTimeout(XNetMessage msg)
Member function invoked by an XNetInterface implementation to notify * a sender that an outgoing message timed out and was dropped from the * queue. |
(package private) void |
resetLZ100CS()
|
(package private) void |
resetLZ100Settings()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected XNetTrafficController tc
boolean read
JComboBox voltBox
JComboBox eLineBox
JLabel status
JToggleButton closeButton
JToggleButton resetCSButton
JRadioButton isAutoMode
JRadioButton isManualMode
JToggleButton amModeGetButton
JToggleButton amModeSetButton
protected String[] validVoltage
protected int[] validVoltageValues
protected String[] validELineStatus
protected int[] validELineStatusValues
static org.slf4j.Logger log
| Constructor Detail |
|---|
public LZ100InternalFrame(XNetSystemConnectionMemo memo)
| Method Detail |
|---|
public void message(XNetReply l)
XNetListener
message in interface XNetListenerl - The received XNet message. Note that this same object
may be presented to multiple users. It should not be
modified here.public void message(XNetMessage l)
XNetListener
message in interface XNetListenerl - The received XNet message. Note that this same object
may be presented to multiple users. It should not be
modified here.public void notifyTimeout(XNetMessage msg)
XNetListener
notifyTimeout in interface XNetListenervoid resetLZ100Settings()
void resetLZ100CS()
void amModeGet()
void amModeSave()
void AutoModeAction()
void ManualModeAction()
public void dispose()
dispose in class JInternalFrame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||