Uses of Class
org.gjt.sp.jedit.View.ViewConfig

Packages that use View.ViewConfig
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

Uses of View.ViewConfig in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit that return View.ViewConfig
 View.ViewConfig View.getViewConfig()
           
 

Methods in org.gjt.sp.jedit with parameters of type View.ViewConfig
static View jEdit.newView(View view, Buffer buffer, View.ViewConfig config)
          Creates a new view.
 

Uses of View.ViewConfig in org.gjt.sp.jedit.gui
 

Constructors in org.gjt.sp.jedit.gui with parameters of type View.ViewConfig
DockableWindowManager(View view, DockableWindowFactory factory, View.ViewConfig config)
          Creates a new dockable window manager.