oracle.ide.palette
Interface PaletteContext
- All Known Implementing Classes:
- HtmlPaletteContext
- public interface PaletteContext
The PaletteContext interface can be used to identify which palette pages can be s shown by the ide with the current context and other functionallity.
Method Summary |
boolean |
canShowPage(Context context)
Allow page owners to determine if their page should be shown |
canShowPage
public boolean canShowPage(Context context)
- Allow page owners to determine if their page should be shown
-
- Parameters:
context
- the context of the invocation.
- Returns:
true
if the page should be shown false
if the page should not be show.
- See Also:
Context
Copyright © 1997, 2004, Oracle. All rights reserved.