Package jmri.jmrix.openlcb.swing
Class ClientActions
- java.lang.Object
-
- jmri.jmrix.openlcb.swing.ClientActions
-
public class ClientActions extends java.lang.Object
Shared code for creating UI elements from different places in the application.Created by bracz on 11/21/16.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CdiPanel
cdiPanel
(package private) ShutDownTask
shutDownTask
-
Constructor Summary
Constructors Constructor Description ClientActions(OlcbInterface iface, CanSystemConnectionMemo memo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) javax.swing.JButton
buttonForList(java.util.ArrayList<javax.swing.JButton> list, java.lang.String label)
void
openCdiWindow(NodeID destNode, java.lang.String description)
-
-
-
Field Detail
-
shutDownTask
ShutDownTask shutDownTask
-
-
Constructor Detail
-
ClientActions
public ClientActions(OlcbInterface iface, CanSystemConnectionMemo memo)
-
-
Method Detail
-
openCdiWindow
public void openCdiWindow(NodeID destNode, java.lang.String description)
-
buttonForList
javax.swing.JButton buttonForList(java.util.ArrayList<javax.swing.JButton> list, java.lang.String label)
-
-