contains the contents of each Grid on the track plan. The values of these classes are read from the XML configuration file.

Section.java is the envelope for the description of a Section of the trackplan. All other classes are components of a Section. They are broken out to be more manageable. Each component must support methods for the following categories of actions:

  1. parsing and changing of values from an XML document
  2. visual presentation on the Swing view model

Package Specification

This package depends on the other packages at its level.

Related Documentation

See the documentation in the other packages.