com.inline.feature.standard
Class SimpleFeatureConstructorDisplayProperties

java.lang.Object
  |
  +--com.inline.feature.ui.AbstractDisplayProperties
        |
        +--com.inline.feature.standard.SimpleFeatureConstructorDisplayProperties

public class SimpleFeatureConstructorDisplayProperties
extends AbstractDisplayProperties
implements EditorDisplayProperties


Field Summary
protected  FeatureConstructor constructor
           
 
Fields inherited from class com.inline.feature.ui.AbstractDisplayProperties
object
 
Constructor Summary
SimpleFeatureConstructorDisplayProperties(FeatureConstructor constructor)
           
 
Method Summary
 java.lang.Class getEditorClass()
          Returns the property editor class which should be a subclass of JComponent.
protected  Feature getPrototype()
           
 java.lang.String getTitle()
          Returns a user-friendly name
 java.lang.String getTypeTitle()
          Returns a user-friendly type name for object.
 
Methods inherited from class com.inline.feature.ui.AbstractDisplayProperties
compareTo, getGroupTitle, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constructor

protected FeatureConstructor constructor
Constructor Detail

SimpleFeatureConstructorDisplayProperties

public SimpleFeatureConstructorDisplayProperties(FeatureConstructor constructor)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: DisplayProperties
Returns a user-friendly name

getTypeTitle

public java.lang.String getTypeTitle()
Description copied from interface: DisplayProperties
Returns a user-friendly type name for object. For instance, type title could be "attribute" and regular title - "firstName".
Overrides:
getTypeTitle in class AbstractDisplayProperties

getPrototype

protected Feature getPrototype()

getEditorClass

public java.lang.Class getEditorClass()
Description copied from interface: EditorDisplayProperties
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.
Specified by:
getEditorClass in interface EditorDisplayProperties