Package | Description |
---|---|
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 |
---|---|
protected IlvRecentFileList.FileInfo |
IlvRecentFileList.readFileInfo(IlvSettingsElement element)
Invoked by the
IlvRecentFileList.readSettings(ilog.views.appframe.settings.IlvSettingsElement) method to read a
FileInfo instance from the specified
settings element . |
Modifier and Type | Method and Description |
---|---|
void |
IlvRecentFileList.addRecentFileInfo(IlvRecentFileList.FileInfo fileInfo)
Adds the specified
fileInfo to the list of files managed
by this instance. |
int |
IlvRecentFileList.getRecentFileIndex(IlvRecentFileList.FileInfo fileInfo)
Returns the storage index of the file described by the
specified
fileInfo . |
boolean |
IlvRecentFileList.FileHandler.open(IlvRecentFileList.FileInfo fileInfo,
int index)
Opens the file for the specified
fileInfo . |
protected void |
IlvRecentFileList.writeFileInfo(IlvSettingsElement element,
IlvRecentFileList.FileInfo info)
Invoked by the
IlvRecentFileList.writeSettings(ilog.views.appframe.settings.IlvSettingsElement) method to write a
FileInfo instance to the specified settings
element . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.