Search in sources :

Example 1 with ServerEditorSection

use of org.eclipse.wst.server.ui.editor.ServerEditorSection in project webtools.servertools by eclipse.

the class ServerEditorSectionTestCase method getServerEditorSection.

protected ServerEditorSection getServerEditorSection() {
    if (section == null) {
        section = new ServerEditorSection() {
        };
        // Ensure initialized called, though this is effectively a no-op
        section.init(null, null);
    }
    return section;
}
Also used : ServerEditorSection(org.eclipse.wst.server.ui.editor.ServerEditorSection)

Aggregations

ServerEditorSection (org.eclipse.wst.server.ui.editor.ServerEditorSection)1