Package be.gaudry


package be.gaudry
This package contains the classes used in Broldev applications. \nWherever possible, the naming conventions are as follows :
  • Interfaces starts by I
  • Enumeration starts by E
  • All *Utils classes provides a set of static operations available for an object type, but doesn't allows to get an instance
  • All *Helper classes provides a set of static and instance operations available for an object type, and allows to get an instance
  • The different possible actions in a GUI are grouped in a *Factory, so make them available