Uses of Interface
org.icepdf.ri.common.views.Controller
-
-
Uses of Controller in org.icepdf.ri.common
Classes in org.icepdf.ri.common that implement Controller Modifier and Type Class Description classSwingControllerController is the meat of a PDF viewing application.Fields in org.icepdf.ri.common declared as Controller Modifier and Type Field Description protected ControllerAbstractTask. controllerprotected ControllerAbstractWorkerPanel. controllerprotected ControllerDropDownButton. controllerMethods in org.icepdf.ri.common that return Controller Modifier and Type Method Description default ControllerControllerFactory. create()ControllerControllerFactory. create(ResourceBundle bundle)Creates a controller with the given resource bundleControllerSwingControllerFactory. create()ControllerSwingControllerFactory. create(ResourceBundle bundle)Methods in org.icepdf.ri.common that return types with arguments of type Controller Modifier and Type Method Description Collection<Controller>WindowManagementCallback. getControllers()Methods in org.icepdf.ri.common with parameters of type Controller Modifier and Type Method Description voidWindowManagementCallback. bringAllWindowsToFront(Controller frontMost)ViewBuilderSwingViewBuilderFactory. create(Controller c)ViewBuilderSwingViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode)ViewBuilderSwingViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode, float rotation)ViewBuilderSwingViewBuilderFactory. create(Controller c, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode)ViewBuilderSwingViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties)ViewBuilderSwingViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode, float rotation)ViewBuilderViewBuilderFactory. create(Controller c)Creates a ViewBuilder for the given controllerViewBuilderViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode)Creates a ViewBuilder for the given controller and argumentsViewBuilderViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode, float rotation)Creates a ViewBuilder for the given controller and argumentsViewBuilderViewBuilderFactory. create(Controller c, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode)Creates a ViewBuilder for the given controller and argumentsViewBuilderViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties)Creates a ViewBuilder for the given controller and propertiesViewBuilderViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode, float rotation)Creates a ViewBuilder for the given controller and argumentsvoidWindowManagementCallback. disposeWindow(Controller controller, Frame viewer, Preferences preferences)ListWindowManagementCallback. getWindowDocumentOriginList(Controller giveIndex)static voidComponentKeyBinding. install(Controller controller, JComponent viewerContainer)Installs the component key binding on the specified JComponent.static KeyListenerPageChangerKeyListenerPageChanger. install(Controller c, JScrollPane s, AbstractDocumentView documentView)Install a KeyListenerPageChanger as a KeyListenerstatic KeyListenerPageColumnChangerKeyListenerPageColumnChanger. install(Controller c, JScrollPane s, AbstractDocumentView documentView, CurrentPageChanger currentPageChanger)Install a KeyListenerPageChanger as a KeyListenerstatic ObjectMouseWheelListenerPageChanger. install(Controller c, JScrollPane s, AbstractDocumentView documentView)Install a MouseWheelListenerPageChanger as a MouseWheelListenervoidWindowManagementCallback. quit(Controller controller, Frame viewer, Preferences preferences)Constructors in org.icepdf.ri.common with parameters of type Controller Constructor Description AbstractTask(Controller controller, AbstractWorkerPanel workerPanel, ResourceBundle messageBundle)AbstractWorkerPanel(Controller controller)DropDownButton(Controller controller, String title, String toolTip, String imageName, Images.IconSize imageSize, Font font)KeyListenerPageChanger(Controller c, JScrollPane s, AbstractDocumentView documentView)KeyListenerPageColumnChanger(Controller c, JScrollPane s, AbstractDocumentView documentView, CurrentPageChanger currentPageChanger)MouseWheelListenerPageChanger(Controller c, JScrollPane s, AbstractDocumentView documentView) -
Uses of Controller in org.icepdf.ri.common.fonts
Constructors in org.icepdf.ri.common.fonts with parameters of type Controller Constructor Description FindFontsTask(FontHandlerPanel fontHandlerPanel, Controller controller, ResourceBundle messageBundle)Creates a new instance of the SearchTextTask.FontHandlerPanel(Controller controller) -
Uses of Controller in org.icepdf.ri.common.preferences
Constructors in org.icepdf.ri.common.preferences with parameters of type Controller Constructor Description AdvancedPreferencesPanel(Controller controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle)ExImportPreferencesPanel(Controller controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle, Dialog parent) -
Uses of Controller in org.icepdf.ri.common.properties
Constructors in org.icepdf.ri.common.properties with parameters of type Controller Constructor Description FontPanel(Controller controller) -
Uses of Controller in org.icepdf.ri.common.tools
Constructors in org.icepdf.ri.common.tools with parameters of type Controller Constructor Description TextEditDialog(Controller controller, ResourceBundle messageBundle, String selectedText, boolean isEditingSupported) -
Uses of Controller in org.icepdf.ri.common.utility.annotation.destinations
Constructors in org.icepdf.ri.common.utility.annotation.destinations with parameters of type Controller Constructor Description ImplicitDestinationPanel(Controller controller)NameTreeEditDialog(Controller controller, Destination destination)NameTreeEditDialog(Controller controller, Page page, int x, int y)NameTreeEditDialog(Controller controller, Page page, String name, int x, int y)NameTreeEditDialog(Controller controller, NameTreeNode treeNode) -
Uses of Controller in org.icepdf.ri.common.utility.annotation.properties
Fields in org.icepdf.ri.common.utility.annotation.properties declared as Controller Modifier and Type Field Description protected ControllerAnnotationPanelAdapter. controllerMethods in org.icepdf.ri.common.utility.annotation.properties with parameters of type Controller Modifier and Type Method Description static AnnotationPanelAdapterAnnotationPanel. buildAnnotationPropertyPanel(AnnotationComponent annotationComp, Controller controller)Constructors in org.icepdf.ri.common.utility.annotation.properties with parameters of type Controller Constructor Description ActionsPanel(Controller controller)AnnotationPanel(Controller controller)AnnotationPanel(Controller controller, ViewerPropertiesManager propertiesManager)AnnotationPanelAdapter(Controller controller)BorderPanel(Controller controller)CircleAnnotationPanel(Controller controller)FlagsPanel(Controller controller)FreeTextAnnotationPanel(Controller controller)GoToActionDialog(Controller controller, ActionsPanel actionsPanel)InkAnnotationPanel(Controller controller)LineAnnotationPanel(Controller controller)LinkAnnotationPanel(Controller controller)NameTreeDialog(Controller controller, boolean modal, NameTree nameTree)SquareAnnotationPanel(Controller controller)TextAnnotationPanel(Controller controller)TextMarkupAnnotationPanel(Controller controller) -
Uses of Controller in org.icepdf.ri.common.utility.outline
Constructors in org.icepdf.ri.common.utility.outline with parameters of type Controller Constructor Description OutlineDialog(Controller controller, JTree parentTree, OutlineItemTreeNode outlineItemTreeNode)OutlineDialog(Controller controller, JTree parentTree, OutlineItemTreeNode outlineItemTreeNode, boolean isNewOutlineItem) -
Uses of Controller in org.icepdf.ri.common.utility.search
Methods in org.icepdf.ri.common.utility.search with parameters of type Controller Modifier and Type Method Description SearchHitComponentSearchHitComponentFactory. createComponent(String text, Rectangle2D.Double bounds, Page page, Controller controller)Creates a component with the given parametersSearchHitComponentSearchHitComponentFactory. createComponent(WordText wordText, Page page, Controller controller)Creates a component with the given parametersSearchHitComponentSearchHitComponentFactoryImpl. createComponent(String text, Rectangle2D.Double bounds, Page page, Controller controller)SearchHitComponentSearchHitComponentFactoryImpl. createComponent(WordText wordText, Page page, Controller controller)SearchTextTaskSearchFilterButton. getSearchTask(BaseSearchModel panel, Controller controller, String pattern)SimpleSearchHelperSearchFilterButton. getSimpleSearchHelper(Controller controller, String pattern)Constructors in org.icepdf.ri.common.utility.search with parameters of type Controller Constructor Description Builder(Controller controller, String pattern)Builder(Controller controller, String pattern)RedactSearchTask(Controller controller, BaseRedactModel redactModel)SearchFilterButton(BaseSearchModel component, Controller controller, String titleRes) -
Uses of Controller in org.icepdf.ri.common.utility.signatures
Constructors in org.icepdf.ri.common.utility.signatures with parameters of type Controller Constructor Description SignaturesHandlerPanel(Controller controller)VerifyAllSignaturesTask(Controller controller, AbstractWorkerPanel workerPanel, ResourceBundle messageBundle) -
Uses of Controller in org.icepdf.ri.common.utility.thumbs
Constructors in org.icepdf.ri.common.utility.thumbs with parameters of type Controller Constructor Description ThumbnailsPanel(Controller controller, ViewerPropertiesManager propertiesManager) -
Uses of Controller in org.icepdf.ri.common.views
Methods in org.icepdf.ri.common.views that return Controller Modifier and Type Method Description ControllerDocumentViewController. getParentController()ControllerDocumentViewControllerImpl. getParentController()Methods in org.icepdf.ri.common.views with parameters of type Controller Modifier and Type Method Description static intPageComponentSelector. AssignAnnotationPage(Controller controller, Annotation widgetAnnotation)static AnnotationComponentPageComponentSelector. SelectAnnotationComponent(Controller controller, Annotation widgetAnnotation)Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.static AnnotationComponentPageComponentSelector. SelectAnnotationComponent(Controller controller, Annotation widgetAnnotation, boolean select)Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.static AnnotationComponentPageComponentSelector. SelectAnnotationComponent(Controller controller, Annotation widgetAnnotation, boolean select, boolean scrollTo)Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.static DestinationComponentPageComponentSelector. SelectDestinationComponent(Controller controller, Destination destination)Utility to find a destination's JComponent within a AbstractPageComponent implementation. -
Uses of Controller in org.icepdf.ri.common.views.annotations
Fields in org.icepdf.ri.common.views.annotations declared as Controller Modifier and Type Field Description protected ControllerAnnotationPopup. controllerConstructors in org.icepdf.ri.common.views.annotations with parameters of type Controller Constructor Description AnnotationPopup(T annotationComponent, Controller controller, AbstractPageViewComponent pageViewComponent)MarkupAnnotationPopupMenu(MarkupAnnotationComponent markupAnnotationComponent, Controller controller, AbstractPageViewComponent pageViewComponent, boolean deleteRoot) -
Uses of Controller in org.icepdf.ri.common.views.annotations.acroform
Fields in org.icepdf.ri.common.views.annotations.acroform declared as Controller Modifier and Type Field Description protected ControllerSignatureComponent. controller -
Uses of Controller in org.icepdf.ri.common.views.annotations.summary
Fields in org.icepdf.ri.common.views.annotations.summary declared as Controller Modifier and Type Field Description protected ControllerAnnotationSummaryFrame. controllerprotected ControllerAnnotationSummaryPanel. controllerMethods in org.icepdf.ri.common.views.annotations.summary that return Controller Modifier and Type Method Description ControllerAnnotationSummaryBox. getController()Constructors in org.icepdf.ri.common.views.annotations.summary with parameters of type Controller Constructor Description AnnotationSummaryFrame(Controller controller)AnnotationSummaryPanel(Frame frame, Controller controller)ColorLabelPanel(Frame frame, Controller controller, DragDropColorList.ColorLabel colorLabel)SummaryPopupMenu(AnnotationSummaryBox annotationSummaryBox, MarkupAnnotation markupAnnotation, MarkupAnnotationComponent annotationComponent, Controller controller, Frame frame, DraggableAnnotationPanel.MouseHandler mouseHandler) -
Uses of Controller in org.icepdf.ri.common.widgets
Fields in org.icepdf.ri.common.widgets declared as Controller Modifier and Type Field Description protected ControllerAbstractColorButton. controllerConstructors in org.icepdf.ri.common.widgets with parameters of type Controller Constructor Description AbstractColorButton(Controller controller, ResourceBundle messageBundle)DragDropColorList(Controller controller, Preferences preferences) -
Uses of Controller in org.icepdf.ri.common.widgets.annotations
Fields in org.icepdf.ri.common.widgets.annotations declared as Controller Modifier and Type Field Description protected ControllerAnnotationColorPropertyPanel. controllerConstructors in org.icepdf.ri.common.widgets.annotations with parameters of type Controller Constructor Description AnnotationColorButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String imageName, Images.IconSize imageSize, Font font)AnnotationColorPropertyPanel(Controller controller, ResourceBundle messageBundle)AnnotationColorToggleButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String colorProperty, String imageName, Images.IconSize imageSize, Font font)IconAnnotationColorToggleButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String colorProperty, String imageName, Images.IconSize imageSize, Font font, float alpha)IconAnnotationColorToggleButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String colorProperty, String imageName, Images.IconSize imageSize, Font font, float alpha, Color defaultColor)Instantiates a buttonQuickPaintAnnotationButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String imageName, Images.IconSize imageSize, Font font) -
Uses of Controller in org.icepdf.ri.util
Methods in org.icepdf.ri.util with parameters of type Controller Modifier and Type Method Description static voidMailSender. sendMail(Controller controller)Sends the current document by mail, opening the default mail client -
Uses of Controller in org.icepdf.ri.viewer
Methods in org.icepdf.ri.viewer that return Controller Modifier and Type Method Description protected ControllerWindowManager. commonWindowCreation()protected ControllerWindowManager. commonWindowCreation(boolean isVisible)Methods in org.icepdf.ri.viewer that return types with arguments of type Controller Modifier and Type Method Description Collection<Controller>WindowManager. getControllers()Methods in org.icepdf.ri.viewer with parameters of type Controller Modifier and Type Method Description voidWindowManager. bringAllWindowsToFront(Controller frontMost)voidWindowManager. disposeWindow(Controller controller, Frame viewer, Preferences preferences)ListWindowManager. getWindowDocumentOriginList(Controller giveIndex)As long as no windows have opened or closed, then the indexes in the returned list should still be valid for doing operations on the respective Controller objectsvoidWindowManager. quit(Controller controller, Frame viewer, Preferences preferences)
-