Package com.rmwin1
Class OWEditorUI
- java.lang.Object
- 
- com.reportmill.editor.RMEditorUI
- 
- com.rmwin1.OWEditorUI
 
 
- 
 public class OWEditorUI extends RMEditorUI 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.RMEditorUIRMEditorUI.EditorViewport
 
- 
 - 
Constructor SummaryConstructors Constructor Description OWEditorUI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanelgetUI()Returns the Swing UI panel for the editor window.RMEditorUInewDocument()Creates a new default editorUI.RMEditorUIopen()Creates a new editor window from an open panel.RMEditorUIopen(java.lang.Object aSource)Creates a new editor window by opening the document from the given source.voidquit()RMEditor IO method - callled when the app is about to exit to gracefully handle any open documents.voidrevert()Reloads the current editor document from the last saved version.voidrunWelcome()Runs the welcome panel.voidsave()Saves the current editor document, running the save panel if needed.voidsaveAs()Saves the current editor document, running the save panel.voidsaveAs(java.lang.String aPath)Saves the current editor document to the given path.- 
Methods inherited from class com.reportmill.editor.RMEditorUIclose, exportFlash, exportFlashHTML, exportPDF, getEditor, getEditor, getEditorCount, getEditorUI, getMainEditor, getMainEditorUI, getWindow, openSample, previewApplet, previewCSV, previewFlash, previewHTML, previewJPG, previewPDF, previewPNG, previewXML, removeEditor, reset, resetUI, respondUI, setEditor, setMainEditorUI, setUI, showPopupMenu, toggleRulers, windowDidResize, windowShouldClose
 
- 
 
- 
- 
- 
Method Detail- 
getUIpublic RJPanel getUI() Description copied from class:RMEditorUIReturns the Swing UI panel for the editor window.- Overrides:
- getUIin class- RMEditorUI
 
 - 
newDocumentpublic RMEditorUI newDocument() Creates a new default editorUI.- Overrides:
- newDocumentin class- RMEditorUI
 
 - 
openpublic RMEditorUI open() Creates a new editor window from an open panel.- Overrides:
- openin class- RMEditorUI
 
 - 
openpublic RMEditorUI open(java.lang.Object aSource) Creates a new editor window by opening the document from the given source.- Overrides:
- openin class- RMEditorUI
 
 - 
savepublic void save() Saves the current editor document, running the save panel if needed.- Overrides:
- savein class- RMEditorUI
 
 - 
saveAspublic void saveAs() Saves the current editor document, running the save panel.- Overrides:
- saveAsin class- RMEditorUI
 
 - 
saveAspublic void saveAs(java.lang.String aPath) Saves the current editor document to the given path.- Overrides:
- saveAsin class- RMEditorUI
 
 - 
revertpublic void revert() Reloads the current editor document from the last saved version.- Overrides:
- revertin class- RMEditorUI
 
 - 
quitpublic void quit() RMEditor IO method - callled when the app is about to exit to gracefully handle any open documents.- Overrides:
- quitin class- RMEditorUI
 
 - 
runWelcomepublic void runWelcome() Runs the welcome panel.- Overrides:
- runWelcomein class- RMEditorUI
 
 
- 
 
-