 | MSAGLExtClient Class |
Extended MSAGL graph viewer UserControl.
Left pane: map-like overview, search pane, node-nesting tree, attributes pane.
Right pane: main interactive graph display (MSAGLClient).
Implements IBasicGraphViewerClient by delegating all graph mutations to the inner MSAGLClient.
Inheritance HierarchySystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsContainerControl
System.Windows.FormsUserControl
de.unika.ipd.grGen.graphViewerAndSequenceDebuggerMSAGLExtClient
Namespace:
de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:
graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 8.1
Syntaxpublic class MSAGLExtClient : UserControl,
IBasicGraphViewerClient
The MSAGLExtClient type exposes the following members.
Constructors
Properties
Methods|
| Name | Description |
|---|
 | AddEdge(String, String, String, String, String) | |
 | AddEdge(String, String, String, String, String, String) | |
 | AddEdgeRealizer | |
 | AddNode(String, String, String) | |
 | AddNode(String, String, String, String) | |
 | AddNodeRealizer | |
 | AddSubgraphNode(String, String, String) | |
 | AddSubgraphNode(String, String, String, String) | |
 | ChangeEdge | |
 | ChangeNode | |
 | ClearEdgeAttribute | |
 | ClearGraph | |
 | ClearNodeAttribute | |
 | Close | |
 | DeleteEdge | |
 | DeleteNode | |
 | Dispose | (Overrides ContainerControlDispose(Boolean).) |
 | Encode | |
 | ForceLayout | |
 | GetLayoutOptions | |
 | MoveNode | |
 | ProcessCmdKey | (Overrides ContainerControlProcessCmdKey(Message, Keys).) |
 | ReadCommand | |
 | RenameEdge | |
 | RenameNode | |
 | SetEdgeAttribute | |
 | SetEdgeLabel(String, String) | |
 | SetEdgeLabel(String, String, String) | |
 | SetLayout | |
 | SetLayoutOption | |
 | SetNodeAttribute | |
 | SetNodeLabel(String, String) | |
 | SetNodeLabel(String, String, String) | |
 | SleepAndDoEvents | |
 | Sync | |
 | WaitForElement | |
Top
Events
See Also