|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.appframe.docview.IlvRecentFileList.FileInfo
public static class IlvRecentFileList.FileInfo
Stores information for a file listed by a recent file list.
| Field Summary | |
|---|---|
protected IlvRecentFileList |
recentFileList
The recent file list that stores this file information. |
| Constructor Summary | |
|---|---|
IlvRecentFileList.FileInfo(String pathname,
IlvRecentFileList recentFileList)
Constructs a new FileInfo for the specified pathname. |
|
IlvRecentFileList.FileInfo(URL url,
IlvRecentFileList recentFileList)
Constructs a new FileInfo for the specified URL. |
|
| Method Summary | |
|---|---|
String |
getPathname()
Returns the pathname of the file that this object provides information for. |
URL |
getURL()
Returns the URL of the file that this instance provides information for. |
void |
setPathname(String pathname)
Sets the pathname of this file information. |
void |
setURL(URL url)
Sets the URL of the file to store information for. |
String |
toString()
Returns a string representation of this file to be displayed by a menu item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected IlvRecentFileList recentFileList
| Constructor Detail |
|---|
public IlvRecentFileList.FileInfo(String pathname,
IlvRecentFileList recentFileList)
FileInfo for the specified pathname.
pathname - The pathname of the file to store information from.
If the specified recent file list is not used for storing pathnames, this
parameter may represent a key name that will be interpreted by the
user of the file list.
public IlvRecentFileList.FileInfo(URL url,
IlvRecentFileList recentFileList)
FileInfo for the specified URL.
url - The URL of the file to store information from.| Method Detail |
|---|
public URL getURL()
getURL()public void setURL(URL url)
url - The URL of this file information.setURL(java.net.URL)public void setPathname(String pathname)
pathname - The new pathname of the file information.getPathname()public String getPathname()
setPathname(java.lang.String)public String toString()
IlvRecentFileList.getMenuString(String, boolean).
toString in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||