org.eclipse.emf.emfstore.internal.client.ui.dialogs.merge.util
Class UIDecisionConfig

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.ui.dialogs.merge.util.UIDecisionConfig

public final class UIDecisionConfig
extends Object

Configuration class for the merge dialog.

Author:
wesendon

Method Summary
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initFonts

public static void initFonts(org.eclipse.jface.resource.FontRegistry fontRegistry)
Inits the fonts for the dialog.

Parameters:
fontRegistry - fontRegistry

getOptionSelectedBack

public static org.eclipse.swt.graphics.Color getOptionSelectedBack()
Color for selected option background.

Returns:
color

getOptionSelectedBackEnter

public static org.eclipse.swt.graphics.Color getOptionSelectedBackEnter()
Color for selected option background if mouse entered.

Returns:
color

getOptionSelectedFor

public static org.eclipse.swt.graphics.Color getOptionSelectedFor()
Color for selected option text.

Returns:
color

getOptionEnteredColor

public static org.eclipse.swt.graphics.Color getOptionEnteredColor()
Color for selected option text if mouse entered.

Returns:
color

getDefaultColor

public static org.eclipse.swt.graphics.Color getDefaultColor()
Default background color.

Returns:
color

getDefaultTextColor

public static org.eclipse.swt.graphics.Color getDefaultTextColor()
Default text color.

Returns:
color

getFirstDecisionBoxColor

public static org.eclipse.swt.graphics.Color getFirstDecisionBoxColor()
Color 1 for DecisionBox . Every other box has this background color.

Returns:
color

getSecondDecisionBoxColor

public static org.eclipse.swt.graphics.Color getSecondDecisionBoxColor()
Color 2 for DecisionBox . Every other box has this background color

Returns:
color


Copyright © 2016. All Rights Reserved.