Uses of Class
org.rspeer.game.script.model.ui.impl.ModelPanel
Packages that use ModelPanel
-
Uses of ModelPanel in org.rspeer.game.script.model
Methods in org.rspeer.game.script.model that return types with arguments of type ModelPanelMethods in org.rspeer.game.script.model with parameters of type ModelPanelModifier and TypeMethodDescriptionvoidConfigPanelManager.registerPanel(String fullKey, ModelPanel panel) Method parameters in org.rspeer.game.script.model with type arguments of type ModelPanelModifier and TypeMethodDescriptionvoidConfigPanelManager.setPanels(Map<String, ModelPanel> panels, List<org.rspeer.commons.Pair<FieldAnnotationMapping, ModelPanel>> mappings) voidConfigPanelManager.setPanels(Map<String, ModelPanel> panels, List<org.rspeer.commons.Pair<FieldAnnotationMapping, ModelPanel>> mappings) -
Uses of ModelPanel in org.rspeer.game.script.model.ui.impl
Method parameters in org.rspeer.game.script.model.ui.impl with type arguments of type ModelPanelModifier and TypeMethodDescriptionvoidRepeatPanel.setRegistrationSink(BiConsumer<String, ModelPanel> sink) voidRepeatPanelImpl.setRegistrationSink(BiConsumer<String, ModelPanel> sink)