public interface PalettePageContext
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isPreferred(Context context)
Page owners can determine if their page should be shown as the preferrred
 page for this context. 
 | 
boolean | 
showPage(Context context)
Page owners can determine if their page should be shown given the current
 context. 
 | 
boolean showPage(Context context)
context - the context of the invocation.
 true if the page should be shown
         false if the page should not be show.Contextboolean isPreferred(Context context)
context - the current context.true if this page is the preferred page for the
 specified context, false otherwise.