Abstract
Protected
Readonly
contributionsA unique id for this provider.
A human-readable name for this provider.
Protected
propertyTest whether this provider can provide a widget for the given selection. A returned value indicating a priority of this provider.
the global selection object
a nonzero number if this provider can provide; otherwise it cannot; never reject
Protected
getProtected
prioritizeProvide a widget for the given selection.
Never reject if canHandle
return a positive number; otherwise should reject.
the global selection object
a resolved property view content widget.
The
DefaultPropertyViewWidgetProvider
is the default abstract implementation of the PropertyViewWidgetProvider and should be extended to provide a property view content widget for the given selection.