Class DefaultMaleDigitalExpressionSocketSwing
- java.lang.Object
-
- jmri.jmrit.logixng.swing.AbstractSwingConfigurator
-
- jmri.jmrit.logixng.implementation.swing.AbstractMaleSocketSwing
-
- jmri.jmrit.logixng.implementation.swing.DefaultMaleDigitalExpressionSocketSwing
-
- All Implemented Interfaces:
java.lang.Comparable<SwingConfiguratorInterface>
,SwingConfiguratorInterface
public class DefaultMaleDigitalExpressionSocketSwing extends AbstractMaleSocketSwing
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
-
-
Constructor Summary
Constructors Constructor Description DefaultMaleDigitalExpressionSocketSwing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.swing.JPanel
getSubPanel(Base object)
void
updateObjectForSubPanel(Base object)
-
Methods inherited from class jmri.jmrit.logixng.implementation.swing.AbstractMaleSocketSwing
createNewObject, createPanel, dispose, getAutoSystemName, getConfigPanel, getConfigPanel, getExampleSystemName, getManager, toString, updateObject, validate
-
Methods inherited from class jmri.jmrit.logixng.swing.AbstractSwingConfigurator
executeEvaluate, getAllSymbols, getExecuteEvaluateMenuText, getJDialog, setJDialog
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jmri.jmrit.logixng.swing.SwingConfiguratorInterface
canClose, compareTo, setDefaultValues
-
-
-
-
Constructor Detail
-
DefaultMaleDigitalExpressionSocketSwing
public DefaultMaleDigitalExpressionSocketSwing()
-
-
Method Detail
-
getSubPanel
protected javax.swing.JPanel getSubPanel(@CheckForNull Base object)
- Overrides:
getSubPanel
in classAbstractMaleSocketSwing
-
updateObjectForSubPanel
public void updateObjectForSubPanel(@Nonnull Base object)
- Overrides:
updateObjectForSubPanel
in classAbstractMaleSocketSwing
-
-