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
 void View.adjust(View parent, View.ViewConfig config)
           
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
 

Methods in org.gjt.sp.jedit.gui with parameters of type View.ViewConfig
 DockableWindowManager DockingFrameworkProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config)
           
 DockableWindowManager DockableWindowManagerProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config)
           
 DockableWindowManager.DockingLayout DockableWindowManagerImpl.getDockingLayout(View.ViewConfig config)
           
abstract  DockableWindowManager.DockingLayout DockableWindowManager.getDockingLayout(View.ViewConfig config)
           
 

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