Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.palette2
Class PaletteManager

java.lang.Object
  extended by oracle.ide.palette2.PaletteManager

All Implemented Interfaces:
Addin

public abstract class PaletteManager
extends java.lang.Object
implements Addin

The PaletteManager class is the Component Palette Controller.

PaletteManager is an abstract singleton class with its implementation in oracle.ideimpl.palette2.

Obtain a reference to this class by calling PaletteManager.getPaletteManager().

See Also:
Palette, PaletteWindow

Field Summary
protected static java.lang.String PALETTE_MANAGER_NAME
           

 

Constructor Summary
PaletteManager()
           

 

Method Summary
abstract  void addPaletteConsumerClass(MetaClass consumer)
          Allows a client View to add a call back tht has implemented the PaletteConsumer interface.
abstract  Palette getPalette()
          Returns the palette model.
static PaletteManager getPaletteManager()
          Returns the Palette controller
abstract  PaletteWindow getPaletteWindow()
          Returns the Palette view
abstract  void removePaletteConsumerClass(MetaClass consumer)
          Removes a client View as a PaletteConsumer.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.ide.Addin
initialize

 

Field Detail

PALETTE_MANAGER_NAME

protected static final java.lang.String PALETTE_MANAGER_NAME
See Also:
Constant Field Values

Constructor Detail

PaletteManager

public PaletteManager()

Method Detail

getPalette

public abstract Palette getPalette()
Returns the palette model.

getPaletteManager

public static PaletteManager getPaletteManager()
Returns the Palette controller

getPaletteWindow

public abstract PaletteWindow getPaletteWindow()
Returns the Palette view

addPaletteConsumerClass

public abstract void addPaletteConsumerClass(MetaClass consumer)
Allows a client View to add a call back tht has implemented the PaletteConsumer interface.
Parameters:
consumer -

removePaletteConsumerClass

public abstract void removePaletteConsumerClass(MetaClass consumer)
Removes a client View as a PaletteConsumer.
Parameters:
consumer -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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