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

Packages that use IdeManager
com.togethersoft.openapi.ide 

Uses of IdeManager in com.togethersoft.openapi.ide
 

Fields in com.togethersoft.openapi.ide declared as IdeManager
private static IdeManagerIdeAccess.myIdeManager
          
 

Methods in com.togethersoft.openapi.ide that return IdeManager
static IdeManagerIdeAccess.getIdeManager()
          Returns the current instance of IdeManager.
static IdeManagerIdeManagerAccess.getManager()
          Returns the IdeManager.
 

Methods in com.togethersoft.openapi.ide with parameters of type IdeManager
protected static voidIdeAccess.setIdeManager(IdeManager ideManager)
          Sets specified current IdeManager.
protected static voidIdeManagerAccess.setManager(IdeManager ideManager)
          Sets the current IdeManager.