| Home >> All >> org >> modama >> gui >> [ mgraph Javadoc ] |
| | org.modama.gui.mgraph.actions.* (19) | | org.modama.gui.mgraph.vertexviews.* (5) |
org.modama.gui.mgraph: Javadoc index of package org.modama.gui.mgraph.
Package Samples:
org.modama.gui.mgraph.actions
org.modama.gui.mgraph.vertexviews
Classes:
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.
AbstractDefaultAction: an abstract Action override actionPerformed to do your action you can enable/disable the action by overriding the isActive method (returns always true by default) if you want it to be a checkbox, isCheckBox have to return true, then you also should override the method isChecked
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
ActionFactory: A static Class to process actions First you have to tell ActionFactory what actions are available. Then, a call to createXXX will make the real stuff and returns, whatever is needed.
MDocument: This class holds everything related to one document. currently its baad to create multiple instances of this class, because all will use the same world model (class World is a singleton)
ShowLUTEditor: Created by IntelliJ IDEA. User: UHLIG Date: 16 mai 2003 Time: 14:16:26 To change this template use Options | File Templates.
ImageListVertexView: Created by IntelliJ IDEA. User: UHLIG Date: 21 mai 2003 Time: 10:46:53 To change this template use Options | File Templates.
NumberEntityVertexView: Created by IntelliJ IDEA. User: UHLIG Date: 21 mai 2003 Time: 10:46:53 To change this template use Options | File Templates.
NumberListVertexView: Created by IntelliJ IDEA. User: UHLIG Date: 21 mai 2003 Time: 10:46:53 To change this template use Options | File Templates.
OperationVertexView: Created by IntelliJ IDEA. User: UHLIG Date: 21 mai 2003 Time: 10:46:53 To change this template use Options | File Templates.
SaveWhatYouSee: a save operation for the views to save what you see
ShowImageEntityViewOptions: shows an options dialog for an ImageEntityView
ShowImageListViewOptions: shows an options dialog for an ImageEntityView
ImageEntityVertexView: TODO find way to set size of the vertex
Zoomfit: zooms the image so it fits to the view
MGraph: this is modama JGraph implementation
ExecuteOperation: toggles the ZoomCursor to the viewer
ToggleZoomCursor: toggles the ZoomCursor to the viewer
MGraphModel
ClearConnections
DeleteEntity
| Home | Contact Us | Privacy Policy | Terms of Service |