org.graphnetwork.ui
Class FileLoaderUI

java.lang.Object
  extended by org.graphnetwork.ui.FileLoaderUI

public class FileLoaderUI
extends java.lang.Object


Constructor Summary
FileLoaderUI(java.lang.String title)
          Display a JFileChooser
 
Method Summary
 java.io.File getFile()
           
 java.lang.String getFileName()
           
 java.lang.String getFilePath()
           
 boolean isFileLoaded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLoaderUI

public FileLoaderUI(java.lang.String title)
Display a JFileChooser

Parameters:
title - the title of the file chooser
Method Detail

isFileLoaded

public boolean isFileLoaded()
Returns:
true if the file is correctly loaded

getFileName

public java.lang.String getFileName()
Returns:
name the filename

getFile

public java.io.File getFile()
Returns:
the loaded file

getFilePath

public java.lang.String getFilePath()
Returns:
path the path of the file