Uses of Interface
jmri.jmrit.logixng.FemaleSocketManager.SocketType
Packages that use FemaleSocketManager.SocketType
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
-
Uses of FemaleSocketManager.SocketType in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable with type parameters of type FemaleSocketManager.SocketTypeModifier and TypeFieldDescription(package private) JComboBox<FemaleSocketManager.SocketType>LogixNGModuleTableAction._femaleSocketType -
Uses of FemaleSocketManager.SocketType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return FemaleSocketManager.SocketTypeModifier and TypeMethodDescriptionFemaleSocketFactory.getFemaleSocketType()Module.getRootSocketType()Get the type of the root socket of the module.FemaleSocketManager.getSocketTypeByType(String type) Methods in jmri.jmrit.logixng that return types with arguments of type FemaleSocketManager.SocketTypeMethods in jmri.jmrit.logixng with parameters of type FemaleSocketManager.SocketTypeModifier and TypeMethodDescriptionModuleManager.createModule(String systemName, String userName, FemaleSocketManager.SocketType socketType) Create a new Module if the Module does not exist.ModuleManager.createModule(String userName, FemaleSocketManager.SocketType socketType) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username. -
Uses of FemaleSocketManager.SocketType in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return FemaleSocketManager.SocketTypeModifier and TypeMethodDescriptionDefaultFemaleAnalogActionSocketFactory.getFemaleSocketType()DefaultFemaleAnalogExpressionSocketFactory.getFemaleSocketType()DefaultFemaleDigitalActionSocketFactory.getFemaleSocketType()DefaultFemaleDigitalExpressionSocketFactory.getFemaleSocketType()DefaultFemaleStringActionSocketFactory.getFemaleSocketType()DefaultFemaleStringExpressionSocketFactory.getFemaleSocketType()DefaultModule.getRootSocketType()DefaultFemaleSocketManager.getSocketTypeByType(String type) Methods in jmri.jmrit.logixng.implementation that return types with arguments of type FemaleSocketManager.SocketTypeMethods in jmri.jmrit.logixng.implementation with parameters of type FemaleSocketManager.SocketTypeModifier and TypeMethodDescriptionDefaultModuleManager.createModule(String systemName, String userName, FemaleSocketManager.SocketType socketType) Create a new Module if the Module does not exist.DefaultModuleManager.createModule(String userName, FemaleSocketManager.SocketType socketType) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.Constructors in jmri.jmrit.logixng.implementation with parameters of type FemaleSocketManager.SocketTypeModifierConstructorDescriptionDefaultModule(String sys, String user, FemaleSocketManager.SocketType socketType) DefaultModule(String sys, String user, FemaleSocketManager.SocketType socketType, boolean isVisible, boolean storeIfEmpty)