Class EditorFrame

All Implemented Interfaces:
ComponentListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BeanInterface, ModifiedFlag, WindowInterface

public class EditorFrame extends JmriJFrame
Frame for editing Digitrax SDF files.

This is just an enclosure for the EditorPane, which does the real work.

This handles file read/write.

See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
      Description copied from class: JmriJFrame
      When window is finally destroyed, remove it from the list of windows.

      Subclasses that over-ride this method must invoke this implementation with super.dispose() right before returning.

      Specified by:
      dispose in interface WindowInterface
      Overrides:
      dispose in class JmriJFrame