public final class UIDecisionConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.swt.graphics.Color |
getDefaultColor()
Default background color.
|
static org.eclipse.swt.graphics.Color |
getDefaultTextColor()
Default text color.
|
static org.eclipse.swt.graphics.Color |
getFirstDecisionBoxColor()
Color 1 for
DecisionBox . |
static org.eclipse.swt.graphics.Color |
getOptionEnteredColor()
Color for selected option text if mouse entered.
|
static org.eclipse.swt.graphics.Color |
getOptionSelectedBack()
Color for selected option background.
|
static org.eclipse.swt.graphics.Color |
getOptionSelectedBackEnter()
Color for selected option background if mouse entered.
|
static org.eclipse.swt.graphics.Color |
getOptionSelectedFor()
Color for selected option text.
|
static org.eclipse.swt.graphics.Color |
getSecondDecisionBoxColor()
Color 2 for
DecisionBox . |
static void |
initFonts(org.eclipse.jface.resource.FontRegistry fontRegistry)
Inits the fonts for the dialog.
|
public static void initFonts(org.eclipse.jface.resource.FontRegistry fontRegistry)
fontRegistry - fontRegistrypublic static org.eclipse.swt.graphics.Color getOptionSelectedBack()
public static org.eclipse.swt.graphics.Color getOptionSelectedBackEnter()
public static org.eclipse.swt.graphics.Color getOptionSelectedFor()
public static org.eclipse.swt.graphics.Color getOptionEnteredColor()
public static org.eclipse.swt.graphics.Color getDefaultColor()
public static org.eclipse.swt.graphics.Color getDefaultTextColor()
public static org.eclipse.swt.graphics.Color getFirstDecisionBoxColor()
DecisionBox . Every other box
has this
background color.public static org.eclipse.swt.graphics.Color getSecondDecisionBoxColor()
DecisionBox . Every other box
has this
background colorCopyright © 2017. All rights reserved.