Uses of Class
net.ssehub.easy.producer.eclipse.contributions.Contributions.CoreFunction
-
Packages that use Contributions.CoreFunction Package Description net.ssehub.easy.producer.eclipse.contributions Initial arbitrary project-specific core contributions.net.ssehub.easy.producer.ui.contributions Initial arbitrary project-specific UI contributions. -
-
Uses of Contributions.CoreFunction in net.ssehub.easy.producer.eclipse.contributions
Methods in net.ssehub.easy.producer.eclipse.contributions that return Contributions.CoreFunction Modifier and Type Method Description static Contributions.CoreFunctionContributions.CoreFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Contributions.CoreFunction[]Contributions.CoreFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.producer.eclipse.contributions with parameters of type Contributions.CoreFunction Modifier and Type Method Description static 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. -
Uses of Contributions.CoreFunction in net.ssehub.easy.producer.ui.contributions
Fields in net.ssehub.easy.producer.ui.contributions declared as Contributions.CoreFunction Modifier and Type Field Description private Contributions.CoreFunctionContributions.UIElement. coreFunctionStores the core function this element depends on.Methods in net.ssehub.easy.producer.ui.contributions that return Contributions.CoreFunction Modifier and Type Method Description Contributions.CoreFunctionContributions.UIElement. getCoreFunction()Returns the depending core function.Constructors in net.ssehub.easy.producer.ui.contributions with parameters of type Contributions.CoreFunction Constructor Description UIElement(boolean enabled, Contributions.CoreFunction coreFunction)Creates a new UI element constant.
-