cynosurex.awt
Class ShowFileDialog

java.lang.Object
  extended by cynosurex.awt.ShowFileDialog
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon

public class ShowFileDialog
extends java.lang.Object
implements cynosurex.internal.CommonInterface


Field Summary
static java.lang.String fileSeparator
           
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Constructor Summary
ShowFileDialog(java.awt.Frame parent, java.lang.String Title)
          Constructor.
ShowFileDialog(java.awt.Frame parent, java.lang.String Title, int Mode)
          Constructor.
ShowFileDialog(java.awt.Frame parent, java.lang.String Title, int Mode, java.lang.String Directory)
          Constructor.
ShowFileDialog(java.awt.Frame parent, java.lang.String Title, java.lang.String Directory)
          Constructor.
 
Method Summary
 java.lang.String getDirectory()
          Return the selected directory.
 java.lang.String getFile()
          Return the selected file.
 java.lang.String getPath()
          Return the selected file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileSeparator

public static final java.lang.String fileSeparator
Constructor Detail

ShowFileDialog

public ShowFileDialog(java.awt.Frame parent,
                      java.lang.String Title,
                      int Mode)
Constructor.


ShowFileDialog

public ShowFileDialog(java.awt.Frame parent,
                      java.lang.String Title,
                      int Mode,
                      java.lang.String Directory)
               throws java.awt.AWTError
Constructor.

Throws:
java.awt.AWTError

ShowFileDialog

public ShowFileDialog(java.awt.Frame parent,
                      java.lang.String Title)
Constructor.


ShowFileDialog

public ShowFileDialog(java.awt.Frame parent,
                      java.lang.String Title,
                      java.lang.String Directory)
Constructor.

Method Detail

getDirectory

public java.lang.String getDirectory()
Return the selected directory.


getFile

public java.lang.String getFile()
Return the selected file.


getPath

public java.lang.String getPath()
Return the selected file.