Class SwingHelpUtilities
java.lang.Object
javax.help.SwingHelpUtilities
- All Implemented Interfaces:
PropertyChangeListener, EventListener
Provides a number of utility functions:
Support for Beans, mapping from a Bean class to its HelpSet and to
its ID.
Support for LAF changes.
Support for finding localized resources.
This class has no public constructor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageIcongetImageIcon(Class baseClass, String image) Create an Icon from a given resource.voidThe PropertyChange method is used to track changes to LookAndFeel via the "lookAndFeel" property.static voidsetContentViewerUI(String cvUI) Set the default ContentViewerUI param cvUI - full class name of the content viewer UI
-
Constructor Details
-
SwingHelpUtilities
public SwingHelpUtilities()
-
-
Method Details
-
propertyChange
The PropertyChange method is used to track changes to LookAndFeel via the "lookAndFeel" property.- Specified by:
propertyChangein interfacePropertyChangeListener
-
setContentViewerUI
Set the default ContentViewerUI param cvUI - full class name of the content viewer UI -
getImageIcon
-