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.


Constructor Index

 o JDPFileDialog(JDPUser, Container, String)
 o JDPFileDialog(JDPUser, String)

Method Index

 o display()
Show the popup at the requested co-ordinates.
 o getFilePicker()
 o handleEvent(Event)

Constructors

 o JDPFileDialog
 public JDPFileDialog(JDPUser user,
                      Container parent,
                      String title)
 o JDPFileDialog
 public JDPFileDialog(JDPUser user,
                      String title)

Methods

 o getFilePicker
 public JDPFilePicker getFilePicker()
 o 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
 o handleEvent
 public boolean handleEvent(Event e)
Overrides:
handleEvent in class JDPDialog