Package adams.core.io
Interface AbsolutePathSupporter
-
- All Known Implementing Classes:
DatasetFileChooserPanel
,DirectoryChooserPanel
,DirectoryValueDefinition
,FileChooserPanel
,FileValueDefinition
,SpreadSheetFileChooserPanel
public interface AbsolutePathSupporter
Interface for classes that support absolute paths.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getUseAbsolutePath()
Returns whether to use absolute paths.void
setUseAbsolutePath(boolean value)
Sets whether to use absolute paths.
-