Uses of Class
com.levigo.jadice.web.client.internal.annotation.editor.TextEditor
Packages that use TextEditor
Package
Description
-
Uses of TextEditor in com.levigo.jadice.web.client.internal.annotation.editor
Subclasses of TextEditor in com.levigo.jadice.web.client.internal.annotation.editor -
Uses of TextEditor in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return TextEditorModifier and TypeMethodDescriptionprotected TextEditor
CalloutAnnotationWrangler.createTextEditor
(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) protected TextEditor
IconifiedTextAnnotationWrangler.createTextEditor
(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) protected TextEditor
TextAnnotationWrangler.createTextEditor
(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) Creates a text editor.Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type TextEditorModifier and TypeMethodDescriptionvoid
TextEditorPopupExecutor.execute
(com.levigo.jadice.web.client.viewer.internal.BasicPageView pageView, TextEditor editor, Collection<Object> context, Rectangle editorBounds, com.levigo.jadice.web.client.page.internal.PageContainer pageContainer)