|
Class Summary |
| MApp |
The main application
its contains some methods to gain access to the currently opened document and JGraph
so its possible to implement additional functionality to enable MDI support
the app registers to each JGraph its own MarqueeHandler, where mouse events are caught
and processed in some different way. |
| MDocument |
This class holds everything related to one document. |
| MGraph |
this is modama JGraph implementation |
| MGraphModel |
|
| MMarqueeHandler |
Modama's marquee handler for jgraph
LEFT MOUSE BUTTON:
on a port: initiate connection mode
double on a cell: open editor for entity
else: move cell or nothing
RIGHT MOUSE BUTTON:
on a cell: popupmenu for cell
else: popup for document |