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 |
respondUI(java.lang.Object obj)
respondUI overridden to provide response for the FPMI-specific add image button
|
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, windowShouldClosepublic RJPanel getUI()
RMEditorUIgetUI in class RMEditorUIpublic void respondUI(java.lang.Object obj)
respondUI in class RMEditorUIpublic RMEditorUI newDocument()
newDocument in class RMEditorUIpublic RMEditorUI open()
open in class RMEditorUIpublic RMEditorUI open(java.lang.Object aSource)
open in class RMEditorUI