Uses of Class
apps.mathpadapp.controllerapp.assignmentcontroller.AssignmentInfo

Packages that use AssignmentInfo
apps.mathpadapp.controllerapp.assignmentbuilder   
apps.mathpadapp.controllerapp.assignmentcontroller   
apps.mathpadapp.controllerapp.projectorcontroller   
apps.mathpadapp.controllerapp.tablecontroller   
apps.mathpadapp.controllerapp.usercontroller   
apps.mathpadapp.mathtool   
apps.mathpadapp.networkmanager.managers   
apps.mathpadapp.networkmanager.messages.fromclient.fromuser   
 

Uses of AssignmentInfo in apps.mathpadapp.controllerapp.assignmentbuilder
 

Methods in apps.mathpadapp.controllerapp.assignmentbuilder with parameters of type AssignmentInfo
 void AssignmentBuilderListenerImpl.assignmentAnswerReady(AssignmentInfo info)
           
 void AssignmentBuilderListenerImpl.assignmentSendRequest(Assignment assignment, java.util.List<java.lang.Object> receipents, AssignmentInfo solution)
           
 void AssignmentBuilder.AssignmentBuilderListener.assignmentSendRequest(Assignment assignment, java.util.List<java.lang.Object> receipents, AssignmentInfo solution)
          Assignment send request.
 

Uses of AssignmentInfo in apps.mathpadapp.controllerapp.assignmentcontroller
 

Methods in apps.mathpadapp.controllerapp.assignmentcontroller that return AssignmentInfo
 AssignmentInfo AssignmentSession.getSolution()
          Gets the solution.
 

Methods in apps.mathpadapp.controllerapp.assignmentcontroller that return types with arguments of type AssignmentInfo
 java.util.HashMap<UserInfo,AssignmentInfo> AssignmentSession.getReceivedData()
          Gets the received data.
 

Methods in apps.mathpadapp.controllerapp.assignmentcontroller with parameters of type AssignmentInfo
 void ResultDialog.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void AssignmentSession.setSolution(AssignmentInfo solution)
          Sets the solution.
 

Method parameters in apps.mathpadapp.controllerapp.assignmentcontroller with type arguments of type AssignmentInfo
 void AssignmentSession.setReceivedData(java.util.HashMap<UserInfo,AssignmentInfo> receivedData)
          Sets the received data.
 

Uses of AssignmentInfo in apps.mathpadapp.controllerapp.projectorcontroller
 

Methods in apps.mathpadapp.controllerapp.projectorcontroller with parameters of type AssignmentInfo
 void ProjectorNode.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void ProjectorControllerWindow.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 

Uses of AssignmentInfo in apps.mathpadapp.controllerapp.tablecontroller
 

Methods in apps.mathpadapp.controllerapp.tablecontroller with parameters of type AssignmentInfo
 void TableControllerWindow.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void MathPadRemoteDesktop.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 

Uses of AssignmentInfo in apps.mathpadapp.controllerapp.usercontroller
 

Methods in apps.mathpadapp.controllerapp.usercontroller with parameters of type AssignmentInfo
 void UserControllerWindow.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 

Uses of AssignmentInfo in apps.mathpadapp.mathtool
 

Methods in apps.mathpadapp.mathtool that return AssignmentInfo
 AssignmentInfo MathTool.getCurrentAssignmentInfo()
          Gets the current assignment info.
 

Methods in apps.mathpadapp.mathtool with parameters of type AssignmentInfo
 void MathTool.MathToolListener.assignmentAnswerReady(AssignmentInfo info)
          Assignment answer ready.
 

Uses of AssignmentInfo in apps.mathpadapp.networkmanager.managers
 

Methods in apps.mathpadapp.networkmanager.managers with parameters of type AssignmentInfo
 void ControllerManager.assignmentInfoReceivedFromUser(TableIdentity senderTableIdentity, UserIdentity senderUserIdentity, AssignmentInfo assignmentInfo)
          Assignment info received from user.
 void ControllerManager.ControllerNetworkListener.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
          Results received from user.
 

Uses of AssignmentInfo in apps.mathpadapp.networkmanager.messages.fromclient.fromuser
 

Methods in apps.mathpadapp.networkmanager.messages.fromclient.fromuser that return AssignmentInfo
 AssignmentInfo PostAssignmentInfoFromUserMessage.getAssignmentInfo()
          Gets the assignment info.
 

Constructors in apps.mathpadapp.networkmanager.messages.fromclient.fromuser with parameters of type AssignmentInfo
PostAssignmentInfoFromUserMessage(java.lang.Class<?> targetClass, AssignmentInfo info, TableIdentity tableId, UserIdentity userId)
          Instantiates a new post assignment info from user message.