Uses of Interface
org.apache.myfaces.trinidadinternal.image.painter.BorderPainter

Packages that use BorderPainter
org.apache.myfaces.trinidadinternal.image.laf.browser   
org.apache.myfaces.trinidadinternal.image.painter   
 

Uses of BorderPainter in org.apache.myfaces.trinidadinternal.image.laf.browser
 

Classes in org.apache.myfaces.trinidadinternal.image.laf.browser that implement BorderPainter
 class ButtonPainter
          Painter used to paint action button objects with the correct Oracle Look and Feel.
 class CompositeButtonPainter
          Painter used to paint composite button objects with the correct Oracle Look and Feel.
 

Uses of BorderPainter in org.apache.myfaces.trinidadinternal.image.painter
 

Classes in org.apache.myfaces.trinidadinternal.image.painter that implement BorderPainter
 class AbstractBorderPainter
          Abstract baseclass combining a BorderPainter with the ability to wrap other components.
 class AdjustableBorderPainter
          A border that insets painting of the wrapped painter by an amount which is adjustable from font to font.
 class NullPainter
          A completely transparent painter object that has no size.
 

Methods in org.apache.myfaces.trinidadinternal.image.painter that return BorderPainter
static BorderPainter NullPainter.getPainter()
          Returns the shared instance of the NullPainter class.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.