Web Page Editor Extension

Identifier:
org.eclipse.jst.pagedesigner.pageDesignerExtension

Since:
2.0

Description:

This extension point is provisional and subject to change

Configuration Markup:

<!ELEMENT extension (localDropHandler* , attributeCellEditorFactory* , tagConverterFactory* , elementEditFactory* , linkCreator* , tagAttributeCellEditorFactory* , tagTransformOperation* , dtResourceProvider* , propertyPageFactory* , paletteFactory*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT localDropHandler EMPTY>

<!ATTLIST localDropHandler

class CDATA #IMPLIED

>


<!ELEMENT attributeCellEditorFactory EMPTY>

<!ATTLIST attributeCellEditorFactory

class CDATA #IMPLIED

>

deprecated - use tagAttributeCellEditorFactory



<!ELEMENT tagAttributeCellEditorFactory EMPTY>

<!ATTLIST tagAttributeCellEditorFactory

class CDATA #IMPLIED

>

provides ability for 3rd parties to supply their own cell and dialog field editors for MD enabled tag library attributes in the WPE tabbed property sheets



<!ELEMENT tagConverterFactory EMPTY>

<!ATTLIST tagConverterFactory

class CDATA #IMPLIED

>


<!ELEMENT elementEditFactory EMPTY>

<!ATTLIST elementEditFactory

class CDATA #IMPLIED

>


<!ELEMENT linkCreator EMPTY>

<!ATTLIST linkCreator

class          CDATA #REQUIRED

linkIdentifier CDATA #REQUIRED

>


<!ELEMENT tagTransformOperation EMPTY>

<!ATTLIST tagTransformOperation

id    CDATA #REQUIRED

class CDATA #REQUIRED

>

define a tag transformation operation class



<!ELEMENT dtResourceProvider EMPTY>

<!ATTLIST dtResourceProvider

id    CDATA #REQUIRED

class CDATA #REQUIRED

>

Defines a Design-Time Resource Provider class for a specific ID.



<!ELEMENT propertyPageFactory EMPTY>

<!ATTLIST propertyPageFactory

class CDATA #REQUIRED

>


<!ELEMENT paletteFactory EMPTY>

<!ATTLIST paletteFactory

class CDATA #REQUIRED

>



Copyright 2006 Sybase and others All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html