javax.help
public class SwingHelpUtilities extends java.lang.Object implements java.beans.PropertyChangeListener
Constructor and Description |
---|
SwingHelpUtilities() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.ImageIcon |
getImageIcon(java.lang.Class baseClass,
java.lang.String image)
Create an Icon from a given resource.
|
void |
propertyChange(java.beans.PropertyChangeEvent event)
The PropertyChange method is used to track changes to LookAndFeel
via the "lookAndFeel" property.
|
static void |
setContentViewerUI(java.lang.String cvUI)
Set the default ContentViewerUI
param cvUI - full class name of the content viewer UI
|
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
public static void setContentViewerUI(java.lang.String cvUI)
public static javax.swing.ImageIcon getImageIcon(java.lang.Class baseClass, java.lang.String image)