Uses of Interface
org.acm.seguin.ide.common.IDEInterface

Packages that use IDEInterface
org.acm.seguin.ide.common Classes common to all IDEs. 
org.acm.seguin.ide.jedit   
 

Uses of IDEInterface in org.acm.seguin.ide.common
 

Methods in org.acm.seguin.ide.common with parameters of type IDEInterface
static void IDEPlugin.setPlugin(IDEInterface ideIf)
          Sets the Plugin attribute of the IDEPlugin class
 

Uses of IDEInterface in org.acm.seguin.ide.jedit
 

Classes in org.acm.seguin.ide.jedit that implement IDEInterface
 class JavaStylePlugin
          A plugin for pretty printing the current jEdit buffer, using the PrettyPrinter of the JREFactory suite.