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
-
addActionListener(ActionListener)
-
-
contains(int, int)
-
-
getPreferredSize()
-
-
invert(boolean)
-
-
paint(Graphics)
-
-
removeActionListener(ActionListener)
-
contains
public boolean contains(int x,
int y)
- Overrides:
- contains in class java.awt.Component
invert
public void invert(boolean t)
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class java.awt.Component
paint
public void paint(java.awt.Graphics g)
- Overrides:
- paint in class java.awt.Component
addActionListener
public synchronized void addActionListener(java.awt.event.ActionListener l)
removeActionListener
public synchronized void removeActionListener(java.awt.event.ActionListener l)
All Packages Class Hierarchy This Package Previous Next Index