Class EditTiffG

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class EditTiffG extends JFrame implements ActionListener
Provides a GUI for editing TIFF file comments.
Author:
Curtis Rueden ctrueden at wisc.edu
See Also:
  • Field Details

  • Constructor Details

    • EditTiffG

      public EditTiffG()
  • Method Details

    • getXML

      public String getXML()
    • setXML

      public void setXML(String xml)
    • open

      public void open()
    • save

      public void save()
    • exit

      public void exit()
    • openFile

      public void openFile(File f)
    • openFile

      public void openFile(File f, loci.common.RandomAccessInputStream in)
    • saveFile

      public void saveFile(File f)
    • showError

      public void showError(Throwable t)
    • openFile

      @Deprecated public static void openFile(String filename)
      Deprecated.
    • open

      public static loci.common.RandomAccessInputStream open(String filename) throws IOException
      Throws:
      IOException
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception