Class SourcebookEditorDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
megamek.client.ui.dialogs.abstractDialogs.AbstractDialog
megameklab.ui.dialog.AbstractMMLDialog
megameklab.ui.dialog.SourcebookEditorDialog
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class SourcebookEditorDialog extends AbstractMMLDialog
Author: Drake This dialog allows editing of sourcebook information stored in the data/sourcebooks folder. Should be used with caution as changes will affect all units that reference the edited sourcebook.
See Also:
  • Method Details

    • showDialog

      public static void showDialog(JFrame frame)
    • createCenterPane

      protected Container createCenterPane()
      Specified by:
      createCenterPane in class megamek.client.ui.dialogs.abstractDialogs.AbstractDialog
    • cancelActionPerformed

      protected void cancelActionPerformed(ActionEvent event)
      Overrides:
      cancelActionPerformed in class megamek.client.ui.dialogs.abstractDialogs.AbstractDialog
    • windowClosing

      public void windowClosing(WindowEvent event)
      Specified by:
      windowClosing in interface WindowListener
      Overrides:
      windowClosing in class megamek.client.ui.dialogs.abstractDialogs.AbstractDialog
    • windowClosed

      public void windowClosed(WindowEvent event)
      Specified by:
      windowClosed in interface WindowListener
      Overrides:
      windowClosed in class megamek.client.ui.dialogs.abstractDialogs.AbstractDialog