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.ColorgetBackgroundColor(int index)java.awt.ColorgetBackgroundColor(java.math.BigInteger index)java.awt.ColorgetDefaultBackgroundColor()voidsetDefaultBackgroundColor(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:
getBackgroundColorin interfaceBackgroundColorModel
-
getDefaultBackgroundColor
public java.awt.Color getDefaultBackgroundColor()
- Specified by:
getDefaultBackgroundColorin interfaceBackgroundColorModel
-
setDefaultBackgroundColor
public void setDefaultBackgroundColor(java.awt.Color color)
- Specified by:
setDefaultBackgroundColorin interfaceBackgroundColorModel
-
-