com.togethersoft.openapi.ide.inspector
Interface IdeInspectorBuilder


public interface IdeInspectorBuilder

Factory class used to create IdeInspector. One may implement the builder and connect it to the IdeInspector
framework to control the process of IdeInspector creation. In order to create chaining builders see the
IdeInspectorManager interface.

Author:
TogetherSoft
Since: Together 3.1
See Also: IdeInspector

Method Summary
 IdeInspectorbuildInspector(IdeContext context, IdeInspector inspector)
          Builds inspector for the specified context.

Method Detail

buildInspector

public IdeInspector buildInspector(IdeContext context, IdeInspector inspector)
Builds inspector for the specified context. Adds required components
to the existing inspector corresponding to the specified context.
Parameters:
context IdeContext which stores information about selected element of the model
inspector IdeInspector object that represents the existing inspector
Returns: modified IdeInspector
Since:
Together 4.0