Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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

>

  • class -

<!ELEMENT attributeCellEditorFactory EMPTY>

<!ATTLIST attributeCellEditorFactory

class CDATA #IMPLIED

>

deprecated - use tagAttributeCellEditorFactory


  • Deprecated class -

<!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


  • class -

<!ELEMENT tagConverterFactory EMPTY>

<!ATTLIST tagConverterFactory

class CDATA #IMPLIED

>

  • class -

<!ELEMENT elementEditFactory EMPTY>

<!ATTLIST elementEditFactory

class CDATA #IMPLIED

>

  • class -

<!ELEMENT linkCreator EMPTY>

<!ATTLIST linkCreator

class          CDATA #REQUIRED

linkIdentifier CDATA #REQUIRED

>

  • class -
  • linkIdentifier -

<!ELEMENT tagTransformOperation EMPTY>

<!ATTLIST tagTransformOperation

id    CDATA #REQUIRED

class CDATA #REQUIRED

>

define a tag transformation operation class


  • id - The transform operation id. Referencers will use plugin-qualified references. i.e if the plugin extending this was org.foo.bar, then the meta data instance that referenced this operation would specify:
    
      <operation id=
    "org.foo.bar.MyTransformId"
    />
     
    
    The exception to this rule is that if the reference is not plugin-qualified, then the reference is assumed to be a core transformation and uses the org.eclipse.jst.pagedesigner prefix.
  • class - class extending the org.eclipse.jst.pagedesigner.dtmanager.converter.operations.AbstractTransformOperation

<!ELEMENT dtResourceProvider EMPTY>

<!ATTLIST dtResourceProvider

id    CDATA #REQUIRED

class CDATA #REQUIRED

>

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


  • id - The ID of the Design-Time Resource Provider class. This is used to map usage of each DT Resource Provider class to a specific page neing edited, and so is typically the NS URI of the tag library for which the class provides resources.
  • class - Class extending org.eclipse.jst.pagedesigner.dtresourceprovider.AbstractDTResourceProvider.

<!ELEMENT propertyPageFactory EMPTY>

<!ATTLIST propertyPageFactory

class CDATA #REQUIRED

>

  • class - Provisional API. If an extension point is found in the system, the Web Page Editor will use the factory implementation to provide its property page.

<!ELEMENT paletteFactory EMPTY>

<!ATTLIST paletteFactory

class CDATA #REQUIRED

>

  • class - Provisional API. If an extension point is found in the system, the Web Page Editor will use the factory implementation to provide its paletteViewerPage


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 https://www.eclipse.org/legal/epl-v10.html


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire