Class LoaderPane.Default
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- jmri.util.swing.JmriAbstractAction
- 
- jmri.util.swing.JmriNamedPaneAction
- 
- jmri.jmrix.can.swing.CanNamedPaneAction
- 
- jmri.jmrix.openlcb.swing.downloader.LoaderPane.Default
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action,- SystemConnectionAction<CanSystemConnectionMemo>
 - Direct Known Subclasses:
- LoaderAction
 - Enclosing class:
- LoaderPane
 
 public static class LoaderPane.Default extends CanNamedPaneAction Nested class to create one of these using old-style defaults- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) NodeIDnodeID- 
Fields inherited from class jmri.util.swing.JmriNamedPaneActionpaneClass
 - 
Fields inherited from class jmri.util.swing.JmriAbstractActioncontext, hint, wi
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JmriPanelmakePanel()Makes Panel and calls initComponents Makes Panel and calls initComponents Invoked as part of the action being invoked, e.g. when button pressed or menu item selected, this runs the panel through the initial part of its life cycle and installs in the given window interface.- 
Methods inherited from class jmri.jmrix.can.swing.CanNamedPaneActiongetSystemConnectionMemo, getSystemConnectionMemoClasses, setSystemConnectionMemo
 - 
Methods inherited from class jmri.util.swing.JmriAbstractActionactionPerformed, dispose, setContext, setHint, setName, setParameter, setParameter, setWindowInterface, toString
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
makePanelpublic JmriPanel makePanel() Description copied from class:CanNamedPaneActionMakes Panel and calls initComponents Invoked as part of the action being invoked, e.g. when button pressed or menu item selected, this runs the panel through the initial part of its life cycle and installs in the given window interface.If different or additional initialization is needed, inherit from this class and override this method to do it. - Overrides:
- makePanelin class- CanNamedPaneAction
 
 
- 
 
-