|
||||||||||
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.remotecontrol.tableportal.TablePortal
public class TablePortal
The Class TablePortal.
Nested Class Summary | |
---|---|
static class |
TablePortal.OperationMode
The Enum OperationMode. |
static class |
TablePortal.RemoteTableMode
The Enum RemoteTableMode. |
static class |
TablePortal.TraceMode
The Enum TraceMode. |
Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
---|
GraphNode.ConceptMapListener |
Field Summary | |
---|---|
static float |
DEFAULT_SCALE
The default scale. |
Constructor Summary | |
---|---|
TablePortal(ContentSystem contentSystem,
NetworkedContentManager networkManager,
GraphManager grapgManager)
Instantiates a new table portal. |
Method Summary | |
---|---|
void |
close()
Close. |
void |
connect(TableIdentity tableIdentity)
Connect. |
DisplayPanel |
getDisplayPanel()
Gets the display panel. |
NetworkedContentManager |
getNetworkManager()
Gets the network manager. |
java.lang.String |
getPortalId()
Gets the portal id. |
Radar |
getRadar()
Gets the radar. |
TableIdentity |
getTableId()
Gets the table id. |
TablePortal.TraceMode |
getTraceMode()
Gets the trace mode. |
void |
messageReceived(java.lang.Object obj)
Message received. |
void |
setNetworkedContentManager(NetworkedContentManager manager)
Sets the networked content manager. |
void |
setOperationMode(TablePortal.OperationMode mode)
Sets the operation mode. |
void |
setTableMode(TablePortal.RemoteTableMode mode)
Sets the table mode. |
void |
setTraceMode(TablePortal.TraceMode currentTraceMode)
Sets the trace mode. |
void |
update(float tpf)
Update. |
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 float DEFAULT_SCALE
Constructor Detail |
---|
public TablePortal(ContentSystem contentSystem, NetworkedContentManager networkManager, GraphManager grapgManager)
contentSystem
- the content systemnetworkManager
- the network managergrapgManager
- the grapg managerMethod Detail |
---|
public void close()
MTFrame
close
in class MTFrame
public void connect(TableIdentity tableIdentity)
tableIdentity
- the table identitypublic DisplayPanel getDisplayPanel()
public NetworkedContentManager getNetworkManager()
public java.lang.String getPortalId()
public Radar getRadar()
public TableIdentity getTableId()
public TablePortal.TraceMode getTraceMode()
public void messageReceived(java.lang.Object obj)
NetworkedContentManager.NetworkListener
messageReceived
in interface NetworkedContentManager.NetworkListener
obj
- the objpublic void setNetworkedContentManager(NetworkedContentManager manager)
manager
- the new networked content managerpublic void setOperationMode(TablePortal.OperationMode mode)
mode
- the new operation modepublic void setTableMode(TablePortal.RemoteTableMode mode)
mode
- the new table modepublic void setTraceMode(TablePortal.TraceMode currentTraceMode)
currentTraceMode
- the new trace modepublic void update(float tpf)
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |