Module org.jpo

Class PictureInfoEditor

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

public class PictureInfoEditor extends JFrame
An editor window that allows the attributes of a picture to be modified
See Also:
  • Constructor Details

    • PictureInfoEditor

      public PictureInfoEditor(SortableDefaultMutableTreeNode editNode)
      Constructor a Picture Info Editor
      Parameters:
      editNode - The node being edited.
  • Method Details

    • getRid

      public void getRid()
      Close the editor window and release all listeners.
    • callSaveFieldData

      @TestOnly public void callSaveFieldData()
      Don't use: accessor to the private saveFieldData function for unit tests.