o1.robots.gui

Type members

Classlikes

object RobotApp extends RobotProgram

The singleton object RobotApp serves as an entry point for (the basic version of) Robots simulator and starts up the user interface. NOTE TO STUDENTS: In this course, you don’t need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.

The singleton object RobotApp serves as an entry point for (the basic version of) Robots simulator and starts up the user interface. NOTE TO STUDENTS: In this course, you don’t need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.

open class RobotProgram(window: RobotWindow, initialWorld: RobotWorld) extends SimpleSwingApplication

The class RobotsProgram represents (variations of) the robot simulators application. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

The class RobotsProgram represents (variations of) the robot simulators application. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

open class RobotWindow extends MainFrame with Escapable

The class RobotWindow represents GUI windows that serve as the main window of a RobotApp. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

The class RobotWindow represents GUI windows that serve as the main window of a RobotApp. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

object TribalApp extends RobotProgram

The singleton object TribalRobots represents a tribe-enabled version of the Robots application. The object serves as an entry point for the app and starts up the user interface.

The singleton object TribalRobots represents a tribe-enabled version of the Robots application. The object serves as an entry point for the app and starts up the user interface.

NOTE TO STUDENTS: In this course, you don’t need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.

open class TribalRobotWindow extends RobotWindow

The class RobotWindow represents GUI windows that serve as the main window of a tribe-enabled Robots application.

The class RobotWindow represents GUI windows that serve as the main window of a tribe-enabled Robots application.

NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

The singleton object TribeLoader is capable of checking what robot tribes are available in a particular folder, and loading the ones that are.

The singleton object TribeLoader is capable of checking what robot tribes are available in a particular folder, and loading the ones that are.

NOTE TO STUDENTS: In this course, you don’t need to understand how this object works or can be used.