|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.infonode.gui.colorprovider.AbstractColorProvider
net.infonode.gui.colorprovider.BackgroundColorProvider
public class BackgroundColorProvider
Returns the background color of a component.
| Field Summary | |
|---|---|
static BackgroundColorProvider |
INSTANCE
The only instance of this class. |
| Method Summary | |
|---|---|
java.awt.Color |
getColor(java.awt.Component component)
Returns the color obtained from the given component. |
protected java.lang.Object |
readResolve()
|
| Methods inherited from class net.infonode.gui.colorprovider.AbstractColorProvider |
|---|
getColor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BackgroundColorProvider INSTANCE
| Method Detail |
|---|
public java.awt.Color getColor(java.awt.Component component)
ColorProvider
getColor in interface ColorProvidergetColor in class AbstractColorProvidercomponent - the component
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||