Class JMail.Folder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JMail.Folder

java.lang.Object
   |
   +----JMail.Folder

public class Folder
extends Object
Class to handle information about creating and using the folders on the desktop.

Variable Index

 o X
the x-coordinate of the text portion of the folder
 o Y
the y-coordinate of the text portion of the folder

Method Index

 o drawFolder(Graphics)
Draws the folder on the desktop
 o mouse_within(int, int)
Method to determine if the mouse pointer is within a certain area.

Variables

 o X
  public int X
the x-coordinate of the text portion of the folder
 o Y
  public int Y
the y-coordinate of the text portion of the folder

Methods

 o mouse_within
  public boolean mouse_within(int x_coord,
                              int y_coord)
Method to determine if the mouse pointer is within a certain area.
Parameters:
int - x_coord the x-coordinate of the mouse pointer
int - y_coord the y-coordinate of the mouse pointer
Returns:
true if within the area, false otherwise
 o drawFolder
  public void drawFolder(Graphics g)
Draws the folder on the desktop
Parameters:
Graphics - g the object which will be drawn on

All Packages  Class Hierarchy  This Package  Previous  Next  Index