Uses of Interface
repast.simphony.userpanel.ui.UserPanelDescriptor
Packages that use UserPanelDescriptor
-
Uses of UserPanelDescriptor in repast.simphony.userpanel.ui
Classes in repast.simphony.userpanel.ui that implement UserPanelDescriptorMethods in repast.simphony.userpanel.ui that return UserPanelDescriptorModifier and TypeMethodDescriptionDefaultUserPanelDescriptorAction.getDescriptor()
UserPanelWizardModel.getDescriptor()
Methods in repast.simphony.userpanel.ui with parameters of type UserPanelDescriptorModifier and TypeMethodDescriptionprotected ControllerAction
UserPanelControllerActionIO.UserPanelActionLoader.createAction
(UserPanelDescriptor descriptor, Scenario scenario) void
UserPanelWizardModel.setDescriptor
(UserPanelDescriptor descriptor) Constructors in repast.simphony.userpanel.ui with parameters of type UserPanelDescriptorModifierConstructorDescriptionDefaultUserPanelDescriptorAction
(UserPanelDescriptor descriptor) UserPanelEditorWizard
(List<Class<?>> clazzes, UserPanelDescriptor descriptor) UserPanelWizardModel
(Collection<Class<?>> clazzes, UserPanelDescriptor descriptor)