Class builder.TFieldToolIcon
All Packages Class Hierarchy This Package Previous Next Index
Class builder.TFieldToolIcon
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----builder.Moveable
|
+----builder.ToolIcon
|
+----builder.TFieldToolIcon
- public class TFieldToolIcon
- extends ToolIcon
Icon in the ToolBar for Creating a Text Field.
-
TFieldToolIcon()
- Main Constructor.
-
paint(Graphics)
- paint
Defines the graphical representation of this Icon.
TFieldToolIcon
public TFieldToolIcon()
- Main Constructor.
paint
public void paint(Graphics g)
- paint
Defines the graphical representation of this Icon.
- Parameters:
- g - the graphics context.
- Overrides:
- paint in class ToolIcon
All Packages Class Hierarchy This Package Previous Next Index