|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.palette.PaletteContext
public abstract class PaletteContext
The PaletteContext interface can be used to identify which palette pages can be shown by the IDE with the current context and other functionallity.
| Constructor Summary | |
|---|---|
PaletteContext() |
|
| Method Summary | |
|---|---|
abstract boolean |
canShowPage(Context context)Allow page owners to determine if their page should be shown |
static Editor |
getEditor(Context context) |
static void |
setEditor(Context context, Editor editor) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaletteContext()
| Method Detail |
|---|
public abstract boolean canShowPage(Context context)
context - the context of the invocation.true if the page should be shown false if the page should not be show.Contextpublic static Editor getEditor(Context context)
public static void setEditor(Context context,
Editor editor)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||