CSE115.Light
Class PushButton
java.lang.Object
NGP.Graphics.Shape
NGP.Graphics.RectangularShape
NGP.Graphics.FilledRectangularShape
NGP.Graphics.FilledRectangle
CSE115.Light.SkeletalPushButton
CSE115.Light.PushButton
- All Implemented Interfaces:
- Colorable, EventListener, Graphic, Locatable, MouseListener, MouseMotionListener, Reactor, Rotatable, Sizeable
- public class PushButton
- extends SkeletalPushButton
PushButton.java
Created: Thu Jul 12 14:51:03 2001
- Author:
|
Method Summary |
void |
react()
This currently does nothing. |
| Methods inherited from class NGP.Graphics.Shape |
contains, drag, getBounds, getCenterLocation, getColor, getDrawingPanel, getRotation, hide, intersects, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, setColor, setDrawingPanel, setRotation, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PushButton
public PushButton(StateChanger s,
Point p)
react
public void react()
- Description copied from class:
SkeletalPushButton
- This currently does nothing. A subclass should override it to do
something useful.
- Specified by:
react in interface Reactor- Overrides:
react in class SkeletalPushButton