Uses of Class
pivot.wtk.Border

Packages that use Border
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of Border in pivot.wtk
 

Methods in pivot.wtk with parameters of type Border
 void BorderListener.contentChanged(Border border, Component previousContent)
          Called when a border's content component has changed.
 void BorderListener.titleChanged(Border border, java.lang.String previousTitle)
          Called when a border's title has changed.
 

Uses of Border in pivot.wtk.skin
 

Methods in pivot.wtk.skin with parameters of type Border
 void BorderSkin.contentChanged(Border border, Component previousContent)
           
 void BorderSkin.titleChanged(Border border, java.lang.String previousTitle)