All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.awt.ShowFileDialog

java.lang.Object
   |
   +----cynosurex.awt.ShowFileDialog

public class ShowFileDialog
extends Object

Constructor Index

 o ShowFileDialog(Frame, String)
 o ShowFileDialog(Frame, String, int)
 o ShowFileDialog(Frame, String, int, String)
 o ShowFileDialog(Frame, String, String)

Method Index

 o getDirectory()
 o getFile()
 o getPath()

Constructors

 o ShowFileDialog
 public ShowFileDialog(Frame parent,
                       String Title,
                       int Mode)
 o ShowFileDialog
 public ShowFileDialog(Frame parent,
                       String Title,
                       int Mode,
                       String Directory) throws AWTError
 o ShowFileDialog
 public ShowFileDialog(Frame parent,
                       String Title)
 o ShowFileDialog
 public ShowFileDialog(Frame parent,
                       String Title,
                       String Directory)

Methods

 o getDirectory
 public String getDirectory()
 o getFile
 public String getFile()
 o getPath
 public String getPath()

All Packages  Class Hierarchy  This Package  Previous  Next  Index