EditorDescription Constructor

C# Syntax

public EditorDescription()
Example
// Create a description for the Editor test object.
var editor = window.Describe<IEditor>(new EditorDescription
{
    NativeClass = "javax.swing.JEditorPane"
});