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
 
Methods inherited from interface org.apache.pivot.wtk.ConstrainedVisual
getBaseline, getPreferredHeight, getPreferredSize, getPreferredWidth, setSize
 
Methods inherited from interface org.apache.pivot.wtk.Visual
getBaseline, getHeight, getWidth, paint
 

Method Detail

getFileAt

File getFileAt(int x,
               int y)