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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected static DataPaletteSvc.I
instance
DataPaletteSvc
public DataPaletteSvc()
get() Method
public static DataPaletteSvc.I
get()
Get the single instance of this service.