Class SwingFileChooserPeer
java.lang.Object
net.thevpc.echo.swing.peers.SwingFileChooserPeer
- All Implemented Interfaces:
AppComponentPeer, AppFileChooserPeer, SwingPeer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(AppComponent comp) static JFileChooserprepareChooser(JFileChooser swingFileChooser, AppFileControl chooser) booleanshowOpenDialog(Object parent) booleanshowSaveDialog(Object parent) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AppComponentPeer
addChild, removeChild, uninstallMethods inherited from interface SwingPeer
awtComponent, jcomponent, requestFocus
-
Constructor Details
-
SwingFileChooserPeer
public SwingFileChooserPeer()
-
-
Method Details
-
install
- Specified by:
installin interfaceAppComponentPeer
-
toolkitComponent
- Specified by:
toolkitComponentin interfaceAppComponentPeer
-
prepareChooser
-
showOpenDialog
- Specified by:
showOpenDialogin interfaceAppFileChooserPeer
-
showSaveDialog
- Specified by:
showSaveDialogin interfaceAppFileChooserPeer
-