Uses of Interface
org.gjt.sp.jedit.bsh.NameSource

Packages that use NameSource
org.gjt.sp.jedit.bsh   
org.gjt.sp.jedit.bsh.classpath   
 

Uses of NameSource in org.gjt.sp.jedit.bsh
 

Classes in org.gjt.sp.jedit.bsh that implement NameSource
 class ExternalNameSpace
          A namespace which maintains an external map of values held in variables in its scope.
 class NameSpace
          A namespace in which methods, variables, and imports (class names) live.
 

Methods in org.gjt.sp.jedit.bsh with parameters of type NameSource
 void NameSource.Listener.nameSourceChanged(NameSource src)
           
 

Uses of NameSource in org.gjt.sp.jedit.bsh.classpath
 

Classes in org.gjt.sp.jedit.bsh.classpath that implement NameSource
 class BshClassPath
          A BshClassPath encapsulates knowledge about a class path of URLs.