Uses of Package
jpos.util

Packages that use jpos.util
jpos.config.simple.editor   
jpos.loader   
jpos.loader.simple   
jpos.util   
 

Classes in jpos.util used by jpos.config.simple.editor
Comparable
          Interface defining a comparable object
JposProperties
          Sample interface that contains constants for all the JposProperties (names, default values, etc...) and some methods that the implementing property class must define.
PopupListener
          class that prepares a JPopoupMenu for display
 

Classes in jpos.util used by jpos.loader
JposProperties
          Sample interface that contains constants for all the JposProperties (names, default values, etc...) and some methods that the implementing property class must define.
 

Classes in jpos.util used by jpos.loader.simple
JposProperties
          Sample interface that contains constants for all the JposProperties (names, default values, etc...) and some methods that the implementing property class must define.
 

Classes in jpos.util used by jpos.util
Comparable
          Interface defining a comparable object
DefaultProperties
          Default implementation of the JposProperties interface Loads/looks for the Jpos properties from the System properties and from the jpos/res/jpos.properties files NOTE: changed so that the properties are no longer loaded via the ResourceBundle class but instead though the System class
JposProperties
          Sample interface that contains constants for all the JposProperties (names, default values, etc...) and some methods that the implementing property class must define.
JposProperties.MultiProperty
          Speficies an interface used for returning multi properties.
JposProperties.Prop
          Simple wrapper class for a property pair
JposPropertiesConst
          Interface with all JposPropertiesConstants like property names and values
PopupListener
          class that prepares a JPopoupMenu for display
Tracer
          Tracing class to help in the debugging of the JCL and JavaPOS controls NOTE: this class is a Singleton (see GoF Design Pattern book) access the sole instance by doing: Tracer.getInstance() call NOTE2: Will allow (in the future) the option of defining different ouput for the tracer (1.3 version)
TracerOutput
          Defines an interface for outputing tracing info
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details