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

  




 

 



org.eclipse.jst.pagedesigner.dtmanager
Class DTManager

java.lang.Object
  extended by 
org.eclipse.jst.pagedesigner.dtmanager.DTManager

public class DTManager
extends java.lang.Object

DTManager is the top-level entry point for design-time (DT) services, such as tag converters and design-time information.

Provisional API - subject to change


Method Summary
  IDTInfo getDTInfo (org.w3c.dom.Element element)
          Gets an IDTInfo instance for the specified Element.
static  DTManager getInstance ()
          Gets the singleton DTManager instance.
  ITagConverter getTagConverter (org.w3c.dom.Element element, int mode, IDOMDocument document)
          Gets an ITagConverter instance for the specified Element and mode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static 
DTManager getInstance()
Gets the singleton DTManager instance.

Returns:
The singleton DTManager instance.

getTagConverter

public 
ITagConverter getTagConverter(org.w3c.dom.Element element,
                                     int mode,
                                     IDOMDocument document)
Gets an ITagConverter instance for the specified Element and mode.

Parameters:
element - Element instance for which to locate and return an ITagConverter instance.
mode - Mode flag (use IConverterFactory constants).
document - Target IDOMDocument instance.
Returns:
An ITagConverter instance for the specified Element and mode.

getDTInfo

public 
IDTInfo getDTInfo(org.w3c.dom.Element element)
Gets an IDTInfo instance for the specified Element.

Parameters:
element - Element instance for which to locate and return IDTInfo instance.
Returns:
An IDTInfo instance for the specified Element.



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