|
Oxygen XML Editor 14.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorEditorAccessProvides access to methods related to the Author editor actions and information. It also provides methods to save the file, close, etc.
| Method Summary | |
|---|---|
int[] |
getLocationOnScreen(int x,
int y)
Deprecated. Use the getLocationOnScreenAsPoint(int x, int y) method instead. |
int[] |
modelToView(int offset)
Deprecated. use modelToViewRectangle(int offset) instead |
| Methods inherited from interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage |
|---|
getCaretOffset, getLocationOnScreenAsPoint, getLocationRelativeToEditorFromScreen, getStartEndOffsets, getWordAtCaret, isEditable, modelToViewRectangle, selectWord, setCaretPosition, setEditable, viewToModelOffset |
| Methods inherited from interface ro.sync.exml.workspace.api.editor.WSEditorBase |
|---|
close, createContentReader, getEditorLocation, isModified, isNewDocument, reloadContent, reloadContent, save, saveAs, setEditorTabText, setEditorTabTooltipText, setModified |
| Method Detail |
|---|
@Deprecated
int[] getLocationOnScreen(int x,
int y)
x - The "x" coordinate relative to the viewport origin.y - The "y" coordinate relative to the viewport origin.
@Deprecated int[] modelToView(int offset)
offset - The document offset to get the corresponding caret shape for.
|
Oxygen XML Editor 14.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||