|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileExtensionDescriptor
Describes a file extension handled by a connector. Typical use of this extension is to provide a comprehensive file selection dialog box to the end-user.
This interface is not intended to be implemented by clients.
ConnectorDescriptor.getFileExtensions()| Method Summary | |
|---|---|
String |
getDescription()
Returns a description of this file extension ("XML File" for example). |
String |
getExtension()
Returns the file extension ("xml" for example). |
boolean |
isDefault()
Determines wheter this file extension is the default extension to handle. |
| Method Detail |
|---|
String getExtension()
String getDescription()
boolean isDefault()
Typical use is to select this extension as the default one in a file selection dialog box.
true if this is the default extension, false otherwise.ConnectorDescriptor.getDefaultFileExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||