| java.lang.Object com.l2fprod.common.swing.plaf.AbstractComponentAddon
AbstractComponentAddon | abstract public class AbstractComponentAddon implements ComponentAddon(Code) | | Ease the work of creating an addon for a component.
The resource bundle loading has been modified by projity to work properly in a jnlp or applet deployment
author: Frederic Lavigne |
AbstractComponentAddon | protected AbstractComponentAddon(String name)(Code) | | |
addBasicDefaults | protected void addBasicDefaults(LookAndFeelAddons addon, List defaults)(Code) | | Adds default key/value pairs to the given list.
Parameters: addon - Parameters: defaults - |
addResource | protected void addResource(List defaults, String bundleName)(Code) | | Adds the all keys/values from the given named resource bundle to the
defaults
|
initialize | public void initialize(LookAndFeelAddons addon)(Code) | | |
isMac | protected boolean isMac(LookAndFeelAddons addon)(Code) | | true if the addon is the Aqua addon or its subclasses |
isMetal | protected boolean isMetal(LookAndFeelAddons addon)(Code) | | true if the addon is the Metal addon or its subclasses |
isMotif | protected boolean isMotif(LookAndFeelAddons addon)(Code) | | true if the addon is the Motif addon or its subclasses |
isPlastic | protected boolean isPlastic()(Code) | | true if the current look and feel is one of JGoodies Plastic l&fs |
isSynth | protected boolean isSynth()(Code) | | true if the current look and feel is Synth l&f |
isWindows | protected boolean isWindows(LookAndFeelAddons addon)(Code) | | true if the addon is the Windows addon or its subclasses |
uninitialize | public void uninitialize(LookAndFeelAddons addon)(Code) | | |
|
|