DataPaletteSvc Class

com.bea.ide.ui.palette
DataPaletteSvc Class

public class DataPaletteSvc

    extends Object

Service interface that extension writers can implement to populate the data palette for existing document types. An example of this usage is in the JSP designer extension which has it's own default data palette driver implementation but will delegate to an extension's palette driver if discovered through this service.


Hierarchy
Object
  DataPaletteSvc

Nested Class Summary

public static interfaceDataPaletteSvc.I

Field Summary

protected static DataPaletteSvc.I
instance
DataPaletteSvc.I
 

Constructor Summary

DataPaletteSvc()

 

Method Summary

public static DataPaletteSvc.I
get()
Get the single instance of this service.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

instance

protected static DataPaletteSvc.I instance

 

Constructor Detail

DataPaletteSvc

public DataPaletteSvc()
 

Method Detail

get() Method

public static DataPaletteSvc.I get()
Get the single instance of this service.