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

  




 

 

Runtime

org.eclipse.gmf.runtime.emf.type.core
Interface IElementTypeDescriptor

All Known Subinterfaces:
IMetamodelTypeDescriptor, ISpecializationTypeDescriptor

public interface IElementTypeDescriptor

Descriptor for an element type that has been defined in XML using the elementTypes extension point.


Method Summary
 java.net.URL getIconURL ()
          Gets the element type icon URL.
 java.lang.String getId ()
          Gets the element type identifier.
 java.lang.String getKindName ()
          Gets the name of the element factory kind.
 java.lang.String getName ()
          Gets the element type display name.
 java.lang.String getParamValue (java.lang.String paramName)
          Gets the value for the parameter named paramName.
 

Method Detail

getId

java.lang.String getId()
Gets the element type identifier.

Returns:
the element type identifier.

getIconURL

java.net.URL getIconURL()
Gets the element type icon URL.

Returns:
the element type icon URL

getName

java.lang.String getName()
Gets the element type display name.

Returns:
the element type display name.

getKindName

java.lang.String getKindName()
Gets the name of the element factory kind. Identifies the factory that should be used to create the new element type.

Returns:
the element factory kind name

getParamValue

java.lang.String getParamValue(java.lang.String paramName)
Gets the value for the parameter named paramName.

Parameters:
paramName - the parameter name
Returns:
the parameter value

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


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