| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MIDlet | |
|---|---|
| com.sun.midp.midlet | |
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| Uses of MIDlet in com.sun.midp.midlet | 
|---|
| Methods in com.sun.midp.midlet with parameters of type MIDlet | |
|---|---|
|  void | MIDletTunnel.callDestroyApp(MIDlet m,
               boolean unconditional)Calls the destroyApp method on the midlet instance. | 
|  void | MIDletTunnel.callPauseApp(MIDlet m)Calls the pauseApp method on the midlet instance. | 
|  void | MIDletTunnel.callStartApp(MIDlet m)Calls the startApp method on the midlet instance. | 
|  MIDletPeer | MIDletTunnel.getMIDletPeer(MIDlet m)Returns the MIDletPeer object corresponding to the given midlet instance. | 
| Uses of MIDlet in edu.wpi.first.wpilibj | 
|---|
| Subclasses of MIDlet in edu.wpi.first.wpilibj | |
|---|---|
|  class | IterativeRobotIterativeRobot implements a specific type of Robot Program framework, extending the RobotBase class. | 
|  class | RobotBaseImplement a Robot Program framework. | 
|  class | SimpleRobotA simple robot base class that knows the standard FRC competition states (disabled, autonomous, or operator controlled). | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||