Package repast.simphony.ui.probe
Interface PPUICreatorFactory
- All Known Implementing Classes:
UICreatorFactory
public interface PPUICreatorFactory
Interface for classes that can create custom ProbedPropertyUICreator-s.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptioncreateUICreator
(Object obj, FieldPropertyDescriptor fpd) Creates the ProbedPropertyUICreator for the specified field.void
init
(RSApplication app) Initialize this PPUICreatorFactory.
-
Method Details
-
init
Initialize this PPUICreatorFactory.- Parameters:
app
-
-
createUICreator
ProbedPropertyUICreator createUICreator(Object obj, FieldPropertyDescriptor fpd) throws IllegalAccessException, IllegalArgumentException Creates the ProbedPropertyUICreator for the specified field.- Parameters:
obj
-fpd
-- Returns:
- the ProbedPropertyUICreator for the specified object property.
- Throws:
IllegalAccessException
IllegalArgumentException
-