Package | Description |
---|---|
ilog.views.appframe |
Provides common classes that are used within all Java Application Framework modules.
|
ilog.views.appframe.docview |
Provides classes that are involved in the Document/View architecture of the Java Application Framework.
|
Modifier and Type | Method and Description |
---|---|
IlvRecentFileList |
IlvApplication.getRecentFileList()
Returns the recent file list used by the application to store
the Most Recently Used files.
|
Modifier and Type | Field and Description |
---|---|
protected IlvRecentFileList |
IlvRecentFileList.FileInfo.recentFileList
The recent file list that stores this file information.
|
Constructor and Description |
---|
FileInfo(String pathname,
IlvRecentFileList recentFileList)
Constructs a new
FileInfo for the specified pathname. |
FileInfo(URL url,
IlvRecentFileList recentFileList)
Constructs a new
FileInfo for the specified URL. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.