Package adams.core.io
Interface AbsolutePathSupporter
-
- All Known Implementing Classes:
DatasetFileChooserPanel,DirectoryChooserPanel,DirectoryValueDefinition,FileChooserPanel,FileValueDefinition,MultipleFileChooserPanel,SpreadSheetFileChooserPanel
public interface AbsolutePathSupporterInterface 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 booleangetUseAbsolutePath()Returns whether to use absolute paths.voidsetUseAbsolutePath(boolean value)Sets whether to use absolute paths.
-