Uses of Class
org.icepdf.ri.util.ViewerPropertiesManager
-
-
Uses of ViewerPropertiesManager in org.icepdf.ri.common
Fields in org.icepdf.ri.common declared as ViewerPropertiesManager Modifier and Type Field Description protected ViewerPropertiesManagerSwingController. propertiesManagerprotected static ViewerPropertiesManagerSwingViewBuilder. propertiesManagerMethods in org.icepdf.ri.common that return ViewerPropertiesManager Modifier and Type Method Description ViewerPropertiesManagerWindowManagementCallback. getProperties()ViewerPropertiesManagerSwingController. getPropertiesManager()Gets an instance of the PropertiesManager so that other builders can use the properties manager.Methods in org.icepdf.ri.common with parameters of type ViewerPropertiesManager Modifier and Type Method Description protected voidSwingController. applyViewerPreferences(Catalog catalog, ViewerPropertiesManager propertiesManager)Method to try to read any ViewerPreferences present in the document, and apply them Otherwise we will try to check the properties file for any overriding to these valuesJToolBarSwingViewBuilder. buildUtilityToolBar(boolean embeddableComponent, ViewerPropertiesManager propertiesManager)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, 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 argumentsprotected voidSwingViewBuilder. overrideHighlightColor(ViewerPropertiesManager propertiesManager)Method to attempt to override the system properties with various values form the preferences class.voidSwingController. setPropertiesManager(ViewerPropertiesManager propertiesManager)Called by SwingViewerBuilder, so that Controller has access to all propertiesConstructors in org.icepdf.ri.common with parameters of type ViewerPropertiesManager Constructor Description SwingViewBuilder(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 ViewerPropertiesManager in org.icepdf.ri.common.preferences
-
Uses of ViewerPropertiesManager in org.icepdf.ri.common.utility.annotation.destinations
Constructors in org.icepdf.ri.common.utility.annotation.destinations with parameters of type ViewerPropertiesManager Constructor Description DestinationsPanel(SwingController controller, ViewerPropertiesManager propertiesManager) -
Uses of ViewerPropertiesManager in org.icepdf.ri.common.utility.annotation.properties
Constructors in org.icepdf.ri.common.utility.annotation.properties with parameters of type ViewerPropertiesManager Constructor Description AnnotationPanel(Controller controller, ViewerPropertiesManager propertiesManager) -
Uses of ViewerPropertiesManager in org.icepdf.ri.common.utility.thumbs
Fields in org.icepdf.ri.common.utility.thumbs declared as ViewerPropertiesManager Modifier and Type Field Description protected ViewerPropertiesManagerThumbnailsPanel. propertiesManagerConstructors in org.icepdf.ri.common.utility.thumbs with parameters of type ViewerPropertiesManager Constructor Description ThumbnailsPanel(Controller controller, ViewerPropertiesManager propertiesManager) -
Uses of ViewerPropertiesManager in org.icepdf.ri.common.views
Methods in org.icepdf.ri.common.views that return ViewerPropertiesManager Modifier and Type Method Description ViewerPropertiesManagerController. getPropertiesManager()Gets the properties manager used to build a dynamically created UI. -
Uses of ViewerPropertiesManager in org.icepdf.ri.images
Methods in org.icepdf.ri.images with parameters of type ViewerPropertiesManager Modifier and Type Method Description static Images.IconSizeImages. getDefaultIconSizeOr(ViewerPropertiesManager propertiesManager, Images.IconSize elseValue)Get the current setting for the icon size or the given "else" value if preference is unset or is invalid -
Uses of ViewerPropertiesManager in org.icepdf.ri.util
Methods in org.icepdf.ri.util that return ViewerPropertiesManager Modifier and Type Method Description static ViewerPropertiesManagerViewerPropertiesManager. getInstance()Gets singleton instance of the Properties manager instance. -
Uses of ViewerPropertiesManager in org.icepdf.ri.viewer
Methods in org.icepdf.ri.viewer that return ViewerPropertiesManager Modifier and Type Method Description ViewerPropertiesManagerWindowManager. getProperties()Methods in org.icepdf.ri.viewer with parameters of type ViewerPropertiesManager Modifier and Type Method Description static WindowManagerWindowManager. createInstance(ViewerPropertiesManager properties, ResourceBundle messageBundle)
-