|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mathpadapp.conceptmapping.GraphNode
apps.mathpadapp.controllerapp.projectorcontroller.ProjectorNode
public class ProjectorNode
The Class ProjectorNode.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
|---|
GraphNode.ConceptMapListener |
| Constructor Summary | |
|---|---|
ProjectorNode(TableIdentity tableId,
ContentSystem contentSystem,
ControllerManager controllerManager)
Instantiates a new projector node. |
|
| Method Summary | |
|---|---|
TableIdentity |
getTableId()
Gets the table id. |
boolean |
isShowOn()
Checks if is show on. |
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 |
setText(java.lang.String text)
Sets the text. |
void |
sourceDataUpdated(TableIdentity tableId,
java.util.HashMap<UserIdentity,MathToolInitSettings> items)
Invoked when source data update occurs. |
void |
syncDataReceived(TableIdentity tableId,
java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData)
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.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 |
|---|
public ProjectorNode(TableIdentity tableId,
ContentSystem contentSystem,
ControllerManager controllerManager)
tableId - the table idcontentSystem - the content systemcontrollerManager - the controller manager| Method Detail |
|---|
public TableIdentity getTableId()
public boolean isShowOn()
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 infopublic void setText(java.lang.String text)
text - the new text
public void sourceDataUpdated(TableIdentity tableId,
java.util.HashMap<UserIdentity,MathToolInitSettings> items)
DataSourceListener
sourceDataUpdated in interface DataSourceListenertableId - the table iditems - the items
public void syncDataReceived(TableIdentity tableId,
java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData)
DataSourceListener
syncDataReceived in interface DataSourceListenersyncDataReceived in interface ControllerManager.ControllerNetworkListenertableId - the table idsyncData - the 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 | |||||||||