Changeset 776 for trunk/sources/HeuristicLab.Core/Interfaces/IEditable.cs
- Timestamp:
- 11/19/08 12:12:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/Interfaces/IEditable.cs
r2 r776 25 25 26 26 namespace HeuristicLab.Core { 27 /// <summary> 28 /// Interface to represent editable items. 29 /// </summary> 27 30 public interface IEditable : IViewable { 31 /// <summary> 32 /// Creates an editor. 33 /// </summary> 34 /// <returns>The created editor as <see cref="IEditor"/>.</returns> 28 35 IEditor CreateEditor(); 29 36 }
Note: See TracChangeset
for help on using the changeset viewer.