Last change
on this file since 12832 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
460 bytes
|
Line | |
---|
1 | using System;
|
---|
2 |
|
---|
3 | namespace SharpVectors.Dom.Views
|
---|
4 | {
|
---|
5 | /// <summary>
|
---|
6 | /// The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views. It provides an attribute to retrieve the default view of a document.
|
---|
7 | /// </summary>
|
---|
8 | public interface IDocumentView
|
---|
9 | {
|
---|
10 | /// <summary>
|
---|
11 | /// The default AbstractView for this Document, or null if none available
|
---|
12 | /// </summary>
|
---|
13 | IAbstractView DefaultView{get;}
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.