Click or drag to resize

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 Hierarchy
SystemObject
  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
Syntax
C#
public class MSAGLExtClient : UserControl, 
	IBasicGraphViewerClient

The MSAGLExtClient type exposes the following members.

Constructors
  NameDescription
Public methodMSAGLExtClient
Initializes a new instance of the MSAGLExtClient class
Public methodMSAGLExtClient(Form)
Creates a new MSAGLExtClient instance, adding itself to the hosting form.
Top
Properties
Methods
Events
  NameDescription
Public eventOnConnectionLost
Top
See Also