Module org.icepdf.ri.viewer
Package org.icepdf.ri.util
-
Class Summary Class Description BareBonesBrowserLaunch Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP
Example Usage:Latest Version: http://www.centerkey.com/java/browser
String url = "http://www.google.com/";
BareBonesBrowserLaunch.openURL(url);
Author: Dem Pilafian
Public Domain Software -- Free to Use as You LikeFontPropertiesManager This class provides a basic Font Properties Management system.ImmutablePair<L,R> An immutable pair consisting of twoObjectelements.MacOSAdapter MacOSAdapter helps setup the viewer to look look and feel like a native macOS application.MailSender Pair<L,R> A pair consisting of two elements.Resources This is a utility class for ldisplaying internationalized dialogs.SortedProperties Properties that are enumerated in a deterministic and sorted wayTextExtractionTask This class is a utility for extracting text from a PDF document.URLAccess This utility class simplifies the process of loading URLs.ViewerPropertiesManager This class provides a wrapper for persisting the viewer ri's settings.WindowsRegistry Class used to retrieve information from the Windows registry See https://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java