jas.hist
Interface SaveAsPlugin

All Known Implementing Classes:
SaveAsGIF, SaveAsPlotML

public interface SaveAsPlugin

Author:
tonyj

Method Summary
 File adjustFilename(File file)
           
 FileFilter getFileFilter()
           
 JPanel getOptionsPanel()
           
 boolean hasOptions()
           
 void restoreOptions(Properties props)
           
 void saveAs(Component c, OutputStream os, File file, Component dialogParent)
           
 void saveOptions(Properties props)
           
 boolean supportsClass(Object o)
           
 

Method Detail

supportsClass

boolean supportsClass(Object o)

hasOptions

boolean hasOptions()

getFileFilter

FileFilter getFileFilter()

getOptionsPanel

JPanel getOptionsPanel()

adjustFilename

File adjustFilename(File file)

saveAs

void saveAs(Component c,
            OutputStream os,
            File file,
            Component dialogParent)
            throws IOException
Throws:
IOException

saveOptions

void saveOptions(Properties props)

restoreOptions

void restoreOptions(Properties props)


Copyright © 2000-2009 FreeHEP. All Rights Reserved.