Uses of Class
com.togethersoft.openapi.ide.inspector.IdeInspector

Packages that use IdeInspector
com.togethersoft.openapi.ide.inspector 
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.sci.pattern 

Uses of IdeInspector in com.togethersoft.openapi.ide.inspector
 

Fields in com.togethersoft.openapi.ide.inspector declared as IdeInspector
protected IdeInspectorIdeInspectorCompoundComponent.myInternalInspector
          
 

Methods in com.togethersoft.openapi.ide.inspector that return IdeInspector
IdeInspectorIdeInspectorBuilder.buildInspector(IdeContext context, IdeInspector inspector)
           Builds inspector for the specified context.
IdeInspectorIdeInspectorManager.buildInspector(IdeContext context)
           Builds new inspector on the base of the existing inspector for the specified context.
 

Methods in com.togethersoft.openapi.ide.inspector with parameters of type IdeInspector
IdeInspectorIdeInspectorBuilder.buildInspector(IdeContext context, IdeInspector inspector)
           Builds inspector for the specified context.
 

Uses of IdeInspector in com.togethersoft.openapi.ide.inspector.util
 

Constructors in com.togethersoft.openapi.ide.inspector.util with parameters of type IdeInspector
TabbedPaneInspectorUI.TabbedPaneInspectorUI(IdeInspector inspector, int tabPlacement)
           Creates tabbed pane for the specified inspector with the specified location of tabs.
TabbedPaneInspectorUI.TabbedPaneInspectorUI(IdeInspector inspector)
           Creates tabbed pane for the specified inspector.
 

Uses of IdeInspector in com.togethersoft.openapi.sci.pattern
 

Constructors in com.togethersoft.openapi.sci.pattern with parameters of type IdeInspector
InspectorPatternUI.InspectorPatternUI(IdeInspector inspector)