Uses of Interface
com.levigo.jadice.web.shared.model.settings.RenderControls
Packages that use RenderControls
Package
Description
-
Uses of RenderControls in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return RenderControlsModifier and TypeMethodDescriptionJadicePageView.getCurrentPageControls()Returns the render controls of the current page.JadicePageView.getDocumentControls()Returns the render controls for the current document.JadicePageView.getPageControls(Page page) Returns the render controls of the given page.JadicePageView.getPageControls(Page Page, boolean create) Returns the render controls of the given page. -
Uses of RenderControls in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return RenderControlsModifier and TypeMethodDescriptionprotected RenderControlsAbstractDocumentCommand.getRenderControls(boolean create) Return aRenderControlsfor the currentscope. -
Uses of RenderControls in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return RenderControlsModifier and TypeMethodDescriptionprotected RenderControlsAnnotationPropertyEditor.getRenderControls()Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type RenderControlsModifier and TypeMethodDescriptionvoidAnnotationPropertyEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidColorEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontFaceEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontSizeEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidLineWidthEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidTextEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) -
Uses of RenderControls in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type RenderControlsModifier and TypeMethodDescriptionprotected voidTextAnnotationWrangler.openTextEditor(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup. -
Uses of RenderControls in com.levigo.jadice.web.client.settings
Classes in com.levigo.jadice.web.client.settings that implement RenderControlsMethods in com.levigo.jadice.web.client.settings that return RenderControlsModifier and TypeMethodDescriptionDefaultRenderControls.createSnapshot()Creates a newRenderControlsinstance and initializes it with the current state.BasicRenderControlInventory.Inventory.getDocumentRenderControls()Returns the document specific render controls.BasicRenderControlInventory.Inventory.getPageRenderControl(Page page) Returns the render controls for the given page.BasicRenderControlInventory.Inventory.getPageRenderControl(Page page, boolean create) Returns the render controls for the given page.InventoryRenderSettingsEvent.getSourceControls()Returns theRenderControlsinstance the sourceRenderSettingsbelongs to.RenderSettingsEvent.getSourceControls()Returns theRenderControlsinstance the sourceRenderSettingsbelongs to.DefaultRenderControls.init(RenderControls parent) Sets the parentRenderControlsfor the currentRenderControlsinstance.Methods in com.levigo.jadice.web.client.settings with parameters of type RenderControlsModifier and TypeMethodDescriptionDefaultRenderControls.init(RenderControls parent) Sets the parentRenderControlsfor the currentRenderControlsinstance.Constructors in com.levigo.jadice.web.client.settings with parameters of type RenderControlsModifierConstructorDescriptionInventoryRenderSettingsEvent(RenderControlInventory inv, Page page, RenderControls rc, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) ConstructorRenderSettingsEvent(RenderControls parent, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) ConstructorRenderSettingsEvent(RenderControls parent, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source, Page page) Constructor with page parameter -
Uses of RenderControls in com.levigo.jadice.web.client.tool
Fields in com.levigo.jadice.web.client.tool declared as RenderControlsModifier and TypeFieldDescriptionprotected final RenderControlsBasicRenderParameters.renderControlsMethods in com.levigo.jadice.web.client.tool that return RenderControlsModifier and TypeMethodDescriptionBasicRenderParameters.getRenderControls()TheRenderControlsused to render the page.Constructors in com.levigo.jadice.web.client.tool with parameters of type RenderControlsModifierConstructorDescriptionBasicRenderParameters(Page page, int pageIndex, Rectangle bounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics graphics, RenderControls renderControls) ConstructorRenderParameters(PageView viewComponent, Page page, int pageIndex, Rectangle renderedPageBounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics g, RenderControls renderControls) -
Uses of RenderControls in com.levigo.jadice.web.client.tool.events
Methods in com.levigo.jadice.web.client.tool.events that return RenderControlsModifier and TypeMethodDescriptionEditEvent.getPageRenderControls()ReturnRenderControlsused to render the page this event pertains to.Methods in com.levigo.jadice.web.client.tool.events with parameters of type RenderControlsModifier 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 RenderControlsModifierConstructorDescriptionPointerEditEvent(PageView source, com.google.gwt.event.dom.client.DomEvent<?> inputEvent, Page page, int pageIndex, Rectangle pageBounds, RenderControls pageRenderControls) -
Uses of RenderControls in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type RenderControlsModifier and TypeMethodDescriptionstatic DimensionPages.getRenderedSize(Page page, RenderControls rc) Get the renderedPagesize in base units.voidZoomHelper.zoom(PageView pageView, float zoomRelative, RenderControls renderControls) This method zooms to the current selectedPage -
Uses of RenderControls in com.levigo.jadice.web.conn.server
Classes in com.levigo.jadice.web.conn.server that implement RenderControlsModifier and TypeClassDescriptionprotected static classSimple implementation of theRenderControlsto be fed with the deserialized settings manually on the server because the client implementation is not accessible on the server.Methods in com.levigo.jadice.web.conn.server that return RenderControlsModifier and TypeMethodDescriptionTileServlet.DeserializedRenderControls.createSnapshot()TileServlet.DeserializedRenderControls.init(RenderControls parent) Methods in com.levigo.jadice.web.conn.server with parameters of type RenderControlsModifier and TypeMethodDescriptionTileServlet.DeserializedRenderControls.init(RenderControls parent)