public abstract class WorkSpace
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
clipboard
The value stored in the clipboard.
|
static Gradebook |
futureGradebook
The future Gradebook for redoing.
|
static Gradebook |
gradebook
The currently open Gradebook.
|
static Gradebook |
prevGradebook
The previous Gradebook for undoing.
|
static java.lang.String |
selectedContext
The contents of the currently selected item.
|
static Person |
user
The currently logged in user.
|
Constructor and Description |
---|
WorkSpace() |
public static Gradebook gradebook
public static Person user
public static Gradebook prevGradebook
public static Gradebook futureGradebook
public static java.lang.String clipboard
public static java.lang.String selectedContext