All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.l2f.gui.FileControl

java.lang.Object
   |
   +----fr.l2f.gui.FileControl

public class FileControl
extends Object

Constructor Index

 o FileControl(Frame)
 o FileControl(Frame, String)
 o FileControl(Frame, String, int)

Method Index

 o getDirectory()
 o getFile()
 o getFullPath()
 o show()

Constructors

 o FileControl
 public FileControl(Frame frame)
 o FileControl
 public FileControl(Frame frame,
                    String title)
 o FileControl
 public FileControl(Frame frame,
                    String title,
                    int mode)

Methods

 o getDirectory
 public String getDirectory()
 o getFile
 public String getFile()
 o getFullPath
 public String getFullPath()
 o show
 public void show()

All Packages  Class Hierarchy  This Package  Previous  Next  Index