Package org.eclipse.wst.server.ui.editor

Provides editor support for the server tools UI.

See:
          Description

Interface Summary
IServerEditorPartInput An input into a server part or section editor.
 

Class Summary
ServerEditorPart An abstract server editor which implements the most common methods from IEditorPart.
ServerEditorSection An abstract server editor section.
 

Package org.eclipse.wst.server.ui.editor Description

Provides editor support for the server tools UI.

Using extension points, clients can provide pages, sections, and actions to be added to the editor for a specific server type. This package contains the delegate classes for these extension points, as well as the API that they can use to put commands on the shared editor command history stack and interact with the editing framework.