Uses of Class
com.togethersoft.openapi.ide.IdeContext

Packages that use IdeContext
com.togethersoft.openapi.ide 
com.togethersoft.openapi.ide.command 
com.togethersoft.openapi.ide.inspector 
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.table 
com.togethersoft.openapi.ide.tools 
com.togethersoft.openapi.util 

Uses of IdeContext in com.togethersoft.openapi.ide
 

Methods in com.togethersoft.openapi.ide with parameters of type IdeContext
StringIdeManager.expandMacros(IdeContext context, String command)
           Replaces macros in command with the corresponding values.
voidIdeScript.run(IdeContext context)
           Starts this script.
 

Uses of IdeContext in com.togethersoft.openapi.ide.command
 

Methods in com.togethersoft.openapi.ide.command that return IdeContext
IdeContextIdeCommandEvent.getElementContext()
           This method is used in IdeCommandCheckListener for getting IdeContext containing the element this event was fired for.
 

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

Fields in com.togethersoft.openapi.ide.inspector declared as IdeContext
protected IdeContextIdeInspector.myContext
          
protected IdeContextIdeInspectorCompoundComponent.myContext
          
protected IdeContextIdeInspectorPropertySetComponent.myContext
          
 

Constructors in com.togethersoft.openapi.ide.inspector with parameters of type IdeContext
IdeInspector.IdeInspector(IdeContext context)
           Creates new inspector for specified context.
IdeInspectorCompoundComponent.IdeInspectorCompoundComponent(IdeContext context)
           Constructs an instance of IdeInspectorCompoundComponent object that represents an internal inspector for the specified context.
IdeInspectorPropertySetComponent.IdeInspectorPropertySetComponent(IdeContext context)
           Creates new component keeps properties inside an inspector for specified context.
 

Methods in com.togethersoft.openapi.ide.inspector with parameters of type IdeContext
booleanCondition.execute(IdeContext context)
           Calculates visibily condition for the specified context.
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.
 

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

Constructors in com.togethersoft.openapi.ide.inspector.util with parameters of type IdeContext
TabbedCompoundComponent.TabbedCompoundComponent(IdeContext context, String name)
           Creates new TabbedCompoundComponent for the specified context.
 

Uses of IdeContext in com.togethersoft.openapi.ide.inspector.util.table
 

Fields in com.togethersoft.openapi.ide.inspector.util.table declared as IdeContext
protected IdeContextRwiElementsComponent.myContext
          
 

Constructors in com.togethersoft.openapi.ide.inspector.util.table with parameters of type IdeContext
RwiElementsComponent.RwiElementsComponent(IdeContext context)
           Constructs RwiElementsComponent object for the specified IdeContext.
RwiMembersComponent.RwiMembersComponent(IdeContext context)
           Constructs this component for certain IdeContext.
 

Uses of IdeContext in com.togethersoft.openapi.ide.tools
 

Methods in com.togethersoft.openapi.ide.tools with parameters of type IdeContext
voidIdeToolManager.launchTool(IdeContext context, IdeTool tool, boolean synchronous)
           Executes in specified IdeContext command described by IdeTool , whether blocking on execution ( synchronous = true ) or not .
 

Uses of IdeContext in com.togethersoft.openapi.util
 

Methods in com.togethersoft.openapi.util with parameters of type IdeContext
static booleanRwiElementsUtil.checkProperty(IdeContext context, String propertyName, boolean value)
          
static booleanRwiElementsUtil.checkProperty(IdeContext context, String propertyName, String value)
          
static RwiElement[]RwiElementsUtil.getRwiElements(IdeContext context)
          
static RwiReference[]RwiElementsUtil.getRwiReferences(IdeContext context)