|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mathpadapp.conceptmapping.GraphNode
apps.mathpadapp.util.MTFrame
apps.mathpadapp.controllerapp.usercontroller.UserControllerWindow
public class UserControllerWindow
The Class UserControllerWindow.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
|---|
GraphNode.ConceptMapListener |
| Field Summary | |
|---|---|
MTList |
userListPanel
The user list panel. |
static int |
windowHeight
The Constant windowHeight. |
static int |
windowWidth
The Constant windowWidth. |
| Constructor Summary | |
|---|---|
UserControllerWindow(ContentSystem contentSystem,
ControllerManager controllerManager)
Instantiates a new user controller window. |
|
| Method Summary | |
|---|---|
void |
close()
Close. |
MTList |
getUserList()
Gets the user list. |
void |
projectorFound(TableIdentity tableId,
boolean isLeaseSuccessful)
Projector found. |
void |
remoteDesktopContentReceived(TableIdentity tableId,
java.util.HashMap<UserIdentity,MathToolInitSettings> items)
Remote desktop content received. |
void |
resultsReceivedFromUser(TableIdentity tableId,
UserIdentity userId,
AssignmentInfo assignInfo)
Results received from user. |
void |
syncDataReceived(TableIdentity sender,
java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
Sync data received. |
void |
tableIdReceived(TableIdentity tableId)
Table id received. |
void |
userIdsReceived(TableIdentity tableId,
java.util.List<UserIdentity> userIds)
User ids received. |
void |
userMathPadReceived(TableIdentity tableId,
UserIdentity userId,
MathToolInitSettings mathToolSettings)
User math pad received. |
void |
userRegistrationReceived(TableIdentity tableId,
UserIdentity userId)
User registration received. |
void |
userUnregistrationReceived(TableIdentity tableId,
UserIdentity userId)
User unregistration received. |
| 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 |
| Field Detail |
|---|
public static final int windowHeight
public static final int windowWidth
public MTList userListPanel
| Constructor Detail |
|---|
public UserControllerWindow(ContentSystem contentSystem,
ControllerManager controllerManager)
contentSystem - the content systemcontrollerManager - the controller manager| Method Detail |
|---|
public void close()
MTFrame
close in class MTFramepublic MTList getUserList()
public void projectorFound(TableIdentity tableId,
boolean isLeaseSuccessful)
ControllerManager.ControllerNetworkListener
projectorFound in interface ControllerManager.ControllerNetworkListenertableId - the table idisLeaseSuccessful - the is lease successful
public void remoteDesktopContentReceived(TableIdentity tableId,
java.util.HashMap<UserIdentity,MathToolInitSettings> items)
ControllerManager.ControllerNetworkListener
remoteDesktopContentReceived in interface ControllerManager.ControllerNetworkListenertableId - the table iditems - the items
public void resultsReceivedFromUser(TableIdentity tableId,
UserIdentity userId,
AssignmentInfo assignInfo)
ControllerManager.ControllerNetworkListener
resultsReceivedFromUser in interface ControllerManager.ControllerNetworkListenertableId - the table iduserId - the user idassignInfo - the assign info
public void syncDataReceived(TableIdentity sender,
java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
ControllerManager.ControllerNetworkListener
syncDataReceived in interface ControllerManager.ControllerNetworkListenersender - the sendermathPadSyncData - the math pad sync datapublic void tableIdReceived(TableIdentity tableId)
ControllerManager.ControllerNetworkListener
tableIdReceived in interface ControllerManager.ControllerNetworkListenertableId - the table id
public void userIdsReceived(TableIdentity tableId,
java.util.List<UserIdentity> userIds)
ControllerManager.ControllerNetworkListener
userIdsReceived in interface ControllerManager.ControllerNetworkListenertableId - the table iduserIds - the user ids
public void userMathPadReceived(TableIdentity tableId,
UserIdentity userId,
MathToolInitSettings mathToolSettings)
ControllerManager.ControllerNetworkListener
userMathPadReceived in interface ControllerManager.ControllerNetworkListenertableId - the table iduserId - the user idmathToolSettings - the math tool settings
public void userRegistrationReceived(TableIdentity tableId,
UserIdentity userId)
ControllerManager.ControllerNetworkListener
userRegistrationReceived in interface ControllerManager.ControllerNetworkListenertableId - the table iduserId - the user id
public void userUnregistrationReceived(TableIdentity tableId,
UserIdentity userId)
ControllerManager.ControllerNetworkListener
userUnregistrationReceived in interface ControllerManager.ControllerNetworkListenertableId - the table iduserId - the user id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||