Usages of IObservableCollection
Properties
| availableCommands | in GraphInputMode | Gets a collection of commands that this input mode will handle. | |
| handles | in HandleInputMode | Gets or sets the collection of IHandles this mode manages. | |
| selection | in SelectionEventArgs | Gets the selection these event arguments refer to. | |
| snapResults | in SnapContext | Gets the collection of SnapResults. | |
| model | in CollectionModelManager | Gets or sets the model of the items to display in the canvas. | |
| highlights | in GraphComponent | Gets or sets the collection model that stores the highlight state for the visualization. | |
| domain | in HighlightIndicatorManager | Gets or sets the model that describes the domain for the highlight. | |
| items | in HighlightIndicatorManager | Gets or sets the item collection that determines which items are highlighted. | |
| bends | in IGraphSelection | Gets an IObservableCollection<T> of the selected bends. | |
| edges | in IGraphSelection | Gets an IObservableCollection<T> of the selected edges. | |
| labels | in IGraphSelection | Gets an IObservableCollection<T> of the selected labels. | |
| nodes | in IGraphSelection | Gets an IObservableCollection<T> of the selected nodes. | |
| ports | in IGraphSelection | Gets an IObservableCollection<T> of the selected ports. | |
| selectedColumns | in IStripeSelection | Gets an IObservableCollection<T> of the selected columns. | |
| selectedRows | in IStripeSelection | Gets an IObservableCollection<T> of the selected rows. | |
| domain | in SelectionIndicatorManager | Gets or sets the model that describes the domain for the selection. | |
| items | in SelectionIndicatorManager | Gets or sets the selection model that determines which items are selected. | |
| selectedColumns | in StripeSelection | ||
| selectedRows | in StripeSelection |
Method Parameters
| HandleInputMode () | in HandleInputMode | Creates a new mode with no handles initially. | |
| SelectionEventArgs (IInputModeContext, IObservableCollection<T>) | in SelectionEventArgs | Creates a new instance. | |
| CollectionModelManager (Constructor<T>, IObservableCollection<T>) | in CollectionModelManager | Creates a new instance using the given model. | |
| GraphComponent (HTMLElement, ) | in GraphComponent | Creates a new instance of the GraphComponent in the given div element. | |
| GraphComponent () | in GraphComponent | Creates a new instance of the GraphComponent. | |
| GraphComponent (string, ) | in GraphComponent | Creates a new instance of GraphComponent using the div element that is specified by the selector. |
Implementing Types
| ObservableCollection | An implementation of an IObservableCollection<T> that is backed by an ordinary ICollection<T> | |
| IGraphSelection | Manages the selection state of items in an IGraph instance. | |
| IStripeSelection | Manages the selection state of items in an ITable instance. |