Interface | Description |
---|---|
FilteringOutlinePopup.IMatcher<T> |
Determines a true or false for a given object.
|
IOutlinePopupHost |
Represents the host of an outline popup.
|
Class | Description |
---|---|
EditorOutlinePopupHost |
Adapter for making an editor a suitable host for an outline popup.
|
FilteringOutlinePopup |
An abstract implementation of an outline popup that supports filtering
based on a pattern inputed by the user.
|
FilteringOutlinePopup.StringMatcher |
Pattern-based string matcher.
|
HandlyOutlinePopup |
A partial implementation of Handly-based outline popup.
|
OutlinePopup |
An abstract base implementation of an outline popup.
|
OutlinePopupHandler |
An abstract implementation of a handler that opens an outline popup.
|