Uses of Class
org.gjt.sp.jedit.View.ViewConfig
Packages that use View.ViewConfig
-
Uses of View.ViewConfig in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return View.ViewConfigMethods in org.gjt.sp.jedit with parameters of type View.ViewConfigModifier and TypeMethodDescriptionvoidView.adjust(View parent, View.ViewConfig config) static ViewjEdit.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.ViewConfigModifier and TypeMethodDescriptionDockableWindowManagerProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config) DockingFrameworkProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config) abstract DockableWindowManager.DockingLayoutDockableWindowManager.getDockingLayout(View.ViewConfig config) DockableWindowManagerImpl.getDockingLayout(View.ViewConfig config) Constructors in org.gjt.sp.jedit.gui with parameters of type View.ViewConfigModifierConstructorDescriptionDockableWindowManager(View view, DockableWindowFactory instance, View.ViewConfig config) DockableWindowManagerImpl(View view, DockableWindowFactory factory, View.ViewConfig config) Creates a new dockable window manager.