Uses of Interface
fr.inria.oadymppac.utils.Properties

Packages that use Properties
fr.inria.oadymppac.application   
fr.inria.oadymppac.io   
fr.inria.oadymppac.panel   
fr.inria.oadymppac.solver   
fr.inria.oadymppac.utils   
 

Uses of Properties in fr.inria.oadymppac.application
 

Classes in fr.inria.oadymppac.application that implement Properties
 class MainApplication
          The main application class
 

Methods in fr.inria.oadymppac.application that return Properties
 Properties MainApplication.getProperties()
           
 

Methods in fr.inria.oadymppac.application with parameters of type Properties
 void MainApplication.setProperties(Properties properties)
          set the property table of the application
 

Uses of Properties in fr.inria.oadymppac.io
 

Classes in fr.inria.oadymppac.io that implement Properties
 class FasterFileLoaderThread
          This class extends the Standard file loader thread using a less generinc but more efficient ContentHandler.
 class FileLoaderThread
          A Thread class to load file in the application It us in fact the swingWorker specific thread implementation
 

Methods in fr.inria.oadymppac.io that return Properties
 Properties FileLoaderThread.getProperties()
           
 

Methods in fr.inria.oadymppac.io with parameters of type Properties
 void FileLoaderThread.setProperties(Properties properties)
          Ste the property list used to configure the thread
 

Constructors in fr.inria.oadymppac.io with parameters of type Properties
GenericTraceFileManager(Properties application)
          Defaulmt constructor
FileLoaderThread(Properties properties, java.io.File file)
           
FasterFileLoaderThread(Properties properties, java.io.File file)
          } /** Constructor
 

Uses of Properties in fr.inria.oadymppac.panel
 

Methods in fr.inria.oadymppac.panel that return Properties
 Properties VisualizationInternalFrame.getProperties()
           
 

Methods in fr.inria.oadymppac.panel with parameters of type Properties
 void VisualizationInternalFrame.setProperties(Properties properties)
           
 

Constructors in fr.inria.oadymppac.panel with parameters of type Properties
VisualizationInternalFrame(Properties props, infovis.Visualization visualization)
           
VisualizationFrameDecorator(Properties props)
          Creates a new MainFrameDecorator object.
MainFrameDecorator(Properties properties)
           
MainFrameDecorator(Properties properties, java.lang.String title)
           
MainActionFactory(Properties properties)
           
ApplicationPanelFactory(Properties properties)
           
 

Uses of Properties in fr.inria.oadymppac.solver
 

Subinterfaces of Properties in fr.inria.oadymppac.solver
 interface Solver
           
 

Classes in fr.inria.oadymppac.solver that implement Properties
 class AbstractSolver
          This class provides the basic behavior for a Solver.
 class DefaultSolver
           
 

Methods in fr.inria.oadymppac.solver that return Properties
 Properties AbstractSolver.getProperties()
           
 

Methods in fr.inria.oadymppac.solver with parameters of type Properties
static DomainManager DomainManager.getDomainManager(Properties owner)
           
 void AbstractSolver.setProperties(Properties properties)
           
 

Constructors in fr.inria.oadymppac.solver with parameters of type Properties
DefaultSolver(Properties properties)
           
AbstractSolver(Properties properties)
          Defines an AbstractSolver object.
 

Uses of Properties in fr.inria.oadymppac.utils
 

Classes in fr.inria.oadymppac.utils that implement Properties
 class DefaultProperties
          A property table reimplementation Basically support only String as Key Also use a HashTable => synchronized
 

Methods in fr.inria.oadymppac.utils that return Properties
 Properties Properties.getProperties()
           
 Properties ObjectManagerImpl.getOwner()
          Get the value of solver.
 Properties ObjectManager.getOwner()
          Get the value of solver.
 Properties IndexedObjectManager.getOwner()
          Get the value of solver.
 Properties DefaultProperties.getProperties()
          Return the property table
 

Methods in fr.inria.oadymppac.utils with parameters of type Properties
 void Properties.setProperties(Properties properties)
           
 void ObjectManagerImpl.setOwner(Properties owner)
          Set the value of solver.
 void ObjectManager.setOwner(Properties owner)
          Set the value of solver.
 void IndexedObjectManager.setOwner(Properties owner)
          Set the value of solver.
 void DefaultProperties.setProperties(Properties properties)
          Set the parent properties
 

Constructors in fr.inria.oadymppac.utils with parameters of type Properties
DefaultProperties(Properties properties)
          Build a new Property table using the given properties as parent table