| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IdeContext in com.togethersoft.openapi.ide |
| Methods in com.togethersoft.openapi.ide with parameters of type IdeContext | |
String | IdeManager.expandMacros(IdeContext context, String command)Replaces macros in command with the corresponding values. |
void | IdeScript.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 | |
IdeContext | IdeCommandEvent.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 IdeContext | IdeInspector.myContext |
protected IdeContext | IdeInspectorCompoundComponent.myContext |
protected IdeContext | IdeInspectorPropertySetComponent.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 | |
boolean | Condition.execute(IdeContext context)Calculates visibily condition for the specified context. |
IdeInspector | IdeInspectorBuilder.buildInspector(IdeContext context, IdeInspector inspector)Builds inspector for the specified context. |
IdeInspector | IdeInspectorManager.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 IdeContext | RwiElementsComponent.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 | |
void | IdeToolManager.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 boolean | RwiElementsUtil.checkProperty(IdeContext context, String propertyName, boolean value) |
static boolean | RwiElementsUtil.checkProperty(IdeContext context, String propertyName, String value) |
static RwiElement[] | RwiElementsUtil.getRwiElements(IdeContext context) |
static RwiReference[] | RwiElementsUtil.getRwiReferences(IdeContext context) |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||