Uses of Interface
com.levigo.jadice.web.client.PageView
Packages that use PageView
Package
Description
-
Uses of PageView in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageViewModifier and TypeMethodDescriptionThumbnailView.getPageView()Viewer.getPageView()Gets the PageView enclosed by this Viewer.ThumbnailView.getThumbnailPageView()Methods in com.levigo.jadice.web.client with parameters of type PageViewConstructors in com.levigo.jadice.web.client with parameters of type PageViewModifierConstructorDescriptionThumbnailViewBuilder(PageView targetPageView) The later createdThumbnailViewwill track the givenPageViewand show thumbnails for theViewComponent.getDocument()current document. -
Uses of PageView in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return PageViewMethods in com.levigo.jadice.web.client.commands with parameters of type PageViewModifier and TypeMethodDescriptionvoidAbstractPageViewCommand.setPageView(PageView pageView) voidShowAnnotationEditorCommand.setPageView(PageView pageView) voidShowGradationCommand.setPageView(PageView pageView) voidShowResolutionCalibrationWidgetCommand.setPageView(PageView pageView) Sets thePageViewinstance. -
Uses of PageView in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return PageViewMethods in com.levigo.jadice.web.client.internal.annotation with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageViewModifier and TypeMethodDescriptionprotected RectangleCalloutAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) protected RectangleStampAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) protected RectangleTextAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) Calculates the editor bounds which should be the same size and position as the text annotation.ArrowAnnotationWrangler.getHandles(PageView pageView, Page page, ArrowAnnotation annotation) CalloutAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) DefaultWrangler.getHandles(PageView pageView, Page page, T annotation) FreehandAnnotationWrangler.getHandles(PageView pageView, Page page, PathAnnotation annotation) IconifiedTextAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) IconWrangler.getHandles(PageView pageView, Page page, T annotation) JWTImageAnnotationWrangler.getHandles(PageView pageView, Page page, JWTImageAnnotation annotation) LineAnnotationWrangler.getHandles(PageView pageView, Page page, LineAnnotation annotation) MultiWrangler.getHandles(PageView pageView, Page page, Collection<? extends Annotation> annotations) PolygonAnnotationWrangler.getHandles(PageView pageView, Page page, PathAnnotation annotation) ResizeAnnotationsGesture.getHandles(PageView pageView, Page page, Collection<? extends Annotation> annotations) StampAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) TextAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) TextHighlightAnnotationWrangler.getHandles(PageView pageView, Page page, TextHighlightAnnotation annotation) protected floatTextAnnotationWrangler.getMultiplier(PageView pageView, Page page) This method calculates the multiplier for the correct translation of units for a correct presentation and positioning of the editor.static booleanMoveGesture.isAllowed(PageView pageView, Page page, Collection<? extends Annotation> annotations) protected voidTextAnnotationWrangler.openTextEditor(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup.Constructors in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageViewModifierConstructorDescriptionMoveGesture(Collection<? extends Annotation> annotations, PageView pageView, Page page) -
Uses of PageView in com.levigo.jadice.web.client.internal.annotation.wrangler.callout
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageViewModifier and TypeMethodDescriptionstatic voidCalloutAnnotations.autoMoveTextBox(CalloutAnnotation annotation, PageView pageView, Point2D moveToCenterPoint) Performs the automatic move, meaning the textbox can be moved, but the arrow head remains at the same location.ModifyCalloutGesture.getHandles(PageView pageView) ModifyTextBoxGesture.getHandles(PageView pageView, Page page, CalloutAnnotation annotation) static voidCalloutAnnotations.pageClampPoint(PageView pageView, Page page, Point2D p) Makes sure that the given point is inside the page rectangleConstructors in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageViewModifierConstructorDescriptionTextBoxMoveGesture(PageView pageView, CalloutAnnotation annotation, Page page) -
Uses of PageView in com.levigo.jadice.web.client.layout
Methods in com.levigo.jadice.web.client.layout with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.rendercontrols
Methods in com.levigo.jadice.web.client.rendercontrols with parameters of type PageViewModifier and TypeMethodDescriptionstatic com.levigo.jadice.web.client.rendercontrols.internal.WritableRenderPresetsRenderControlsJsonSerializer.createRenderPresets(PageView pageView, Document document, ControlsKitFilter filter) static voidRenderControlsJsonSerializer.deSerializeRenderControls(String json, PageView pageView) static voidRenderControlsJsonSerializer.deSerializeRenderControls(String json, List<Page> pages, PageView pageView) Take a json object and restoreRenderControlson the givenpagescurrently present inPageViewsDocument.static StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, Document document) Take both theRenderControlsthat are applied document-wide and page-wide and create a json objectstatic StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, Document document, ControlsKitFilter filter) Take both theRenderControlsthat are applied document-wide and page-wide and create a json objectstatic StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, List<Page> pages) Take pageRenderControlsand create a json object for them.static StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, List<Page> pages, ControlsKitFilter filter) Take pageRenderControlsand create a json object for them. -
Uses of PageView in com.levigo.jadice.web.client.rule
Methods in com.levigo.jadice.web.client.rule with parameters of type PageViewModifier and TypeMethodDescriptionvoidAbstractPresentationRule.currentPageChanged(PageView view, Page page) voidPresentationRule.currentPageChanged(PageView view, Page page) voidAbstractPresentationRule.pageLayoutStyleChanged(PageView view, PageLayout pageLayoutStyle) voidPresentationRule.pageLayoutStyleChanged(PageView view, PageLayout pageLayoutStyle) voidAbstractPresentationRule.renderSettingChanged(PageView view, RenderSettingsEvent evt) voidPresentationRule.renderSettingChanged(PageView view, RenderSettingsEvent evt) voidAbstractPresentationRule.viewResized(PageView view) voidPresentationRule.viewResized(PageView view) -
Uses of PageView in com.levigo.jadice.web.client.rules
Methods in com.levigo.jadice.web.client.rules with parameters of type PageViewModifier and TypeMethodDescriptionvoidApplyDynamicZoomRule.currentPageChanged(PageView view, Page page) voidApplyDynamicZoomRule.pageLayoutStyleChanged(PageView view, PageLayout pageLayoutStyle) Deactivates dynamic zoom mode whenever the layout is changed from SinglePageLayout to anything different.voidApplyDynamicZoomRule.renderSettingChanged(PageView pageView, RenderSettingsEvent evt) Changes the layout to SinglePageLayout whenever DYNAMIC_ZOOM_MODE is activated.voidZoomMinMaxRule.renderSettingChanged(PageView view, RenderSettingsEvent evt) Deprecated.voidApplyDynamicZoomRule.viewResized(PageView view) Called when the size of the page view is modified. -
Uses of PageView in com.levigo.jadice.web.client.search
Fields in com.levigo.jadice.web.client.search declared as PageViewConstructors in com.levigo.jadice.web.client.search with parameters of type PageViewModifierConstructorDescriptionAdvancedSearch(PageView pageView) Constructs an AdvancedSearch instance for a given PageView.RolloutSearch(PageView pageView) RolloutSearch(PageView pageView, AbstractBar dynamicToolbar) -
Uses of PageView in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool that return PageViewModifier and TypeMethodDescriptionRenderParameters.getViewComponent()Get the view component triggering the render cycle.Constructors in com.levigo.jadice.web.client.tool with parameters of type PageViewModifierConstructorDescriptionRenderParameters(PageView viewComponent, Page page, int pageIndex, Rectangle renderedPageBounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics g, RenderControls renderControls) -
Uses of PageView in com.levigo.jadice.web.client.tool.events
Fields in com.levigo.jadice.web.client.tool.events declared as PageViewModifier and TypeFieldDescriptionprotected PageViewEventObject.sourceThe object on which the Event initially occurred.Methods in com.levigo.jadice.web.client.tool.events that return PageViewModifier and TypeMethodDescriptionEventObject.getSource()The object on which the Event initially occurred.Methods in com.levigo.jadice.web.client.tool.events with parameters of type PageViewModifier and TypeMethodDescriptionstatic EditEventEditEvent.create(PageView source, com.google.gwt.event.dom.client.DomEvent<?> e, Page page, int pageIndex, Rectangle renderBounds, RenderControls renderControls, int clickCount, boolean isPopupTrigger) Create the correct EditEvent for the given InputEvent.Constructors in com.levigo.jadice.web.client.tool.events with parameters of type PageViewModifierConstructorDescriptionEventObject(PageView source) Constructs a prototypical Event.PointerEditEvent(PageView source, com.google.gwt.event.dom.client.DomEvent<?> inputEvent, Page page, int pageIndex, Rectangle pageBounds, RenderControls pageRenderControls) -
Uses of PageView in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return PageViewMethods in com.levigo.jadice.web.client.tools with parameters of type PageViewModifier and TypeMethodDescriptionstatic OverlayInformationOverlayInformation.getOverlayInformationScroll(PageView pageView) Use this overlay for scrolling.static OverlayInformationOverlayInformation.getOverlayInformationZoom(PageView pageView) Use this overlay for zooming.protected voidAreaSelectionTool.onAreaSelected(PageView pageView, com.levigo.jadice.web.shared.model.internal.SelectedArea area) Called when the user selected an area. -
Uses of PageView in com.levigo.jadice.web.client.tools.instruction
Methods in com.levigo.jadice.web.client.tools.instruction with parameters of type PageViewModifier and TypeMethodDescriptionbooleanComplexPanAndZoomInstructionExecutor.canExecute(Instruction instruction, PageView pageView) booleanPageSegmentByUUIDInstructionExecutor.canExecute(Instruction instruction, PageView pageView) booleanURIInstructionExecutor.canExecute(Instruction instruction, PageView pageView) voidComplexPanAndZoomInstructionExecutor.execute(Instruction in, PageView view) voidPageSegmentByUUIDInstructionExecutor.execute(Instruction in, PageView pageView) voidURIInstructionExecutor.execute(Instruction in, PageView pageView) Method parameters in com.levigo.jadice.web.client.tools.instruction with type arguments of type PageViewModifier and TypeMethodDescriptionvoidPageViewInstructionManager.register(InstructionExecutor<PageView> executor) Constructors in com.levigo.jadice.web.client.tools.instruction with parameters of type PageViewModifierConstructorDescriptionPageViewInstructionManager(PageView pageView) URIInstructionExecutor(PageView pageView) -
Uses of PageView in com.levigo.jadice.web.client.ui
Constructors in com.levigo.jadice.web.client.ui with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.util
Methods in com.levigo.jadice.web.client.util with parameters of type PageViewModifier and TypeMethodDescriptionstatic voidMake sure, the PageView is in the Context and contextChanged is fired when anything changed in the PageView or the related Document.static voidRegister the PageView to the Context and fires contextChanged when the PageView or the related document has changed -
Uses of PageView in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type PageViewModifier and TypeMethodDescriptionstatic PointEvents.calculatePoint(com.google.gwt.event.dom.client.DragDropEventBase event, PageView pageView) Calculate a relative point for the given event point.static RectangleAnnotations.getAnnotationBoundsInPixel(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotationin Pixel.static Point2DPoints.getMousePoint(com.google.gwt.event.dom.client.MouseEvent<?> event, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Point2DPoints.getMousePointInPageAndGrid(com.google.gwt.event.dom.client.MouseEvent event, Grid grid, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Events.PagePointEvents.getPagePoint(PageView pageView, com.google.gwt.dom.client.NativeEvent event) static Events.PagePointEvents.getPagePoint(PageView pageView, com.google.gwt.event.dom.client.DomEvent<?> e) static Events.PagePointEvents.getPagePoint(PageView pageView, Page page, com.google.gwt.dom.client.NativeEvent event) static Events.PagePointEvents.getPagePoint(PageView pageView, Page page, com.google.gwt.event.dom.client.DomEvent<?> e) static Events.PagePointEvents.getPagePoint(PageView pageView, Page page, Point2D point) static Events.PagePointEvents.getPagePoint(PageView pageView, Point2D point) static RectangleAnnotations.getRelativeAnnotationBoundsInPixel(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotationin Pixel.static RectangleAnnotations.getRelativeAnnotationBoundsInPixel(PageView pageView, Annotation annotation, com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment pageSegment) Deprecated.static Point2DPoints.getTouchPoint(com.google.gwt.event.dom.client.TouchEvent<?> event, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page.static Point2DPoints.getTouchPointInPageAndGrid(com.google.gwt.event.dom.client.TouchMoveEvent event, Grid grid, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page and inside the page bounds.voidThis method zooms to the target zoomFactor.voidZoomHelper.zoom(PageView pageView, float zoomRelative, RenderControls renderControls) This method zooms to the current selectedPagevoidZooms to thePageat the given point. -
Uses of PageView in com.levigo.jadice.web.demo.common.client.annotation
Methods in com.levigo.jadice.web.demo.common.client.annotation with parameters of type PageViewModifier and TypeMethodDescriptionprotected voidSaveAnnotationsServerOperationCommand.showResultPopup(String result, com.levigo.jadice.web.shared.model.internal.SelectedArea area, PageView pageView) -
Uses of PageView in com.levigo.jadice.web.demo.common.client.basicviewer
Methods in com.levigo.jadice.web.demo.common.client.basicviewer that return PageView -
Uses of PageView in com.levigo.jadice.web.demo.common.client.ui
Constructors in com.levigo.jadice.web.demo.common.client.ui with parameters of type PageViewModifierConstructorDescriptionPasswordDialog(PageView pageView, PasswordContainingSource source) Creates a newPasswordDialogwhich can then be displayed in the givenPageViewand which will set the password to the givenPasswordContainingSourceSplash(PageView pageView, DemoUIStyle demoUIStyle) -
Uses of PageView in com.levigo.jadice.web.demo.common.client.util
Methods in com.levigo.jadice.web.demo.common.client.util with parameters of type PageViewModifier and TypeMethodDescriptionvoidOpenFileHandler.DefaultOpenFileHandler.onFileOpen(PageView pageView, String filename, String data, String mimeType, long size) abstract voidOpenFileHandler.onFileOpen(PageView pageView, String filename, String data, String mimeType, long size) Called when a file should be opened in the ViewerConstructors in com.levigo.jadice.web.demo.common.client.util with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.demo.enterprise.client
Fields in com.levigo.jadice.web.demo.enterprise.client declared as PageViewMethods in com.levigo.jadice.web.demo.enterprise.client that return PageViewMethods in com.levigo.jadice.web.demo.enterprise.client with parameters of type PageViewModifier and TypeMethodDescriptionprotected ClassPathDocumentPanelEnterpriseDemoMain.createClasspathDocumentPanel(PageView pageView, JadiceViewer myJadiceViewer) Creates theClassPathDocumentPanel.Constructors in com.levigo.jadice.web.demo.enterprise.client with parameters of type PageViewModifierConstructorDescriptionClassPathDocumentPanel(PageView pageView, JadiceViewer myJadiceViewer) DocumentBookmarkPanel(PageView pageView) DocumentBookmarkPanel(PageView pageView, boolean showThumbnails) ThumbnailPanel(PageView pageView) UserBookmarkPanel(PageView pageView) -
Uses of PageView in com.levigo.jadice.web.demo.enterprise.client.openfile
Methods in com.levigo.jadice.web.demo.enterprise.client.openfile with parameters of type PageViewModifier and TypeMethodDescriptionvoidEnterpriseFileHandler.onFileOpen(PageView pageView, String filename, String data, String mimeType, long size)