Uses of Interface
imx.loggui.lib.CreatorInterface

Packages that use CreatorInterface
imx.loggui   
imx.loggui.handler   
imx.loggui.lib   
 

Uses of CreatorInterface in imx.loggui
 

Methods in imx.loggui with parameters of type CreatorInterface
 void LogMaster.addFilterCreator(CreatorInterface filterCreator)
          Registers a new filter Creator in the filter Creator selection list.
 void LogMaster.addFormatterCreator(CreatorInterface formatterCreator)
          Registers a new formatter Creator in the formatter Creator selection list.
 void LogMaster.addHandlerCreator(CreatorInterface handlerCreator)
          Registers a new handler Creator in the handler Creator selection list.
 

Uses of CreatorInterface in imx.loggui.handler
 

Classes in imx.loggui.handler that implement CreatorInterface
 class DefaultStreamCreator
          This Creator returns a handler which streams to one of the default streams.
 

Uses of CreatorInterface in imx.loggui.lib
 

Classes in imx.loggui.lib that implement CreatorInterface
 class DefaultCreator
          This object can create a new instance from a given Class type.