Class OWEditorUI


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

      • OWEditorUI

        public OWEditorUI()
    • Method Detail

      • 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​(java.lang.Object obj)
        respondUI overridden to provide response for the FPMI-specific add image button
        Overrides:
        respondUI in class RMEditorUI
      • open

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