org.apache.pivot.wtk
Interface Window.Skin

All Superinterfaces:
ConstrainedVisual, Skin, Visual
All Known Implementing Classes:
TerraAlertSkin, TerraDialogSkin, TerraFileBrowserSheetSkin, TerraFrameSkin, TerraMenuPopupSkin, TerraPaletteSkin, TerraPromptSkin, TerraSheetSkin, TerraTooltipSkin, WindowSkin
Enclosing class:
Window

public static interface Window.Skin
extends Skin

Window skin interface.


Method Summary
 Bounds getClientArea()
           
 
Methods inherited from interface org.apache.pivot.wtk.Skin
getComponent, install, isFocusable, isOpaque, layout, uninstall
 
Methods inherited from interface org.apache.pivot.wtk.ConstrainedVisual
getPreferredHeight, getPreferredSize, getPreferredWidth, setSize
 
Methods inherited from interface org.apache.pivot.wtk.Visual
getHeight, getWidth, paint
 

Method Detail

getClientArea

Bounds getClientArea()