Class builder.ToolIcon
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class builder.ToolIcon

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----builder.Moveable
                                   |
                                   +----builder.ToolIcon

public class ToolIcon
extends Moveable
Icon in the ToolBar.

Constructor Index

 o ToolIcon()
Constructor.
 o ToolIcon(String)
Main Constructor.

Method Index

 o paint(Graphics)
paint Defines the graphical representation of this Icon.

Constructors

 o ToolIcon
  public ToolIcon(String l)
Main Constructor.
Parameters:
l - the text of a button on this temporary ToolIcon.
 o ToolIcon
  public ToolIcon()
Constructor.

Methods

 o paint
  public void paint(Graphics g)
paint Defines the graphical representation of this Icon.
Parameters:
g - the graphics context.
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index