Package org.apache.pivot.wtk
Interface Window.Skin
-
- All Superinterfaces:
ConstrainedVisual
,Skin
,Visual
- All Known Implementing Classes:
ColorChooserButtonSkin.ColorChooserPopupSkin
,TerraAlertSkin
,TerraDialogSkin
,TerraFileBrowserSheetSkin
,TerraFrameSkin
,TerraMenuPopupSkin
,TerraPaletteSkin
,TerraPromptSkin
,TerraSheetSkin
,TerraSuggestionPopupSkin
,TerraTooltipSkin
,TerraVFSBrowserSheetSkin
,WindowSkin
- Enclosing class:
- Window
public static interface Window.Skin extends Skin
Window skin interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bounds
getClientArea()
-
Methods inherited from interface org.apache.pivot.wtk.ConstrainedVisual
getBaseline, getPreferredHeight, getPreferredSize, getPreferredWidth, setSize, setSize
-
Methods inherited from interface org.apache.pivot.wtk.Skin
getComponent, install, isFocusable, isOpaque, layout
-
-
-
-
Method Detail
-
getClientArea
Bounds getClientArea()
-
-