Uses of Class
org.apache.pivot.wtk.Border
-
Packages that use Border Package Description 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 Modifier and Type Method Description voidBorderListener.Adapter. contentChanged(Border border, Component previousContent)Deprecated.default voidBorderListener. contentChanged(Border border, Component previousContent)Called when a border's content component has changed.voidBorderListener.Listeners. contentChanged(Border border, Component previousContent)voidBorderListener.Adapter. titleChanged(Border border, java.lang.String previousTitle)Deprecated.voidBorderListener.Listeners. titleChanged(Border border, java.lang.String previousTitle)default voidBorderListener. titleChanged(Border border, java.lang.String previousTitle)Called when a border's title has changed. -
Uses of Border in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Border Modifier and Type Method Description voidBorderSkin. contentChanged(Border border, Component previousContent)voidBorderSkin. titleChanged(Border border, java.lang.String previousTitle)
-