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.
-
ToolIcon()
- Constructor.
-
ToolIcon(String)
- Main Constructor.
-
paint(Graphics)
- paint
Defines the graphical representation of this Icon.
ToolIcon
public ToolIcon(String l)
- Main Constructor.
- Parameters:
- l - the text of a button on this temporary ToolIcon.
ToolIcon
public ToolIcon()
- Constructor.
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