jas2.hist
Interface SaveAsPlugin
-
- All Known Implementing Classes:
- SaveAsGIF, SaveAsPlotML, SaveAsPluginAdapter
public interface SaveAsPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.io.FileadjustFilename(java.io.File file)javax.swing.filechooser.FileFiltergetFileFilter()javax.swing.JPanelgetOptionsPanel()booleanhasOptions()voidrestoreOptions(java.util.Properties props)voidsaveAs(java.awt.Component c, java.io.OutputStream os, java.io.File file, java.awt.Component dialogParent)voidsaveOptions(java.util.Properties props)booleansupportsClass(java.lang.Object o)
-
-
-
Method Detail
-
supportsClass
boolean supportsClass(java.lang.Object o)
-
hasOptions
boolean hasOptions()
-
getFileFilter
javax.swing.filechooser.FileFilter getFileFilter()
-
getOptionsPanel
javax.swing.JPanel getOptionsPanel()
-
adjustFilename
java.io.File adjustFilename(java.io.File file)
-
saveAs
void saveAs(java.awt.Component c, java.io.OutputStream os, java.io.File file, java.awt.Component dialogParent) throws java.io.IOException- Throws:
java.io.IOException
-
saveOptions
void saveOptions(java.util.Properties props)
-
restoreOptions
void restoreOptions(java.util.Properties props)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG