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.
|
ilog.views.appframe.util |
Provides common services for initializing an application and utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvApplication.initializeFileChooser(JFileChooser fileChooser,
String initialPathName,
int mode,
IlvFileDocumentTemplate fileTemplate)
Initializes a file chooser dialog.
|
IlvDocument |
IlvApplication.openDocument(IlvFileDocumentTemplate docTemplate)
Opens a document for the specified document template.
|
IlvFileChooserSelection[] |
IlvApplication.showFileChooser(String initialPathName,
String title,
int mode,
IlvFileDocumentTemplate initialTemplate,
Component parent)
Displays a file chooser dialog.
|
Modifier and Type | Method and Description |
---|---|
protected IlvFileDocumentTemplate |
IlvAbstractFileDocument.getFileDocumentTemplate()
Returns the template that has created this file document.
|
Constructor and Description |
---|
IlvFileFilter(IlvFileDocumentTemplate docTemplate,
String extension,
String description)
Constructs an
IlvFileFilter
that filters files with the specified extension . |
Modifier and Type | Method and Description |
---|---|
IlvFileDocumentTemplate |
IlvFileChooserSelection.getFileDocumentTemplate()
Returns the file document template that matches the selected file or
null . |
Constructor and Description |
---|
IlvFileChooserSelection(URL url,
IlvFileDocumentTemplate fileTemplate,
IlvFileFilter filter)
Constructs an
IlvFileChooserSelection for the specified url . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.