Uses of Interface
org.jupe.source.ISource

Packages that use ISource
org.jupe.plugin Provides classes and interfaces for general plugin purposes. 
org.jupe.source.java   
 

Uses of ISource in org.jupe.plugin
 

Methods in org.jupe.plugin that return ISource
 ISource JupeProject.getSource()
          Get the source that is associated with that project.
 

Methods in org.jupe.plugin with parameters of type ISource
 void JupeProject.setSource(ISource newSource)
          Set the source that is associated with that project.
 

Uses of ISource in org.jupe.source.java
 

Classes in org.jupe.source.java that implement ISource
 class JavaSource