Uses of Package
fc.util

Packages that use fc.util
fc.io   
fc.jdbc   
fc.jdbc.dbo   
fc.util   
fc.web.servlet   
 

Classes in fc.util used by fc.io
HAlign
          A horizontal HAlign enumeration.
 

Classes in fc.util used by fc.jdbc
PropertyMgr
          Implementations help load and manage properties from various sources including java property files, databases, custom file formats etc.
 

Classes in fc.util used by fc.jdbc.dbo
PropertyMgr
          Implementations help load and manage properties from various sources including java property files, databases, custom file formats etc.
 

Classes in fc.util used by fc.util
CalendarUtil.Duration
           
CharRange
          A range of characters.
CustomCode
          Should be implemented for custom code functionality inside a Template.
DateRange
          A range of dates.
HAlign
          A horizontal HAlign enumeration.
IArgcheckFailHandler
          Argcheck failure handlers should implement this interface.
NanoWatch
          Allows measuring the start and stop time and (hence the elapsed time) of some event.
Platform
          Identifies the current platform/OS that the JVM is running under.
PropertyMgr
          Implementations help load and manage properties from various sources including java property files, databases, custom file formats etc.
Range
          A range of values such as numbers, dates etc.
Template
          Provides an ultra-simple template/merge type capability.
ToString
          Makes creating toString methods easier.
ToString.Style
          Drives the formatting behavior.
ToString.Style.VisibleLevel
           
Tree.IterationOrder
           
Tree.Node
           
VAlign
          A vertical VAlign enumeration.
Watch
          Allows measuring the start and stop time and (hence the elapsed time) of some event.
 

Classes in fc.util used by fc.web.servlet
PropertyMgr
          Implementations help load and manage properties from various sources including java property files, databases, custom file formats etc.
ThreadLocalCalendar
          Useful to store thread-local calendar instances.
ThreadLocalDateFormat
          Useful to store thread-local date format instances.
ThreadLocalNumberFormat
          Useful to store thread-local number format instances.
ThreadLocalObject
          Useful to store thread-local instances of any object.
ThreadLocalRandom
          Useful to store thread-local Random instances.