All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.IconComponent

java.lang.Object
   |
   +----java.awt.Component
           |
           +----gui.IconComponent

public class IconComponent
extends java.awt.Component

Method Index

 o addActionListener(ActionListener)
 o contains(int, int)
 o getPreferredSize()
 o invert(boolean)
 o paint(Graphics)
 o removeActionListener(ActionListener)

Methods

 o contains
 public boolean contains(int x,
                         int y)
Overrides:
contains in class java.awt.Component
 o invert
 public void invert(boolean t)
 o getPreferredSize
 public java.awt.Dimension getPreferredSize()
Overrides:
getPreferredSize in class java.awt.Component
 o paint
 public void paint(java.awt.Graphics g)
Overrides:
paint in class java.awt.Component
 o addActionListener
 public synchronized void addActionListener(java.awt.event.ActionListener l)
 o removeActionListener
 public synchronized void removeActionListener(java.awt.event.ActionListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index