|
||||||||||
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.mathtool.MathTool
apps.mathpadapp.controllerapp.assignmentbuilder.AssignmentBuilder
public class AssignmentBuilder
The Class AssignmentBuilder.
Nested Class Summary | |
---|---|
static interface |
AssignmentBuilder.AssignmentBuilderListener
The listener interface for receiving assignmentBuilder events. |
Nested classes/interfaces inherited from class apps.mathpadapp.mathtool.MathTool |
---|
MathTool.MathToolListener, MathTool.SeparatorState, MathTool.WritingState |
Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
---|
GraphNode.ConceptMapListener |
Constructor Summary | |
---|---|
AssignmentBuilder(ContentSystem contentSystem,
GraphManager graphManager)
Instantiates a new assignment builder. |
Method Summary | |
---|---|
void |
fireSend(java.util.List<java.lang.Object> receipents)
Fire send. |
AssignmentHandler |
getAssignmentHandler()
Gets the assignment handler. |
Methods inherited from class apps.mathpadapp.mathtool.MathTool |
---|
addMathToolListener, addNewPad, getAllPads, getAnswerDialog, getControlPanel, getCurrentAssignmentInfo, getCurrentPad, getCurrentWritingState, getDrawData, getInitSettings, init, removeMathToolListener, removeMathToolListeners, removePad, setLineWidth, setSeparatorState, setTextColor, setWritingState, showPad, terminate |
Methods inherited from class apps.mathpadapp.util.MTFrame |
---|
close, 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 |
Constructor Detail |
---|
public AssignmentBuilder(ContentSystem contentSystem, GraphManager graphManager)
contentSystem
- the content systemgraphManager
- the graph managerMethod Detail |
---|
public void fireSend(java.util.List<java.lang.Object> receipents)
receipents
- the receipentspublic AssignmentHandler getAssignmentHandler()
MathTool
getAssignmentHandler
in class MathTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |