be.ac.vub.cocompose.eclipse.model
Interface IPropertyDescriptorCreator

All Superinterfaces:
IPropertySource
All Known Implementing Classes:
EclipseConcept, EclipseImplementationGenerator, EclipseImplementationPattern, EclipseImplementationRolePart, EclipseModel, EclipseModelTransformation, EclipseRelationship, EclipseRole, EclipseSimpleProperty, EclipseSolutionPattern

public interface IPropertyDescriptorCreator
extends IPropertySource

PropertyDescriptor creation interface to be implemented by concrete Eclipse model elements.

Since:
0.2.0
Version:
0.2.0, 02/12/2003
Author:
Dennis Wagelaar

Method Summary
 List createDescriptors()
          Creates the property descriptors.
 
Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource
getEditableValue, getPropertyDescriptors, getPropertyValue, isPropertySet, resetPropertyValue, setPropertyValue
 

Method Detail

createDescriptors

public List createDescriptors()
Creates the property descriptors.

Returns:
the property descriptors.