| java.lang.Object method.Parent method.Child
Child | public class Child extends Parent (Code) | | Description of the Class
author: Chris Seguin |
getPanel | public Component getPanel(Canvas canvas, Button button)(Code) | | Gets the Panel attribute of the Child object
Parameters: canvas - Description of Parameter Parameters: button - Description of Parameter The Panel value |
init | protected void init()(Code) | | Description of the Method
|
isInitialized | public boolean isInitialized()(Code) | | Gets the Initialized attribute of the Child object
The Initialized value |
setSleepTime | public void setSleepTime(long time)(Code) | | Sets the SleepTime attribute of the Child object
Parameters: time - The new SleepTime value |
stopOne | public void stopOne(Object sample)(Code) | | Description of the Method
Parameters: sample - Description of Parameter |
stopTwo | public void stopTwo(Object crazy, Double strange)(Code) | | Description of the Method
Parameters: crazy - Description of Parameter Parameters: strange - Description of Parameter |
|
|