public class EEFTabbedPropertyListColorHolder
extends java.lang.Object
Constructor and Description |
---|
EEFTabbedPropertyListColorHolder(EEFWidgetFactory widgetFactory)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Color |
getBottomNavigationElementShadowStroke1()
Returns the first bottom navigation element shadow stroke color.
|
org.eclipse.swt.graphics.Color |
getBottomNavigationElementShadowStroke2()
Returns the second bottom navigation element shadow stroke color.
|
org.eclipse.swt.graphics.Color |
getDefaultGradientEnd()
Returns the default gradient end color.
|
org.eclipse.swt.graphics.Color |
getDefaultGradientStart()
Returns the default gradient start color.
|
org.eclipse.swt.graphics.Color |
getHoverGradientEnd()
Returns the hover gradient end color.
|
org.eclipse.swt.graphics.Color |
getHoverGradientStart()
Returns the hover gradient start color.
|
org.eclipse.swt.graphics.Color |
getIndentedDefaultBackground()
Returns the indented default background color.
|
org.eclipse.swt.graphics.Color |
getIndentedHoverBackground()
Returns the indented hover background color.
|
org.eclipse.swt.graphics.Color |
getListBackground()
Returns the list background color.
|
org.eclipse.swt.graphics.Color |
getNavigationElementShadowStroke()
Returns the navigation element shadow stroke color.
|
org.eclipse.swt.graphics.Color |
getWidgetBackground()
Returns the widget background color.
|
org.eclipse.swt.graphics.Color |
getWidgetDarkShadow()
Returns the widget dark shadow color.
|
org.eclipse.swt.graphics.Color |
getWidgetForeground()
Returns the widget foreground color.
|
org.eclipse.swt.graphics.Color |
getWidgetNormalShadow()
Returns the widget normal shadow color.
|
public EEFTabbedPropertyListColorHolder(EEFWidgetFactory widgetFactory)
widgetFactory
- The widget factorypublic org.eclipse.swt.graphics.Color getWidgetForeground()
public org.eclipse.swt.graphics.Color getWidgetNormalShadow()
public org.eclipse.swt.graphics.Color getListBackground()
public org.eclipse.swt.graphics.Color getIndentedHoverBackground()
public org.eclipse.swt.graphics.Color getHoverGradientStart()
public org.eclipse.swt.graphics.Color getHoverGradientEnd()
public org.eclipse.swt.graphics.Color getIndentedDefaultBackground()
public org.eclipse.swt.graphics.Color getDefaultGradientStart()
public org.eclipse.swt.graphics.Color getDefaultGradientEnd()
public org.eclipse.swt.graphics.Color getWidgetBackground()
public org.eclipse.swt.graphics.Color getWidgetDarkShadow()
public org.eclipse.swt.graphics.Color getNavigationElementShadowStroke()
public org.eclipse.swt.graphics.Color getBottomNavigationElementShadowStroke1()
public org.eclipse.swt.graphics.Color getBottomNavigationElementShadowStroke2()