Package repast.simphony.ui.probe
Class FieldPropertyDescriptor
java.lang.Object
repast.simphony.ui.probe.FieldPropertyDescriptor
Describes a property whose source is field.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the display name for this field property.getField()
Gets the field for this field property.getName()
Gets the name of this field property.Gets the StringConverter, if any.void
setDisplayName
(String displayName) Sets the display name for this field property.void
setStringConverter
(StringConverter<?> converter) Sets the StringConverter.
-
Constructor Details
-
FieldPropertyDescriptor
-
-
Method Details
-
getDisplayName
Gets the display name for this field property.- Returns:
- the display name for this field property.
-
setDisplayName
Sets the display name for this field property.- Parameters:
displayName
- the display name for this field property.
-
getField
Gets the field for this field property.- Returns:
- the field for this field property.
-
getName
Gets the name of this field property.- Returns:
- the name of this field property.
-
setStringConverter
Sets the StringConverter.- Parameters:
converter
-
-
getStringConverter
Gets the StringConverter, if any.- Returns:
-