Uses of Class
net.ssehub.easy.producer.ui.contributions.Contributions.UIElement
-
Packages that use Contributions.UIElement Package Description net.ssehub.easy.producer.ui.contributions Initial arbitrary project-specific UI contributions. -
-
Uses of Contributions.UIElement in net.ssehub.easy.producer.ui.contributions
Methods in net.ssehub.easy.producer.ui.contributions that return Contributions.UIElement Modifier and Type Method Description static Contributions.UIElementContributions.UIElement. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Contributions.UIElement[]Contributions.UIElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.producer.ui.contributions with parameters of type Contributions.UIElement Modifier and Type Method Description static voidContributions. configure(org.eclipse.swt.widgets.Control control, Contributions.UIElement element)Configures the givencontroldependent onContributions.isEnabled(UIElement)andContributions.getToolTip(UIElement).static java.lang.StringContributions. getToolTip(Contributions.UIElement element)Returns the tool tip for the specified UI element (composed from all contributions).protected abstract java.lang.StringContributions. getToolTipImpl(Contributions.UIElement element)Returns the tool tip of the given UI element .static booleanContributions. isEnabled(Contributions.UIElement element)Returns whether the specified UI element is enabled (at least one contribution must request this).protected abstract booleanContributions. isEnabledImpl(Contributions.UIElement element)Returns whether this contribution requires that the given UI element shall be enabled.
-