public class OWEditorUI extends RMEditorUI
RMEditorUI.EditorViewport| Constructor and Description |
|---|
OWEditorUI() |
| Modifier and Type | Method and Description |
|---|---|
RJPanel |
getUI()
Returns the Swing UI panel for the editor window.
|
RMEditorUI |
newDocument()
Creates a new default editorUI.
|
RMEditorUI |
open()
Creates a new editor window from an open panel.
|
RMEditorUI |
open(java.lang.Object aSource)
Creates a new editor window by opening the document from the given source.
|
void |
quit()
RMEditor IO method - callled when the app is about to exit to gracefully handle any open documents.
|
void |
revert()
Reloads the current editor document from the last saved version.
|
void |
runWelcome()
Runs the welcome panel.
|
void |
save()
Saves the current editor document, running the save panel if needed.
|
void |
saveAs()
Saves the current editor document, running the save panel.
|
void |
saveAs(java.lang.String aPath)
Saves the current editor document to the given path.
|
close, 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, windowShouldClosepublic RJPanel getUI()
RMEditorUIgetUI in class RMEditorUIpublic RMEditorUI newDocument()
newDocument in class RMEditorUIpublic RMEditorUI open()
open in class RMEditorUIpublic RMEditorUI open(java.lang.Object aSource)
open in class RMEditorUIpublic void save()
save in class RMEditorUIpublic void saveAs()
saveAs in class RMEditorUIpublic void saveAs(java.lang.String aPath)
saveAs in class RMEditorUIpublic void revert()
revert in class RMEditorUIpublic void quit()
quit in class RMEditorUIpublic void runWelcome()
runWelcome in class RMEditorUI