Interface | Description |
---|---|
IOutlinePopupHost |
Represents the host of an outline popup.
|
Class | Description |
---|---|
EditorOutlinePopupHost |
An editor-based outline popup host.
|
FilteringOutlinePopup |
An abstract implementation of an outline popup that supports filtering
based on a pattern inputed by the user.
|
FilteringOutlinePopup.StringMatcher |
A string pattern matcher that supports '*' and '?' wildcards.
|
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.
|
Clients need to extend OutlinePopup
or one of its subclasses, FilteringOutlinePopup
or HandlyOutlinePopup
.
See org.eclipse.handly.internal.examples.jmodel.ui.editor.JavaOutlinePopup
for usage example.
org.eclipse.handly.xtext.ui.quickoutline
Copyright (c) 2014, 2019 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0