Uses of Enum Class
net.ssehub.easy.producer.eclipse.contributions.Contributions.CoreFunction
Packages that use Contributions.CoreFunction
Package
Description
Initial arbitrary project-specific core contributions.
-
Uses of Contributions.CoreFunction in net.ssehub.easy.producer.eclipse.contributions
Methods in net.ssehub.easy.producer.eclipse.contributions that return Contributions.CoreFunctionModifier and TypeMethodDescriptionstatic Contributions.CoreFunctionReturns the enum constant of this class with the specified name.static Contributions.CoreFunction[]Contributions.CoreFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.producer.eclipse.contributions with parameters of type Contributions.CoreFunctionModifier and TypeMethodDescriptionstatic final booleanContributions.isEnabled(Contributions.CoreFunction element) Returns whether the specified UI element is enabled (at least one contribution must request this).protected abstract booleanContributions.isEnabledImpl(Contributions.CoreFunction coreFunction) Returns whether this contribution requires that the given core function shall be enabled.