apps.mathpadapp.controllerapp.assignmentcontroller
Class AssignmentControllerWindow

java.lang.Object
  extended by apps.mathpadapp.conceptmapping.GraphNode
      extended by apps.mathpadapp.util.MTFrame
          extended by apps.mathpadapp.controllerapp.assignmentcontroller.AssignmentControllerWindow

public class AssignmentControllerWindow
extends MTFrame

The Class AssignmentControllerWindow.


Nested Class Summary
 
Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode
GraphNode.ConceptMapListener
 
Field Summary
 MTList assignListPanel
          The assign list panel.
static int windowHeight
          The Constant windowHeight.
static int windowWidth
          The Constant windowWidth.
 
Constructor Summary
AssignmentControllerWindow(ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new assignment controller window.
 
Method Summary
 MTList getAssignmentSessionList()
          Gets the assignment session list.
 
Methods inherited from class apps.mathpadapp.util.MTFrame
close, getTitle, getTopBar, getWindow, setHeight, setTitle, setWidth
 
Methods inherited from class apps.mathpadapp.conceptmapping.GraphNode
addConceptMapListener, fireNodeConnected, fireNodeDisconnected, getClosePoint, getGraphManager, getIncomingLinks, getLinkPoint, getLocation, getName, getNodeItem, getOutgoingLinks, isLinkable, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setClosePoint, setLinkable, setLinkPoint, setLocation, unregisterAllLinks, unregisterLink, updateConnectionPoints
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowHeight

public static final int windowHeight
The Constant windowHeight.

See Also:
Constant Field Values

windowWidth

public static final int windowWidth
The Constant windowWidth.

See Also:
Constant Field Values

assignListPanel

public MTList assignListPanel
The assign list panel.

Constructor Detail

AssignmentControllerWindow

public AssignmentControllerWindow(ContentSystem contentSystem,
                                  ControllerManager controllerManager)
Instantiates a new assignment controller window.

Parameters:
contentSystem - the content system
controllerManager - the controller manager
Method Detail

getAssignmentSessionList

public MTList getAssignmentSessionList()
Gets the assignment session list.

Returns:
the assignment session list