Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getFileAt(int x, int y)
Get the file selection at the given X/Y coordinates.-
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
-
-