Class OWEditorUI
java.lang.Object
com.reportmill.editor.RMEditorUI
com.inductiveautomation.factorypmi.plugins.reporting.customizers.OWEditorUI
This class contains all of the methods to display and handle RMEditor UI methods.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.reportmill.editor.RMEditorUI
RMEditorUI.EditorViewport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUI()
Returns the Swing UI panel for the editor window.Creates a new default editorUI.open()
Creates a new editor window from an open panel.Creates a new editor window by opening the document from the given source.void
respondUI overridden to provide response for the FPMI-specific add image buttonMethods inherited from class com.reportmill.editor.RMEditorUI
close, exportFlash, exportFlashHTML, exportPDF, getEditor, getEditor, getEditorCount, getEditorUI, getMainEditor, getMainEditorUI, getWindow, openSample, previewApplet, previewCSV, previewFlash, previewHTML, previewJPG, previewPDF, previewPNG, previewXML, quit, removeEditor, reset, resetUI, revert, runWelcome, save, saveAs, saveAs, setEditor, setMainEditorUI, setUI, showPopupMenu, toggleRulers, windowDidResize, windowShouldClose
-
Constructor Details
-
OWEditorUI
public OWEditorUI()
-
-
Method Details
-
getUI
Description copied from class:RMEditorUI
Returns the Swing UI panel for the editor window.- Overrides:
getUI
in classRMEditorUI
-
respondUI
respondUI overridden to provide response for the FPMI-specific add image button- Overrides:
respondUI
in classRMEditorUI
-
newDocument
Creates a new default editorUI.- Overrides:
newDocument
in classRMEditorUI
-
open
Creates a new editor window from an open panel.- Overrides:
open
in classRMEditorUI
-
open
Creates a new editor window by opening the document from the given source.- Overrides:
open
in classRMEditorUI
-