java.lang.Object
com.reportmill.editor.RMEditorUI
com.inductiveautomation.factorypmi.plugins.reporting.customizers.OWEditorUI

public class OWEditorUI extends RMEditorUI
This class contains all of the methods to display and handle RMEditor UI methods.
  • Constructor Details

    • OWEditorUI

      public OWEditorUI()
  • Method Details

    • getUI

      public RJPanel getUI()
      Description copied from class: RMEditorUI
      Returns the Swing UI panel for the editor window.
      Overrides:
      getUI in class RMEditorUI
    • respondUI

      public void respondUI(Object obj)
      respondUI overridden to provide response for the FPMI-specific add image button
      Overrides:
      respondUI in class RMEditorUI
    • newDocument

      public RMEditorUI newDocument()
      Creates a new default editorUI.
      Overrides:
      newDocument in class RMEditorUI
    • open

      public RMEditorUI open()
      Creates a new editor window from an open panel.
      Overrides:
      open in class RMEditorUI
    • open

      public RMEditorUI open(Object aSource)
      Creates a new editor window by opening the document from the given source.
      Overrides:
      open in class RMEditorUI