com.inline.feature.ui
Interface EditorDisplayProperties

All Known Implementing Classes:
SimpleAddFeatureActionDisplayProperties, SimpleFeatureConstructorDisplayProperties, SimpleRemoveFeatureActionDisplayProperties, AbstractNodeDisplayProperties, RandomFieldConstructorDisplayProperties, FieldListActionDisplayProperties

public interface EditorDisplayProperties
extends DisplayProperties

DisplayProperties that associate the displayable object with its editor.


Method Summary
 java.lang.Class getEditorClass()
          Returns the property editor class which should be a subclass of JComponent.
 
Methods inherited from interface com.inline.feature.ui.DisplayProperties
compareTo, getTitle, getTypeTitle
 

Method Detail

getEditorClass

public java.lang.Class getEditorClass()
Returns the property editor class which should be a subclass of JComponent. The UI using this component should maintain one instance for each editor class.