net.sf.freecol.client.gui.panel
Class FileList.FileListEntry

java.lang.Object
  extended by net.sf.freecol.client.gui.panel.FileList.FileListEntry
Enclosing class:
FileList

public class FileList.FileListEntry
extends java.lang.Object

A single entry in the FileList.


Constructor Summary
FileList.FileListEntry(java.io.File file)
           
 
Method Summary
 java.io.File getFile()
          Gets the file.
 java.lang.String toString()
          Gets a string representation of the file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileList.FileListEntry

public FileList.FileListEntry(java.io.File file)
Method Detail

toString

public java.lang.String toString()
Gets a string representation of the file.

Overrides:
toString in class java.lang.Object

getFile

public java.io.File getFile()
Gets the file.

Returns:
The File