apps.mathpadapp.controllerapp.assignmentbuilder
Class SendToDialog

java.lang.Object
  extended by apps.mathpadapp.conceptmapping.GraphNode
      extended by apps.mathpadapp.util.MTFrame
          extended by apps.mathpadapp.util.MTDialog
              extended by apps.mathpadapp.controllerapp.assignmentbuilder.SendToDialog

public class SendToDialog
extends MTDialog

The Class SendToDialog.


Nested Class Summary
 
Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode
GraphNode.ConceptMapListener
 
Constructor Summary
SendToDialog(AssignmentBuilder assignmentBuilder, ContentSystem contentSystem)
          Instantiates a new send to dialog.
 
Method Summary
 MTList getTableListPanel()
          Gets the table list panel.
 MTList getUserListPanel()
          Gets the user list panel.
 
Methods inherited from class apps.mathpadapp.util.MTDialog
close, getParent, isModal, setModal, setVisible
 
Methods inherited from class apps.mathpadapp.util.MTFrame
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
 

Constructor Detail

SendToDialog

public SendToDialog(AssignmentBuilder assignmentBuilder,
                    ContentSystem contentSystem)
Instantiates a new send to dialog.

Parameters:
assignmentBuilder - the assignment builder
contentSystem - the content system
Method Detail

getTableListPanel

public MTList getTableListPanel()
Gets the table list panel.

Returns:
the table list panel

getUserListPanel

public MTList getUserListPanel()
Gets the user list panel.

Returns:
the user list panel