Uses of Class
com.cc.framework.ui.Color

Packages that use Color
com.cc.framework.taglib   
com.cc.framework.ui   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter   
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.def.frame   
com.cc.framework.ui.painter.def2   
com.cc.framework.ui.painter.imp   
 

Uses of Color in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib that return Color
static Color TagHelp.toColor(java.lang.String color)
          Creates a color object for the specified argument.
 

Uses of Color in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as Color
static Color Color.WHITE
          color : white
static Color Color.BLACK
          color : black
static Color Color.RED
          color : red
static Color Color.GREEN
          color : green
static Color Color.BLUE
          color : blue
static Color Color.ORANGE
          color : orange
static Color Color.YELLOW
          color : yellow
 

Methods in com.cc.framework.ui that return Color
static Color Color.mapString(java.lang.String colorString)
          Creates a color object for the specified argument
 

Uses of Color in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return Color
 Color TabbarControl.getBgColor()
          Returns the Background Color
 Color GaugeControl.getColor(int index)
          Returns the color of the given segment
 

Uses of Color in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return Color
 Color TabsetDesignModel.getBgColor()
          Returns the Background Color
 Color TabDesignModel.getBgColor()
          Returns the Background Color
 Color RatingItem.getColor()
           
 Color GaugeDataModel.getColor(int index)
          Returns the color of the given segment
 

Methods in com.cc.framework.ui.model with parameters of type Color
 void TabsetDesignModel.setBgColor(Color bgcolor)
          Sets the Background Color
 void TabDesignModel.setBgColor(Color bgcolor)
          sets the Background Color
 

Uses of Color in com.cc.framework.ui.model.imp
 

Fields in com.cc.framework.ui.model.imp declared as Color
private  Color TabsetDesignModelImp.bgcolor
          The background color of the TabSet
private  Color TabDesignModelImp.bgcolor
          The background color of the Tab
private  Color GaugeDataModelImp.GaugeItem.color
          Segments color
 

Methods in com.cc.framework.ui.model.imp that return Color
 Color TabsetDesignModelImp.getBgColor()
           
 Color TabDesignModelImp.getBgColor()
           
 Color GaugeDataModelImp.getColor(int index)
           
 Color GaugeDataModelImp.GaugeItem.getColor()
          Returns the color of the given segment
 

Methods in com.cc.framework.ui.model.imp with parameters of type Color
 void TabsetDesignModelImp.setBgColor(Color bgcolor)
           
 void TabDesignModelImp.setBgColor(Color bgcolor)
           
 void GaugeDataModelImp.addItem(double amount, java.lang.String tooltip, Color color)
          Adds a ne Item to the gauge data model
 void GaugeDataModelImp.GaugeItem.setColor(Color color)
           
 

Constructors in com.cc.framework.ui.model.imp with parameters of type Color
GaugeDataModelImp.GaugeItem(double amount, java.lang.String tooltip, Color color)
          Constructor
 

Uses of Color in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter that return Color
 Color ResourceMapImp.getColor(java.lang.String resourceId)
           
 Color ResourceMap.getColor(java.lang.String resourceId)
          Retrieves a color for the specified Id
static Color PainterFactory.getColorResource(javax.servlet.jsp.PageContext pageContext, java.lang.String resourceKey)
          Retrieves the value for the given color key
 Color PainterContext.getColor(java.lang.String resourceId)
          Retrieves an color for the specified Id
protected  Color ControlPortionPainter.getColor(java.lang.String resourceId)
          Retrieves an color for the specified Id
 Color ControlPainter.getColor(java.lang.String resourceId)
          Retrieves an color for the specified Id
 Color ColorPalette.getColor(java.lang.String resourceId)
          Retrieves a color for the specified Id
 

Methods in com.cc.framework.ui.painter with parameters of type Color
 void ResourceMapImp.registerColor(java.lang.String resourceId, Color color)
           
 void ResourceMap.registerColor(java.lang.String resourceId, Color color)
          Registers one locale color
 

Uses of Color in com.cc.framework.ui.painter.def
 

Methods in com.cc.framework.ui.painter.def that return Color
 Color DefTabsetPainter.getBgColor()
          Retrieves the Background color of the tabset
 Color DefTabbarPainter.getBgColor()
          Retrieves the Background color of the control
 Color DefColorPalette.getColor(java.lang.String resourceId)
          Retrieves a color for the specified Id
 

Uses of Color in com.cc.framework.ui.painter.def.frame
 

Methods in com.cc.framework.ui.painter.def.frame that return Color
protected  Color DefTabbedFramePainter.getBgColor()
          Retrieves the Background color of the tabset
 

Methods in com.cc.framework.ui.painter.def.frame with parameters of type Color
protected  ImageModel DefTabbedFramePainter.getBgImage(int state, Color bgcolor)
          Retrieves the background image for the specified style
protected  org.apache.ecs.html.IMG DefTabbedFramePainter.createImage(int lstate, int rstate, Color bgcolor)
          Retrieves the corner image for two adjacent tabs
 

Uses of Color in com.cc.framework.ui.painter.def2
 

Methods in com.cc.framework.ui.painter.def2 that return Color
 Color Def2ColorPalette.getColor(java.lang.String resourceId)
          Retrieves a color for the specified Id
 

Uses of Color in com.cc.framework.ui.painter.imp
 

Methods in com.cc.framework.ui.painter.imp that return Color
 Color PainterContextWrapper.getColor(java.lang.String resourceId)
           
 Color PainterContextImp.getColor(java.lang.String resourceId)
          Retrieves an color for the specified Id
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.