Uses of Interface
org.eclipse.graphiti.util.IColorConstant

Packages that use IColorConstant
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.pattern.config   
org.eclipse.graphiti.services   
org.eclipse.graphiti.tb   
org.eclipse.graphiti.util   
 

Uses of IColorConstant in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl with parameters of type IColorConstant
protected  Color AbstractFeature.manageColor(IColorConstant colorConstant)
          Manage color.
 

Uses of IColorConstant in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern with parameters of type IColorConstant
protected  Color AbstractBasePattern.manageColor(IColorConstant colorConstant)
          A convenient method for the color handling which simply calls Graphiti.getGaService().manageColor(...).
 

Uses of IColorConstant in org.eclipse.graphiti.pattern.config
 

Methods in org.eclipse.graphiti.pattern.config that return IColorConstant
 IColorConstant IColorConfiguration.getBackgroundColor()
          Gets the background color.
 IColorConstant IColorConfiguration.getForegroundColor()
          Gets the foreground color.
 IColorConstant IColorConfiguration.getTextColor()
          Gets the text color.
 

Methods in org.eclipse.graphiti.pattern.config with parameters of type IColorConstant
 void IColorConfiguration.setBackgroundColor(IColorConstant color)
          Sets the background color.
 void IColorConfiguration.setForegroundColor(IColorConstant color)
          Sets the foreground color.
 void IColorConfiguration.setTextColor(IColorConstant color)
          Sets the text color.
 

Uses of IColorConstant in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return IColorConstant
 IColorConstant IGaCreateService.createShiftedColor(IColorConstant colorConstant, int shift)
          Shifts the color constant darker or lighter.
 

Methods in org.eclipse.graphiti.services with parameters of type IColorConstant
 IColorConstant IGaCreateService.createShiftedColor(IColorConstant colorConstant, int shift)
          Shifts the color constant darker or lighter.
 Color IGaService.manageColor(Diagram diagram, IColorConstant colorConstant)
          Provides a color instance with the given color constant by either creating a new one and aggregating it to the diagram or finding it in the diagrams palette of colors.
 

Uses of IColorConstant in org.eclipse.graphiti.tb
 

Fields in org.eclipse.graphiti.tb declared as IColorConstant
private  IColorConstant SelectionInfoImpl.color
           
private  IColorConstant SelectionInfoImpl.handleBackgroundColor
           
private  IColorConstant SelectionInfoImpl.handleForegroundColor
           
private  IColorConstant SelectionInfoImpl.hoverColor
           
private  IColorConstant SelectionInfoImpl.hoverColorParentSelected
           
private  IColorConstant SelectionInfoImpl.primarySelectionBackgroundColor
           
private  IColorConstant SelectionInfoImpl.secondarySelectionBackgroundColor
           
 

Methods in org.eclipse.graphiti.tb that return IColorConstant
 IColorConstant ISelectionInfo.getColor()
          Gets the color.
 IColorConstant SelectionInfoImpl.getColor()
           
 IColorConstant ISelectionInfo.getHandleBackgroundColor()
          Gets the handle background color.
 IColorConstant SelectionInfoImpl.getHandleBackgroundColor()
           
 IColorConstant ISelectionInfo.getHandleForegroundColor()
          Gets the handle foreground color.
 IColorConstant SelectionInfoImpl.getHandleForegroundColor()
           
 IColorConstant ISelectionInfo.getHoverColor()
          Gets the hover color.
 IColorConstant SelectionInfoImpl.getHoverColor()
           
 IColorConstant ISelectionInfo.getHoverColorParentSelected()
          Gets the hover color for a shape whose parent is selected.
 IColorConstant SelectionInfoImpl.getHoverColorParentSelected()
           
 IColorConstant ISelectionInfo.getPrimarySelectionBackGroundColor()
          Gets the primary selection background color.
 IColorConstant SelectionInfoImpl.getPrimarySelectionBackGroundColor()
           
 IColorConstant ISelectionInfo.getSecondarySelectionBackGroundColor()
          Gets the secondary selection background color.
 IColorConstant SelectionInfoImpl.getSecondarySelectionBackGroundColor()
           
 

Methods in org.eclipse.graphiti.tb with parameters of type IColorConstant
 void ISelectionInfo.setColor(IColorConstant color)
          Set the color of the selection.
 void SelectionInfoImpl.setColor(IColorConstant color)
           
 void ISelectionInfo.setHandleBackgroundColor(IColorConstant color)
          Set the background color of the selection handle.
 void SelectionInfoImpl.setHandleBackgroundColor(IColorConstant handleBackgroundColor)
           
 void ISelectionInfo.setHandleForegroundColor(IColorConstant color)
          Set the foreground color of the selection handle.
 void SelectionInfoImpl.setHandleForegroundColor(IColorConstant handleForegroundColor)
           
 void ISelectionInfo.setHoverColor(IColorConstant hoverColor)
          Sets the hover color.
 void SelectionInfoImpl.setHoverColor(IColorConstant hoverColor)
           
 void ISelectionInfo.setHoverColorParentSelected(IColorConstant hoverColor)
          Sets the hover color for shapes whose parent is selected.
 void SelectionInfoImpl.setHoverColorParentSelected(IColorConstant hoverColor)
           
 void ISelectionInfo.setLineStyle(IColorConstant color)
          Set hover color.
 void SelectionInfoImpl.setLineStyle(IColorConstant color)
           
 void ISelectionInfo.setPrimarySelectionBackgroundColor(IColorConstant color)
          Sets color for primary selection background.
 void SelectionInfoImpl.setPrimarySelectionBackgroundColor(IColorConstant color)
           
 void ISelectionInfo.setSecondarySelectionBackgroundColor(IColorConstant color)
          Sets color for secondary selection background.
 void SelectionInfoImpl.setSecondarySelectionBackgroundColor(IColorConstant color)
           
 

Constructors in org.eclipse.graphiti.tb with parameters of type IColorConstant
SelectionInfoImpl(IColorConstant color, IColorConstant handleForegroundColor, IColorConstant handleBackgroundColor, IColorConstant hoverColor, LineStyle lineStyle)
          Creates a new SelectionInfoImpl.
SelectionInfoImpl(IColorConstant color, IColorConstant handleForegroundColor, IColorConstant handleBackgroundColor, LineStyle lineStyle)
          Creates a new SelectionInfoImpl.
 

Uses of IColorConstant in org.eclipse.graphiti.util
 

Classes in org.eclipse.graphiti.util that implement IColorConstant
 class ColorConstant
          The Class ColorConstant.
 

Fields in org.eclipse.graphiti.util declared as IColorConstant
static IColorConstant IColorConstant.BLACK
          The "black" color.
static IColorConstant IColorConstant.BLUE
          The "blue" color.
static IColorConstant IColorConstant.CONNECTION_SELECTION_FG
          The foreground selection color of a connection.
static IColorConstant IColorConstant.CYAN
          The "cyan" color.
static IColorConstant IColorConstant.DARK_BLUE
          The "dark blue" color.
static IColorConstant IColorConstant.DARK_GRAY
          The "dark gray" color.
static IColorConstant IColorConstant.DARK_GREEN
          The "dark green" color.
static IColorConstant IColorConstant.DARK_ORANGE
          The "dark orange" color.
static IColorConstant IColorConstant.GRAY
          The "gray" color.
static IColorConstant IColorConstant.GREEN
          The "green" color.
static IColorConstant IColorConstant.HANDLE_BG
          The handle background color.
static IColorConstant IColorConstant.HANDLE_FG
          The handle foreground color.
static IColorConstant IColorConstant.LIGHT_BLUE
          The "light blue" color.
static IColorConstant IColorConstant.LIGHT_GRAY
          The "light gray" color.
static IColorConstant IColorConstant.LIGHT_GREEN
          The "light green" color.
static IColorConstant IColorConstant.LIGHT_LIGHT_GRAY
          The "light light gray" color.
static IColorConstant IColorConstant.LIGHT_ORANGE
          The "light orange" color.
static IColorConstant IColorConstant.ORANGE
          The "orange" color.
static IColorConstant IColorConstant.RED
          The "red" color.
static IColorConstant IColorConstant.SHAPE_SELECTION_FG
          The foreground selection color of a shape.
static IColorConstant IColorConstant.WHITE
          The "white" color.
static IColorConstant IColorConstant.YELLOW
          The "yellow" color.
 

Methods in org.eclipse.graphiti.util that return IColorConstant
 IColorConstant ILook.getFieldErrorBackgroundColor()
          Gets the field error background color.
 IColorConstant ILook.getFieldErrorForegroundColor()
          Gets the field error foreground color.
 IColorConstant ILook.getGridBackgroundColor()
          Gets the grid background color.
 IColorConstant ILook.getMajorGridLineColor()
          Gets the major grid line color.
 IColorConstant ILook.getMinorGridLineColor()
          Gets the minor grid line color.
 



Copyright (c) SAP AG 2005, 2010.