Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.console.IBuildConsoleProxy

Packages that use IBuildConsoleProxy
org.eclipse.mtj.core.console This package provides an API from which callers can access the BuildConsole. 
org.eclipse.mtj.ui.console This package provides the builder console. 
 

Uses of IBuildConsoleProxy in org.eclipse.mtj.core.console
 

Classes in org.eclipse.mtj.core.console that implement IBuildConsoleProxy
 class BuildConsoleProxy
          The proxied implementation of IBuildConsoleProxy.
 

Methods in org.eclipse.mtj.core.console with parameters of type IBuildConsoleProxy
 void BuildConsoleProxy.setProxy(IBuildConsoleProxy proxy)
          Set the proxy being wrapped by this proxy.
 

Uses of IBuildConsoleProxy in org.eclipse.mtj.ui.console
 

Classes in org.eclipse.mtj.ui.console that implement IBuildConsoleProxy
 class BuilderConsole
          A console that holds the information from the execution of the MTJ builders.
 


Mobile Tools for Java
Release 1.0