LookAndFeel
s.See: Description
Interface | Description |
---|---|
ComponentCollector |
A
ComponentCollector is used by the LookAndFeelList when
the LookAndFeel was changed, and the JComponent s need to
be updated. |
LookAndFeelListener |
A listener which observes a
LookAndFeelList and gets informed whenever
the contents of the list change. |
Class | Description |
---|---|
LookAndFeelList |
A list of
LookAndFeel s, can setup a LookAndFeel when
asked. |
LookAndFeelList.Info |
Information about a
LookAndFeel . |
LookAndFeelUtilities |
A set of methods that used to update the
LookAndFeel of Component s. |
SingleComponentCollector |
A simple implementation of
ComponentCollector that just returns
always the same Component . |
LookAndFeel
s. The list can exchange
the current LookAndFeel
and update a set of JComponent
.