Uses of Interface
repast.simphony.ui.probe.PPUICreatorFactory
Packages that use PPUICreatorFactory
-
Uses of PPUICreatorFactory in repast.simphony.statecharts.runtime
Classes in repast.simphony.statecharts.runtime that implement PPUICreatorFactoryModifier and TypeClassDescriptionclassPPUICreatorFactory for creating the UI probe component for a statechart. -
Uses of PPUICreatorFactory in repast.simphony.ui.probe
Methods in repast.simphony.ui.probe that return types with arguments of type PPUICreatorFactoryMethods in repast.simphony.ui.probe with parameters of type PPUICreatorFactoryModifier and TypeMethodDescriptionvoidProbeManager.addPPUICreator(Class<?> propertyClass, PPUICreatorFactory creator) Adds a PPUICreator that will be used to create UIs for probed properties.Method parameters in repast.simphony.ui.probe with type arguments of type PPUICreatorFactoryModifier and TypeMethodDescriptionProbePanelCreator2.getProbe(Map<Class<?>, PPUICreatorFactory> creatorMap, Map<Class<?>, LocationProbeProvider> locationProviderMap, boolean wrap)