bibliothek.extension.gui.dock.theme.eclipse
Class EclipseColorScheme
java.lang.Object
bibliothek.gui.dock.themes.color.DefaultColorScheme
bibliothek.extension.gui.dock.theme.eclipse.EclipseColorScheme
- All Implemented Interfaces:
- ColorScheme
public class EclipseColorScheme
- extends DefaultColorScheme
A ColorScheme
used by the EclipseTheme
.
- Author:
- Benjamin Sigg
Method Summary |
boolean |
updateUI()
Called when the LookAndFeel changed and this scheme
perhaps needs to update its colors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseColorScheme
public EclipseColorScheme()
- Creates the new color scheme
updateUI
public boolean updateUI()
- Description copied from interface:
ColorScheme
- Called when the
LookAndFeel
changed and this scheme
perhaps needs to update its colors.
- Specified by:
updateUI
in interface ColorScheme
- Overrides:
updateUI
in class DefaultColorScheme
- Returns:
true
if anything changed, false
if this scheme was not changed.