Class JDPFileDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----JDPDialog
|
+----JDPFileDialog
- public class JDPFileDialog
- extends JDPDialog
Class JDPDialog represents a file dialog window.
-
JDPFileDialog(JDPUser, Container, String)
-
-
JDPFileDialog(JDPUser, String)
-
-
display()
- Show the popup at the requested co-ordinates.
-
getFilePicker()
-
-
handleEvent(Event)
-
JDPFileDialog
public JDPFileDialog(JDPUser user,
Container parent,
String title)
JDPFileDialog
public JDPFileDialog(JDPUser user,
String title)
getFilePicker
public JDPFilePicker getFilePicker()
display
public void display()
- Show the popup at the requested co-ordinates.
- Parameters:
- xPostion - the x postion to display the popup at.
- yPostion - the x postion to display the popup at.
- Overrides:
- display in class JDPDialog
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class JDPDialog