Class | Description |
---|---|
ActionItem |
A class of Menu Items that will execute a specified command when clicked
|
ActionRecallMenu |
A menu that is designed to hold ActionItems and to
Update the menu upon every execution of a command
|
AssignmentFrame |
A frame that contains a JScrollPane of
all the current assignments in the program
updates upon opening
|
AssignmentFrameButton |
A button to create an assignmentFrame AKA
a window with all the current assignments
|
ChangeBackgroundButton |
Does not work
|
ChangePenButton |
Creates a button that will allow the user to
change the width and color of the pen
|
ChangeTurtleFromFileButton | |
ColorChooserWindow |
A window that allows the user to change
the width and color of the turtle pen
|
ExecuteSubroutineButton |
A button that when clicked will prompt the user
to choose a subroutine to execute
|
ImageButton | |
InputLine |
Creates an input line from which users can input commands
|
LineSegment | |
LinkedTest | |
NewFileButton |
A button that will open a new workspace
in a new window
|
OpenFileButton |
A button that will either load commands into a new
workspace or load assignments into the current one
depending on what file the user chooses
|
RedoButton |
Does not work
|
ResetButton |
A button that will reset the workspace when clicked
|
SaveAsButton |
A button to save the workspace as one of
two formats
.logo is executable as a subroutine
.ser contains extra information like
the turtle image
|
SaveAssignmentsButton |
Saves the current assignments as they exist in the workspace
|
SaveFileButton | |
SetColorButton |
Dead class
|
UndoButton |
Does not work
|