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
Interface IDTInfo

All Known Implementing Classes:
DefaultDTInfo

public interface IDTInfo

Encapsulates design-time (DT) information.

Provisional API - subject to change


Method Summary
  TagConvertInfo getTagConvertInfo ()
          Gets the encapsulated TagConvertInfo instance.
  TagDecorateInfo getTagDecorateInfo (java.lang.String id)
          Gets an encapsulated TagDecorateInfo instance matching specified ID.
 java.util.List getTagDecorateInfos ()
          Gets the collection of encapsulated TagDecorateInfo instances.
  Trait getTrait ()
          Gets the Trait instance that was queried to load the metadata.
 

Method Detail

getTagConvertInfo


TagConvertInfo getTagConvertInfo()
Gets the encapsulated TagConvertInfo instance.

Returns:
TagConvertInfo instance.

getTagDecorateInfos

java.util.List getTagDecorateInfos()
Gets the collection of encapsulated TagDecorateInfo instances.

Returns:
Collection of TagDecorateInfo instances.

getTagDecorateInfo


TagDecorateInfo getTagDecorateInfo(java.lang.String id)
Gets an encapsulated TagDecorateInfo instance matching specified ID.

Parameters:
id - ID of desired TagDecorateInfo instance.
Returns:
TagDecorateInfo instance matching specified ID.

getTrait


Trait getTrait()
Gets the Trait instance that was queried to load the metadata.

Returns:
Trait instance that was queried to load the metadata.



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