@Deprecated
public interface Parameterizable
Modifier and Type | Method and Description |
---|---|
javax.swing.filechooser.FileFilter |
getFileFilter()
Deprecated.
This method returns the appropriate FileFilter instance for this class.
|
java.lang.String |
getFilename()
Deprecated.
This method returns the filename of the parameters.
|
java.lang.String |
getName()
Deprecated.
This method returns a name that defines the parameters.
|
void |
loadFromFile(java.lang.String filename)
Deprecated.
This method reads the parameters of the instance in a file.
|
void loadFromFile(java.lang.String filename) throws java.io.IOException
filename
- the path of the filejava.io.IOException
javax.swing.filechooser.FileFilter getFileFilter()
java.lang.String getFilename()
java.lang.String getName()