Uses of Class
jmri.jmrit.entryexit.PointDetails
-
Packages that use PointDetails Package Description jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels. -
-
Uses of PointDetails in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as PointDetails Modifier and Type Field Description (package private) PointDetails
Source. pd
(package private) PointDetails
DestinationPoints. point
(package private) PointDetails
ManuallySetRoute. sourcePoint
Fields in jmri.jmrit.entryexit with type parameters of type PointDetails Modifier and Type Field Description (package private) java.util.HashMap<PointDetails,Source>
EntryExitPairs. nxpair
(package private) static java.util.List<PointDetails>
EntryExitPairs. pointDetails
(package private) java.util.HashMap<PointDetails,DestinationPoints>
Source. pointToDest
Methods in jmri.jmrit.entryexit that return PointDetails Modifier and Type Method Description PointDetails
DestinationPoints. getDestPoint()
PointDetails
Source. getPoint()
PointDetails
EntryExitPairs. getPointDetails(java.lang.Object obj, LayoutEditor panel)
Return a point from a given LE Panel.(package private) PointDetails
EntryExitPairs. getPointDetails(LayoutBlock source, java.util.List<LayoutBlock> destination, LayoutEditor panel)
Return either an existing point stored in pointDetails, or create a new one as required.PointDetails
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 PointDetails Modifier and Type Method Description java.util.ArrayList<PointDetails>
Source. getDestinationPoints()
Methods in jmri.jmrit.entryexit with parameters of type PointDetails Modifier and Type Method Description void
Source. addDestination(PointDetails dest, java.lang.String id)
DestinationPoints
Source. getDestForPoint(PointDetails dp)
Source
EntryExitPairs. getSourceForPoint(PointDetails pd)
boolean
Source. isDestinationValid(PointDetails destPoint)
boolean
Source. isRouteActive(PointDetails endpoint)
void
Source. removeDestination(PointDetails dest)
void
EntryExitPairs. setMultiPointRoute(PointDetails requestpd, LayoutEditor panel)
Constructors in jmri.jmrit.entryexit with parameters of type PointDetails Constructor Description DestinationPoints(PointDetails point, java.lang.String id, Source src)
ManuallySetRoute(PointDetails pd)
Source(PointDetails point)
-