Class DefaultBackgroundColorModel
- java.lang.Object
-
- docking.widgets.fieldpanel.internal.DefaultBackgroundColorModel
-
- All Implemented Interfaces:
BackgroundColorModel
public class DefaultBackgroundColorModel extends java.lang.Object implements BackgroundColorModel
-
-
Constructor Summary
Constructors Constructor Description DefaultBackgroundColorModel(java.awt.Color backgroundColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getBackgroundColor(int index)
java.awt.Color
getBackgroundColor(java.math.BigInteger index)
java.awt.Color
getDefaultBackgroundColor()
void
setDefaultBackgroundColor(java.awt.Color color)
-
-
-
Method Detail
-
getBackgroundColor
public java.awt.Color getBackgroundColor(int index)
-
getBackgroundColor
public java.awt.Color getBackgroundColor(java.math.BigInteger index)
- Specified by:
getBackgroundColor
in interfaceBackgroundColorModel
-
getDefaultBackgroundColor
public java.awt.Color getDefaultBackgroundColor()
- Specified by:
getDefaultBackgroundColor
in interfaceBackgroundColorModel
-
setDefaultBackgroundColor
public void setDefaultBackgroundColor(java.awt.Color color)
- Specified by:
setDefaultBackgroundColor
in interfaceBackgroundColorModel
-
-