Reference Source
public class | source

ModelTreeView

Represents a model tree view within a TreeViewPlugin.

  • Stored in treeViewPlugin#modelTreeViews, mapped to the model ID.
  • Created by each call to TreeViewPlugin#addModel.

Member Summary

Public Members
public

Contains messages for any errors found in the MetaModel for this ModelTreeView.

public

The MetaModel corresponding to this ModelTreeView.

public
public
public

True if errors were found in the MetaModel for this ModelTreeView.

Public Members

public errors: String[] source

Contains messages for any errors found in the MetaModel for this ModelTreeView.

public metaModel: MetaModel source

The MetaModel corresponding to this ModelTreeView.

public switchCollapseHandler: * source

public switchExpandHandler: * source

public valid: boolean source

True if errors were found in the MetaModel for this ModelTreeView.