Class AtlElementProperties
java.lang.Object
org.eclipse.m2m.atl.adt.ui.properties.AtlElementProperties
- All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertySource
public class AtlElementProperties
extends Object
implements org.eclipse.ui.views.properties.IPropertySource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.views.properties.IPropertyDescriptor[]
boolean
isPropertySet
(Object id) void
void
setPropertyValue
(Object id, Object value)
-
Constructor Details
-
AtlElementProperties
public AtlElementProperties(org.eclipse.emf.ecore.EObject eo)
-
-
Method Details
-
getEditableValue
- Specified by:
getEditableValue
in interfaceorg.eclipse.ui.views.properties.IPropertySource
- See Also:
-
IPropertySource.getEditableValue()
-
getPropertyDescriptors
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()- Specified by:
getPropertyDescriptors
in interfaceorg.eclipse.ui.views.properties.IPropertySource
- See Also:
-
IPropertySource.getPropertyDescriptors()
-
getPropertyValue
- Specified by:
getPropertyValue
in interfaceorg.eclipse.ui.views.properties.IPropertySource
- See Also:
-
IPropertySource.getPropertyValue(java.lang.Object)
-
isPropertySet
- Specified by:
isPropertySet
in interfaceorg.eclipse.ui.views.properties.IPropertySource
- See Also:
-
IPropertySource.isPropertySet(java.lang.Object)
-
resetPropertyValue
- Specified by:
resetPropertyValue
in interfaceorg.eclipse.ui.views.properties.IPropertySource
- See Also:
-
IPropertySource.resetPropertyValue(java.lang.Object)
-
setPropertyValue
- Specified by:
setPropertyValue
in interfaceorg.eclipse.ui.views.properties.IPropertySource
- See Also:
-
IPropertySource.setPropertyValue(java.lang.Object, java.lang.Object)
-