Uses of Class
org.icepdf.ri.common.SwingController
-
-
Uses of SwingController in org.icepdf.ri.common
Fields in org.icepdf.ri.common declared as SwingController Modifier and Type Field Description protected SwingControllerSwingViewBuilder. viewerControllerConstructors in org.icepdf.ri.common with parameters of type SwingController Constructor Description SwingViewBuilder(SwingController c)Construct a SwingVewBuilder with all of the default settingsSwingViewBuilder(SwingController c, int documentViewType, int documentPageFitMode)Construct a SwingVewBuilder with all of the default settingsSwingViewBuilder(SwingController c, int documentViewType, int documentPageFitMode, float rotation)Construct a SwingVewBuilder with all of the default settingsSwingViewBuilder(SwingController c, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode)Construct a SwingVewBuilder with whichever settings you desireSwingViewBuilder(SwingController c, ViewerPropertiesManager properties)Constructor that accepts a different PropertiesManager and otherwise defaults the remaining settingsSwingViewBuilder(SwingController c, ViewerPropertiesManager properties, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode, float rotation)Construct a SwingVewBuilder with whichever settings you desire -
Uses of SwingController in org.icepdf.ri.common.preferences
Constructors in org.icepdf.ri.common.preferences with parameters of type SwingController Constructor Description AnnotationPreferencesPanel(SwingController controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle)FontsPreferencesPanel(SwingController controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle)GeneralPreferencesPanel(SwingController controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle)ImagingPreferencesPanel(SwingController controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle)PreferencesDialog(Frame frame, SwingController controller, ResourceBundle messageBundle)SigningPreferencesPanel(SwingController controller, ViewerPropertiesManager propertiesManager, ResourceBundle messageBundle) -
Uses of SwingController in org.icepdf.ri.common.print
Constructors in org.icepdf.ri.common.print with parameters of type SwingController Constructor Description PrinterTask(PrintHelper printHelper, SwingController controller)Create a new instance of a PrinterTask. -
Uses of SwingController in org.icepdf.ri.common.properties
Constructors in org.icepdf.ri.common.properties with parameters of type SwingController Constructor Description FontDialog(Frame frame, SwingController swingController, Document document, ResourceBundle messageBundle)Create a new instance of SearchPanel.PropertiesDialog(Frame frame, SwingController controller, ResourceBundle messageBundle) -
Uses of SwingController in org.icepdf.ri.common.search
Constructors in org.icepdf.ri.common.search with parameters of type SwingController Constructor Description DocumentSearchControllerImpl(SwingController viewerController)Create a news instance of search controller. -
Uses of SwingController in org.icepdf.ri.common.tools
Constructors in org.icepdf.ri.common.tools with parameters of type SwingController Constructor Description EditTextHandler(SwingController controller, AbstractPageViewComponent pageViewComponent) -
Uses of SwingController in org.icepdf.ri.common.utility.annotation
Constructors in org.icepdf.ri.common.utility.annotation with parameters of type SwingController Constructor Description AnnotationPanel(SwingController controller) -
Uses of SwingController in org.icepdf.ri.common.utility.annotation.destinations
Constructors in org.icepdf.ri.common.utility.annotation.destinations with parameters of type SwingController Constructor Description DestinationsPanel(SwingController controller, ViewerPropertiesManager propertiesManager) -
Uses of SwingController in org.icepdf.ri.common.utility.annotation.markup
Constructors in org.icepdf.ri.common.utility.annotation.markup with parameters of type SwingController Constructor Description MarkupAnnotationPanel(SwingController controller) -
Uses of SwingController in org.icepdf.ri.common.utility.annotation.properties
Constructors in org.icepdf.ri.common.utility.annotation.properties with parameters of type SwingController Constructor Description AnnotationPropertiesDialog(Frame frame, SwingController controller, ResourceBundle messageBundle) -
Uses of SwingController in org.icepdf.ri.common.utility.attachment
Constructors in org.icepdf.ri.common.utility.attachment with parameters of type SwingController Constructor Description AttachmentPanel(SwingController controller) -
Uses of SwingController in org.icepdf.ri.common.utility.layers
Constructors in org.icepdf.ri.common.utility.layers with parameters of type SwingController Constructor Description LayersPanel(SwingController controller) -
Uses of SwingController in org.icepdf.ri.common.utility.outline
Constructors in org.icepdf.ri.common.utility.outline with parameters of type SwingController Constructor Description OutlinesController(SwingController controller, JTree outlinesTree)OutlinesPopupMenu(SwingController controller, JTree parentTree, OutlineItemTreeNode node) -
Uses of SwingController in org.icepdf.ri.common.utility.search
Constructors in org.icepdf.ri.common.utility.search with parameters of type SwingController Constructor Description SearchPanel(SwingController controller)Create a new instance of SearchPanel.SearchToolBar(SwingController controller, String name, JButton previousSearchButton, JButton nextSearchResult) -
Uses of SwingController in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views declared as SwingController Modifier and Type Field Description protected SwingControllerDocumentViewControllerImpl. viewerControllerConstructors in org.icepdf.ri.common.views with parameters of type SwingController Constructor Description DocumentViewControllerImpl(SwingController viewerController)
-