|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoteManager | |
---|---|
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
Uses of NoteManager in fi.helsinki.dacopan.model |
---|
Constructors in fi.helsinki.dacopan.model with parameters of type NoteManager | |
---|---|
ScenarioStepIterator(Layer layer,
DataView view,
NoteManager noteManager)
Creates the iterator for stepping thru the specified layer with the given events and notes. |
Uses of NoteManager in fi.helsinki.dacopan.ui |
---|
Methods in fi.helsinki.dacopan.ui that return NoteManager | |
---|---|
NoteManager |
MainFrame.getNoteManager()
Returns the current instance of the NoteManager being used to store the notes of the currently loaded scenario |
Constructors in fi.helsinki.dacopan.ui with parameters of type NoteManager | |
---|---|
MainFrame(DataView data,
NoteManager noteManager)
This constructor can be used in testing the animator, as it works with a given dataview as if a PEF had already been loaded in the memory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |