| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MathToolInitSettings in apps.mathpadapp.controllerapp.assignmentcontroller | 
|---|
| Methods in apps.mathpadapp.controllerapp.assignmentcontroller with parameters of type MathToolInitSettings | |
|---|---|
 void | 
ResultDialog.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
 | 
| Method parameters in apps.mathpadapp.controllerapp.assignmentcontroller with type arguments of type MathToolInitSettings | |
|---|---|
 void | 
ResultDialog.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
| Uses of MathToolInitSettings in apps.mathpadapp.controllerapp.projectorcontroller | 
|---|
| Methods in apps.mathpadapp.controllerapp.projectorcontroller with parameters of type MathToolInitSettings | |
|---|---|
 void | 
ProjectorNode.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
 | 
 void | 
ProjectorControllerWindow.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
 | 
| Method parameters in apps.mathpadapp.controllerapp.projectorcontroller with type arguments of type MathToolInitSettings | |
|---|---|
 void | 
ProjectorNode.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
 void | 
ProjectorControllerWindow.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
 void | 
ProjectorNode.sourceDataUpdated(TableIdentity tableId,
                  java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
 void | 
DataSourceListener.sourceDataUpdated(TableIdentity tableId,
                  java.util.HashMap<UserIdentity,MathToolInitSettings> items)
Invoked when source data update occurs.  | 
| Uses of MathToolInitSettings in apps.mathpadapp.controllerapp.tablecontroller | 
|---|
| Methods in apps.mathpadapp.controllerapp.tablecontroller with parameters of type MathToolInitSettings | |
|---|---|
 void | 
TableControllerWindow.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
 | 
 void | 
MathPadRemoteDesktop.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
 | 
| Method parameters in apps.mathpadapp.controllerapp.tablecontroller with type arguments of type MathToolInitSettings | |
|---|---|
 void | 
TableControllerWindow.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
 void | 
MathPadRemoteDesktop.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
| Uses of MathToolInitSettings in apps.mathpadapp.controllerapp.usercontroller | 
|---|
| Methods in apps.mathpadapp.controllerapp.usercontroller with parameters of type MathToolInitSettings | |
|---|---|
 void | 
UserControllerWindow.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
 | 
| Method parameters in apps.mathpadapp.controllerapp.usercontroller with type arguments of type MathToolInitSettings | |
|---|---|
 void | 
UserControllerWindow.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
 | 
| Uses of MathToolInitSettings in apps.mathpadapp.mathtool | 
|---|
| Methods in apps.mathpadapp.mathtool that return MathToolInitSettings | |
|---|---|
 MathToolInitSettings | 
MathToolInitialiser.getInitSettings()
Gets the inits the settings.  | 
 MathToolInitSettings | 
MathTool.getInitSettings()
Gets the inits the settings.  | 
| Methods in apps.mathpadapp.mathtool with parameters of type MathToolInitSettings | |
|---|---|
 void | 
MathToolControlPanel.init(MathToolInitSettings settings)
Inits the.  | 
 void | 
MathTool.init(MathToolInitSettings settings)
Inits the.  | 
| Uses of MathToolInitSettings in apps.mathpadapp.networkmanager.managers | 
|---|
| Methods in apps.mathpadapp.networkmanager.managers with parameters of type MathToolInitSettings | |
|---|---|
 void | 
ControllerManager.mathPadItemReceivedFromUser(TableIdentity senderTable,
                            UserIdentity senderUser,
                            MathToolInitSettings padSettings)
Math pad item received from user.  | 
 void | 
ControllerManager.ControllerNetworkListener.userMathPadReceived(TableIdentity tableId,
                    UserIdentity userId,
                    MathToolInitSettings mathToolSettings)
User math pad received.  | 
| Method parameters in apps.mathpadapp.networkmanager.managers with type arguments of type MathToolInitSettings | |
|---|---|
 void | 
ProjectorManager.mathPadItemsReceivedFromTable(TableIdentity senderTable,
                              java.util.HashMap<UserIdentity,MathToolInitSettings> toolSettings)
Math pad items received from table.  | 
 void | 
ControllerManager.mathPadItemsReceivedFromTable(TableIdentity tableId,
                              java.util.HashMap<UserIdentity,MathToolInitSettings> items)
Math pad items received from table.  | 
 void | 
ControllerManager.ControllerNetworkListener.remoteDesktopContentReceived(TableIdentity tableId,
                             java.util.HashMap<UserIdentity,MathToolInitSettings> items)
Remote desktop content received.  | 
 void | 
ControllerManager.remoteDesktopReceived(TableIdentity sender,
                      java.util.HashMap<UserIdentity,MathToolInitSettings> items)
Remote desktop received.  | 
| Uses of MathToolInitSettings in apps.mathpadapp.networkmanager.messages.fromclient.fromtable | 
|---|
| Methods in apps.mathpadapp.networkmanager.messages.fromclient.fromtable that return types with arguments of type MathToolInitSettings | |
|---|---|
 java.util.HashMap<UserIdentity,MathToolInitSettings> | 
PostRemoteDesktopMessage.getItems()
Gets the items.  | 
 java.util.HashMap<UserIdentity,MathToolInitSettings> | 
PostMathPadItemsFromTableMessage.getItems()
Gets the items.  | 
| Constructor parameters in apps.mathpadapp.networkmanager.messages.fromclient.fromtable with type arguments of type MathToolInitSettings | |
|---|---|
PostMathPadItemsFromTableMessage(java.lang.Class<?> targetClass,
                                 java.util.HashMap<UserIdentity,MathToolInitSettings> items,
                                 TableIdentity tableId)
Instantiates a new post math pad items from table message.  | 
|
PostRemoteDesktopMessage(java.lang.Class<?> targetClass,
                         java.util.HashMap<UserIdentity,MathToolInitSettings> items,
                         TableIdentity tableId)
Instantiates a new post remote desktop message.  | 
|
| Uses of MathToolInitSettings in apps.mathpadapp.networkmanager.messages.fromclient.fromuser | 
|---|
| Methods in apps.mathpadapp.networkmanager.messages.fromclient.fromuser that return MathToolInitSettings | |
|---|---|
 MathToolInitSettings | 
PostMathPadItemFromUserMessage.getMathPadInitSettings()
Gets the math pad init settings.  | 
| Constructors in apps.mathpadapp.networkmanager.messages.fromclient.fromuser with parameters of type MathToolInitSettings | |
|---|---|
PostMathPadItemFromUserMessage(java.lang.Class<?> targetClass,
                               MathToolInitSettings padSettings,
                               TableIdentity tableId,
                               UserIdentity userId)
Instantiates a new post math pad item from user message.  | 
|
| Uses of MathToolInitSettings in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector | 
|---|
| Methods in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector that return types with arguments of type MathToolInitSettings | |
|---|---|
 java.util.HashMap<UserIdentity,MathToolInitSettings> | 
PostMathPadItemsFromControllerMessage.getItems()
Gets the items.  | 
| Constructor parameters in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector with type arguments of type MathToolInitSettings | |
|---|---|
PostMathPadItemsFromControllerMessage(java.lang.Class<?> targetClass,
                                      java.util.HashMap<UserIdentity,MathToolInitSettings> items,
                                      TableIdentity tableId)
Instantiates a new post math pad items from controller message.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||