public abstract class ViewLimitProvider
extends java.lang.Object
An provider to control the 'view limiting' of a CodeEditors editor pane.
A limited view is restricted so the user can only view one section at a time.
This class should be created by a registered ViewLimitProviderFactory.
Override with a language or node specific getLimitedOffsets() implementations.
e.g. Given an offset location the Java implementation returns the offsets
of an enclosing method, class or field declaration.