Extension SDK 9.0.5

oracle.jdeveloper.palette
Class HtmlPaletteContext

java.lang.Object
  extended byoracle.jdeveloper.palette.HtmlPaletteContext
All Implemented Interfaces:
PaletteContext

public class HtmlPaletteContext
extends java.lang.Object
implements PaletteContext


Constructor Summary
HtmlPaletteContext()
           
 
Method Summary
 boolean canShowPage(Context context)
          Allow page owners to determine if their page should be shown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlPaletteContext

public HtmlPaletteContext()
Method Detail

canShowPage

public boolean canShowPage(Context context)
Description copied from interface: PaletteContext
Allow page owners to determine if their page should be shown

Specified by:
canShowPage in interface PaletteContext
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

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.