Uses of Class
jmri.jmrit.entryexit.PointDetails
Packages that use PointDetails
Package
Description
Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.
-
Uses of PointDetails in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as PointDetailsModifier and TypeFieldDescription(package private) PointDetailsSource.pd(package private) PointDetailsDestinationPoints.point(package private) PointDetailsManuallySetRoute.sourcePointFields in jmri.jmrit.entryexit with type parameters of type PointDetailsModifier and TypeFieldDescription(package private) HashMap<PointDetails,Source> EntryExitPairs.nxpair(package private) static List<PointDetails>EntryExitPairs.pointDetails(package private) HashMap<PointDetails,DestinationPoints> Source.pointToDestMethods in jmri.jmrit.entryexit that return PointDetailsModifier and TypeMethodDescriptionDestinationPoints.getDestPoint()Source.getPoint()EntryExitPairs.getPointDetails(Object obj, LayoutEditor panel) Return a point from a given LE Panel.(package private) PointDetailsEntryExitPairs.getPointDetails(LayoutBlock source, List<LayoutBlock> destination, LayoutEditor panel) Return either an existing point stored in pointDetails, or create a new one as required.EntryExitPairs.providePoint(NamedBean source, LayoutEditor panel) Generate the point details, given a known source and a Layout Editor panel.Methods in jmri.jmrit.entryexit that return types with arguments of type PointDetailsMethods in jmri.jmrit.entryexit with parameters of type PointDetailsModifier and TypeMethodDescriptionvoidSource.addDestination(PointDetails dest, String id) Source.getDestForPoint(PointDetails dp) EntryExitPairs.getSourceForPoint(PointDetails pd) booleanSource.isDestinationValid(PointDetails destPoint) booleanSource.isRouteActive(PointDetails endpoint) voidSource.removeDestination(PointDetails dest) voidEntryExitPairs.setMultiPointRoute(PointDetails requestpd, LayoutEditor panel) Constructors in jmri.jmrit.entryexit with parameters of type PointDetailsModifierConstructorDescriptionprotectedDestinationPoints(PointDetails point, String id, Source src) Source(PointDetails point)