Uses of Class
org.apache.pivot.wtk.Border

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

Uses of Border in org.apache.pivot.wtk
 

Methods in org.apache.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.Adapter.contentChanged(Border border, Component previousContent)
           
 void BorderListener.titleChanged(Border border, String previousTitle)
          Called when a border's title has changed.
 void BorderListener.Adapter.titleChanged(Border border, String previousTitle)
           
 

Uses of Border in org.apache.pivot.wtk.skin
 

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