Interface ListingMarginProviderService
public interface ListingMarginProviderService
A service to provide a widget that is designed to appear on the left-hand side of the Code Viewer
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new margin provider.booleanisOwner(ListingMarginProvider provider) True if this service is the owner of the given provider.
-
Method Details
-
createMarginProvider
-
isOwner
True if this service is the owner of the given provider.- Parameters:
provider- the provider to check- Returns:
- true if the owner
-