Uses of Package
proper.io

Packages that use proper.io
proper.app Contains command line classes, which can all be called with the option "-help" to get further information about the available parameters. 
proper.core The core package includes classes and interfaces most classes in Proper extend or implement. 
proper.gui.core.frame Frames that are used in Proper are located here. 
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
proper.io Classes that handle IO-stuff can be found here, e.g. 
 

Classes in proper.io used by proper.app
CommandLine
          This class process an array of strings and aligns the commandline parameter and its value.
 

Classes in proper.io used by proper.core
CommandLine
          This class process an array of strings and aligns the commandline parameter and its value.
 

Classes in proper.io used by proper.gui.core.frame
CommandLine
          This class process an array of strings and aligns the commandline parameter and its value.
 

Classes in proper.io used by proper.gui.experiment
Ant
          A little helper class to retrieve Data from ANT-files.
For some reasons the placeholders in the java-tags are not expanded, which means that we'll do it ourselves.
 

Classes in proper.io used by proper.io
Ant
          A little helper class to retrieve Data from ANT-files.
For some reasons the placeholders in the java-tags are not expanded, which means that we'll do it ourselves.
CommandLineParameter
          Represents the definition of a command line parameter, includes methods for checking and outputting data.