Uses of Package
proper.util

Packages that use proper.util
proper.engine The engine classes (all derived from Engine ) perform the actions defined by the parameters they get from the Application-classes. 
proper.gui.remote Contains classes for administrating the JobServer, e.g. 
proper.imp Contains all the classes concerning the import of data, i.e. 
proper.io Classes that handle IO-stuff can be found here, e.g. 
proper.remote Classes for the distributed computing part of Proper can be found here, i.e. 
proper.util Contains classes that don't fit into any other category. 
 

Classes in proper.util used by proper.engine
TemporaryName
          This class creates temporary names from a given prefix, basically adding numbers to the end and incrementing them.
 

Classes in proper.util used by proper.gui.remote
Timer
          A simple wrapper for Timer-Events, listeners must implement the TimerInterface.
TimerInterface
          An Interface for Timer-Events.
 

Classes in proper.util used by proper.imp
ID
          This class is only used for creating unique IDs - during one session.
 

Classes in proper.util used by proper.io
CluderInterface
          This interface is common to Excluder and Includer.
 

Classes in proper.util used by proper.remote
Timer
          A simple wrapper for Timer-Events, listeners must implement the TimerInterface.
TimerInterface
          An Interface for Timer-Events.
 

Classes in proper.util used by proper.util
Cells
          Represents a simple 2-dim.
CluderInterface
          This interface is common to Excluder and Includer.
Timer
          A simple wrapper for Timer-Events, listeners must implement the TimerInterface.
TimerInterface
          An Interface for Timer-Events.
Timestamp
          This is a simple class for creating timestamps.