|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductIOPlugIn
The ProductIOPlugIn interface is the base for all data product reader or writer plug-ins.
| Method Summary | |
|---|---|
String[] |
getDefaultFileExtensions()
Gets the default file extensions associated with each of the format names returned by the getFormatNames() method. |
String |
getDescription(Locale locale)
Gets a short description of this plug-in. |
String[] |
getFormatNames()
Gets the names of the product formats handled by this product I/O plug-in. |
BeamFileFilter |
getProductFileFilter()
Gets an instance of BeamFileFilter for use in a JFileChooser. |
| Method Detail |
|---|
String[] getFormatNames()
nullString[] getDefaultFileExtensions()
getFormatNames() method. The string array returned
shall always have the same length as the array returned by the
getFormatNames() method.
The extensions returned in the
string array also shall always include a leading colon ('.') character,
e.g. ".hdf"
nullString getDescription(Locale locale)
null the default locale is
used.
In a GUI, the description returned could be used as tool-tip text.
locale - the local for the given decription string, if null the default locale is used
BeamFileFilter getProductFileFilter()
BeamFileFilter for use in a JFileChooser.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||