package org.das2.components.propertyeditor;

/** Objects that are instances of classes that implement
 * this interface can be expanded in a <code>PropertyEditor</code>
 * property list.
 *
 */
public interface Editable {
    
}

