Runtime

org.eclipse.gmf.runtime.common.ui.services.properties.extended
Interface IExtendedPropertyDescriptor

All Superinterfaces:
ICompositeSourcePropertyDescriptor, IPropertyDescriptor
All Known Implementing Classes:
ExtendedPropertyDescriptor

public interface IExtendedPropertyDescriptor
extends ICompositeSourcePropertyDescriptor


Method Summary
 java.lang.Object getBlank()
          This method returns a blank value for a cell.
 IPropertySource getPropertySource()
          Retrieve IPropertySource
 boolean isDirty()
          Retrieve the boolean isDirty flag.
 void setDirtyFlag(boolean dirtyFlag)
           
 void setDisplayName(java.lang.String displayName)
          Sets the display name
 void setPropertySource(IPropertySource propertySource)
          Sets specified IPropertySource
 void setValidator(ICellEditorValidator validator)
          Sets the validator for this propertyDescriptor
 
Methods inherited from interface org.eclipse.gmf.runtime.common.ui.services.properties.descriptors.ICompositeSourcePropertyDescriptor
getPropertyValue, isReadOnly, resetPropertyValue, setCategory, setPropertyValue, setReadOnly
 
Methods inherited from interface org.eclipse.ui.views.properties.IPropertyDescriptor
createPropertyEditor, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith
 

Method Detail

getPropertySource

public IPropertySource getPropertySource()
Retrieve IPropertySource

Returns:
an instance of IPropertySource

setPropertySource

public void setPropertySource(IPropertySource propertySource)
Sets specified IPropertySource

Parameters:
propertySource - an instance of IPropertySource

isDirty

public boolean isDirty()
Retrieve the boolean isDirty flag.

Returns:
value of isDirty flag

setDirtyFlag

public void setDirtyFlag(boolean dirtyFlag)
Parameters:
dirtyFlag -

getBlank

public java.lang.Object getBlank()
This method returns a blank value for a cell.

Returns:
a blank value for a cell

setValidator

public void setValidator(ICellEditorValidator validator)
Sets the validator for this propertyDescriptor

Parameters:
validator - The ICellEditorValidator

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the display name

Parameters:
displayName - the display name

Runtime

Guidelines for using Eclipse APIs.

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