| org.swingml.ExternalLookAndFeel
ExternalLookAndFeel | public interface ExternalLookAndFeel (Code) | | This interface provides a means for extending the default L&F offerings
provided by the renderer (Metal, Motif, and Windows on Windows platforms).
author: Robert J. Morris |
getLookAndFeel | public LookAndFeel getLookAndFeel()(Code) | | This method returns a LookAndFeel instance to be used by the renderer. In
order to use this interface in the renderer, set the LAF attribute of the
<PANEL> tag to "External" then supply the EXT-LAF
attribute to the <PANEL> tag with the fully qualified class
definition of the ExternalLookAndFeel implementer.
LookAndFeel - A reference to a valid instance of LookAndFeel. |
|
|