propertyManager
Class EditableDirectoryProperty

java.lang.Object
  extended by propertyManager.ReadableProperty
      extended by propertyManager.EditableProperty
          extended by propertyManager.EditableDirectoryProperty
All Implemented Interfaces:
java.io.Serializable

public class EditableDirectoryProperty
extends EditableProperty

Oct 22, 2005

Version:
Author:
Dan Phifer
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class propertyManager.ReadableProperty
ReadableProperty.SubPropertyChangeListener
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from class propertyManager.EditableProperty
validator
 
Fields inherited from class propertyManager.ReadableProperty
defaultValue, value
 
Constructor Summary
EditableDirectoryProperty(java.lang.String ID, java.lang.String name)
           
 
Method Summary
 org.eclipse.ui.views.properties.PropertyDescriptor getCustomPropertyDescriptor()
          This method can be overridden by suclasses.
 
Methods inherited from class propertyManager.EditableProperty
getValidator, setUnderlyingValue, setValidator, setValue
 
Methods inherited from class propertyManager.ReadableProperty
addPropertyChangeListener, getDefaultValue, getID, getName, getPropertyDescriptor, getSubPropertyManager, getUnderlyingDefaultValue, getUnderlyingValue, getValue, hasDefaultValue, hasDynamicPropertyDescriptor, hasSubProperties, hasValue, notifyPropertyChangeListeners, removePropertyChangeListener, setCategory, setDefaultValue, setLabelProvider, setSubPropertyManager, setUnderlyingDefaultValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

EditableDirectoryProperty

public EditableDirectoryProperty(java.lang.String ID,
                                 java.lang.String name)
Method Detail

getCustomPropertyDescriptor

public org.eclipse.ui.views.properties.PropertyDescriptor getCustomPropertyDescriptor()
Description copied from class: ReadableProperty
This method can be overridden by suclasses. The default implementation returns a read-only PropertyDescriptor.

Overrides:
getCustomPropertyDescriptor in class EditableProperty
Returns:
the property descriptor to be used for this property