Uses of Class
apps.mathpadapp.mathtool.MathTool

Packages that use MathTool
apps.mathpadapp.clientapp   
apps.mathpadapp.controllerapp.assignmentbuilder   
apps.mathpadapp.controllerapp.tablecontroller   
apps.mathpadapp.mathtool   
apps.mathpadapp.networkmanager.managers   
apps.mathpadapp.networkmanager.managers.syncmanager   
 

Uses of MathTool in apps.mathpadapp.clientapp
 

Methods in apps.mathpadapp.clientapp with parameters of type MathTool
 void MathPadClient.login(MathTool tool, java.lang.String userName, java.lang.String password)
          Login.
 

Uses of MathTool in apps.mathpadapp.controllerapp.assignmentbuilder
 

Subclasses of MathTool in apps.mathpadapp.controllerapp.assignmentbuilder
 class AssignmentBuilder
          The Class AssignmentBuilder.
 

Methods in apps.mathpadapp.controllerapp.assignmentbuilder with parameters of type MathTool
 void AssignmentBuilderListenerImpl.mathPadClosed(MathTool tool)
           
 

Uses of MathTool in apps.mathpadapp.controllerapp.tablecontroller
 

Methods in apps.mathpadapp.controllerapp.tablecontroller that return types with arguments of type MathTool
 java.util.HashMap<UserIdentity,MathTool> MathPadRemoteDesktop.getOnlineMathTools()
          Gets the online math tools.
 

Methods in apps.mathpadapp.controllerapp.tablecontroller with parameters of type MathTool
 void MathPadRemoteDesktop.addRemoteMathPad(UserIdentity userId, MathTool mathTool)
          Adds the remote math pad.
 

Method parameters in apps.mathpadapp.controllerapp.tablecontroller with type arguments of type MathTool
 void MathPadRemoteDesktop.addRemoteMathPads(java.util.HashMap<UserIdentity,MathTool> mathTools)
          Adds the remote math pads.
 

Uses of MathTool in apps.mathpadapp.mathtool
 

Methods in apps.mathpadapp.mathtool with parameters of type MathTool
 void MathTool.MathToolListener.mathPadClosed(MathTool mathTool)
          Math pad closed.
 

Constructors in apps.mathpadapp.mathtool with parameters of type MathTool
AnswerDialog(ContentSystem contentSystem, MathTool parentTool)
          Instantiates a new answer dialog.
AssignmentHandler(MathTool mathTool)
          Instantiates a new assignment handler.
ControlPanelListenerImpl(MathTool mathTool)
          Instantiates a new control panel listener impl.
LoginDialog(ContentSystem contentSystem, MathTool parentTool)
          Instantiates a new login dialog.
MathToolControlPanel(ContentSystem contentSystem, MathTool tool)
          Instantiates a new math tool control panel.
MathToolInitialiser(MathTool mathTool)
          Instantiates a new math tool initialiser.
 

Uses of MathTool in apps.mathpadapp.networkmanager.managers
 

Methods in apps.mathpadapp.networkmanager.managers that return types with arguments of type MathTool
 java.util.HashMap<UserIdentity,MathTool> NetworkedContentManager.getRegisteredMathPads()
          Gets the registered math pads.
 

Methods in apps.mathpadapp.networkmanager.managers with parameters of type MathTool
 UserIdentity NetworkedContentManager.getUserIdentityForMathTool(MathTool tool)
          Gets the user identity for math tool.
 void NetworkedContentManager.registerMathPad(UserIdentity userId, MathTool tool)
          Register math pad.
 void ClientManager.registerMathPad(UserIdentity userId, MathTool tool)
           
 

Uses of MathTool in apps.mathpadapp.networkmanager.managers.syncmanager
 

Methods in apps.mathpadapp.networkmanager.managers.syncmanager with parameters of type MathTool
 void MathToolSyncRenderer.renderSyncData(UserIdentity userId, MathTool tool, java.util.HashMap<java.lang.Short,java.lang.Object> syncData)
          Render sync data.