public interface IIntroContentProviderSite
This interface is not intended to be implemented or extended by clients.
Modifier and Type | Method and Description |
---|---|
void |
reflow(IIntroContentProvider provider,
boolean incremental)
This method will be called when the IIntroContentProvider is notified
that its content has become stale.
|
void reflow(IIntroContentProvider provider, boolean incremental)
provider
- the content provider that requests a reflowincremental
- if true
, an attempt should be made to
incrementally reflow the page. Otherwise, the page should be
recreated from scratch. This is just a hint and the
implementation of the interface can ignore it.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.