java.awt.peer
Interface FileDialogPeer
- All Superinterfaces:
- ComponentPeer, ContainerPeer, DialogPeer, WindowPeer
public interface FileDialogPeer
- extends DialogPeer
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
| Methods inherited from interface java.awt.peer.ComponentPeer |
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, dispose, flip, getBackBuffer, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, paint, prepareImage, print, reparent, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, updateCursorImmediately |
setFile
void setFile(java.lang.String file)
setDirectory
void setDirectory(java.lang.String dir)
setFilenameFilter
void setFilenameFilter(java.io.FilenameFilter filter)