Uses of Class
jmri.jmrit.entryexit.DestinationPoints
Packages that use DestinationPoints
Package
Description
Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.
-
Uses of DestinationPoints in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as DestinationPointsModifier and TypeFieldDescription(package private) DestinationPointsEntryExitPairs.StackDetails.dpFields in jmri.jmrit.entryexit with type parameters of type DestinationPointsModifier and TypeFieldDescription(package private) Hashtable<DestinationPoints,Source> PointDetails.destinations(package private) final List<Manager.ManagerDataListener<DestinationPoints>>EntryExitPairs.listeners(package private) Hashtable<String,DestinationPoints> StackNXPanel.listToDest(package private) HashMap<PointDetails,DestinationPoints> Source.pointToDestMethods in jmri.jmrit.entryexit that return DestinationPointsModifier and TypeMethodDescriptionEntryExitPairs.getBySystemName(String systemName) Locate an existing instance based on a system name.Source.getByUniqueId(String id) EntryExitPairs.getByUserName(String userName) Locate an existing instance based on a user name.Source.getByUserName(String id) Source.getDestForPoint(PointDetails dp) (package private) DestinationPointsEntryExitPairs.StackDetails.getDestinationPoint()EntryExitPairs.getNamedBean(String name) Locate an existing instance based on a name.Methods in jmri.jmrit.entryexit that return types with arguments of type DestinationPointsModifier and TypeMethodDescriptionEntryExitPairs.getNamedBeanClass()Get the class of NamedBean supported by this Manager.EntryExitPairs.getNamedBeanSet()Implemented to support the Conditional combo box name listEntryExitPairs.getStackedInterlocks()Get a list of all stacked routes from stackList.Methods in jmri.jmrit.entryexit with parameters of type DestinationPointsModifier and TypeMethodDescriptionvoidSource.activeBean(DestinationPoints dest, boolean reverseDirection) voidEntryExitPairs.cancelStackedRoute(DestinationPoints dp, boolean reverse) Remove a stacked route from stackList.voidEntryExitPairs.deleteBean(DestinationPoints bean, String property) voidEntryExitPairs.deregister(DestinationPoints n) Forget a NamedBean Object created outside the manager.booleanEntryExitPairs.isRouteStacked(DestinationPoints dp, boolean reverse) Query if a stacked route is in stackList.voidEntryExitPairs.register(DestinationPoints n) Remember a NamedBean Object created outside the manager.(package private) voidPointDetails.removeDestination(DestinationPoints srcdp) (package private) voidPointDetails.setDestination(DestinationPoints srcdp, Source src) voidEntryExitPairs.stackNXRoute(DestinationPoints dp, boolean reverse) If a route is requested but is currently blocked, ask user if it should be added to stackList.Method parameters in jmri.jmrit.entryexit with type arguments of type DestinationPointsModifier and TypeMethodDescriptionvoidEntryExitPairs.addDataListener(Manager.ManagerDataListener<DestinationPoints> e) Register aManager.ManagerDataListenerto hear about adding or removing items from the list of NamedBeans.voidEntryExitPairs.removeDataListener(Manager.ManagerDataListener<DestinationPoints> e) Unregister a previously-addedManager.ManagerDataListener.Constructors in jmri.jmrit.entryexit with parameters of type DestinationPointsModifierConstructorDescription(package private)StackDetails(DestinationPoints dp, boolean reverse) -
Uses of DestinationPoints in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type DestinationPoints -
Uses of DestinationPoints in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return types with arguments of type DestinationPoints -
Uses of DestinationPoints in jmri.jmrit.picker
Methods in jmri.jmrit.picker that return DestinationPointsModifier and TypeMethodDescriptionReturn bean with name given in parameter.Methods in jmri.jmrit.picker that return types with arguments of type DestinationPointsModifier and TypeMethodDescriptionstatic PickListModel<DestinationPoints>PickListModel.entryExitPickModelInstance()PickListModel.EntryExitPickModel.getManager()Get the Table Model Bean Manager.