edu.cmu.hcii.calo.view.SearchField.CancelBorder Class Reference

List of all members.

Detailed Description

Draws the cancel button as a gray circle with a white cross inside.


Public Member Functions

void paintBorder (Component c, Graphics oldGraphics, int x, int y, int width, int height)
 Paints the border.

Package Functions

 CancelBorder ()
 Constructs a CancelBorder.

Static Private Attributes

static final long serialVersionUID = -9024139253534811547L
 Prevent serialization collisions.
static final Color GRAY = new Color(0.7f, 0.7f, 0.7f)
 A gray color for drawing the pressed cancel button.


Constructor & Destructor Documentation

edu.cmu.hcii.calo.view.SearchField.CancelBorder.CancelBorder (  )  [package]

Constructs a CancelBorder.


Member Function Documentation

void edu.cmu.hcii.calo.view.SearchField.CancelBorder.paintBorder ( Component  c,
Graphics  oldGraphics,
int  x,
int  y,
int  width,
int  height 
)

Paints the border.


Member Data Documentation

final long edu.cmu.hcii.calo.view.SearchField.CancelBorder.serialVersionUID = -9024139253534811547L [static, private]

Prevent serialization collisions.

final Color edu.cmu.hcii.calo.view.SearchField.CancelBorder.GRAY = new Color(0.7f, 0.7f, 0.7f) [static, private]

A gray color for drawing the pressed cancel button.


The documentation for this class was generated from the following file:
Generated on Mon Aug 13 15:06:23 2007 for CALO by  doxygen 1.5.2