Uses of Interface
se.conciliate.extensions.type.rule.ModelingLookAndFeel
Packages that use ModelingLookAndFeel
Package
Description
Provides rules for what can be done in models.
-
Uses of ModelingLookAndFeel in se.conciliate.extensions.type.rule
Method parameters in se.conciliate.extensions.type.rule with type arguments of type ModelingLookAndFeelModifier and TypeMethodDescriptionstatic <T> Optional<T>
ModelingLookAndFeel.findPrio
(List<ModelingLookAndFeel> lafs, ModelType type, Function<ModelingLookAndFeel, T> mapper) Finds the look and feel that should have priority for the given model type and returns the result of mapping that look and feel to a T using the function mapper.static <T> Optional<T>
ModelingLookAndFeel.findPrio
(List<ModelingLookAndFeel> lafs, ModelType type, Function<ModelingLookAndFeel, T> mapper) Finds the look and feel that should have priority for the given model type and returns the result of mapping that look and feel to a T using the function mapper.