Package repast.simphony.ui.probe
Interface ProbedPropertyUICreator
- All Known Implementing Classes:
BooleanProbedProperty
,DefaultProbedPropertyUICreator
,NumericProbedProperty
,StringProbedProperty
public interface ProbedPropertyUICreator
Interface for classes that can create the UI for a Probed property.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptiongetComponent
(com.jgoodies.binding.PresentationModel<Object> model) Gets the JComponent used to display or interact with this property.Gets the display name to use a label the probe panel.
-
Method Details
-
getComponent
Gets the JComponent used to display or interact with this property.- Parameters:
model
- the model to bind the property to a GUI widget if required.buffered
-- Returns:
-
getDisplayName
String getDisplayName()Gets the display name to use a label the probe panel.- Returns:
- the display name to use a label in the UI.
-