org.apache.pivot.wtk
Interface FileBrowser.Skin

All Superinterfaces:
ConstrainedVisual, Skin, Visual
All Known Implementing Classes:
FileBrowserSkin, TerraFileBrowserSkin
Enclosing class:
FileBrowser

public static interface FileBrowser.Skin
extends Skin

File browser skin interface.


Method Summary
 File getFileAt(int x, int y)
           
 
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

getFileAt

File getFileAt(int x,
               int y)