public class IlvFileChooserSelection extends Object
Constructor and Description |
---|
IlvFileChooserSelection(URL url,
IlvFileDocumentTemplate fileTemplate,
IlvFileFilter filter)
Constructs an
IlvFileChooserSelection for the specified url . |
Modifier and Type | Method and Description |
---|---|
IlvFileDocumentTemplate |
getFileDocumentTemplate()
Returns the file document template that matches the selected file or
null . |
IlvFileFilter |
getFilter()
Returns the file filter that selects this file selection.
|
URL |
getURL()
Returns the URL of the file selected in the file chooser.
|
public IlvFileChooserSelection(URL url, IlvFileDocumentTemplate fileTemplate, IlvFileFilter filter)
IlvFileChooserSelection
for the specified url
.url
- The URL of the file selected by the user in the file chooser.fileTemplate
- The file document template that matches this selected
file or null
.filter
- The file filter that matches the file selection.getURL()
,
getFileDocumentTemplate()
,
getFilter()
public final URL getURL()
public final IlvFileDocumentTemplate getFileDocumentTemplate()
null
.public final IlvFileFilter getFilter()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.