|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.freecol.client.gui.panel.FileList.FileListEntry
public class FileList.FileListEntry
A single entry in the FileList.
| Field Summary | |
|---|---|
private java.io.File |
file
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.io.File file
| Constructor Detail |
|---|
public FileList.FileListEntry(java.io.File file)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.io.File getFile()
File
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||