Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.ToolTipProperties
Packages that use ToolTipProperties
Package
Description
-
Uses of ToolTipProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type ToolTipPropertiesModifier and TypeMethodDescriptionAutoCompleteSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) BooleanSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ColorSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ComboboxSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerAutoCompleteSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerBooleanSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerColorSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerComboboxSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerDistributionSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerEnumSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerLocalDateTimeSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerLocalTimeSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerRealDistributionSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerTextSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ContainerTimeSeriesSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) DistributionSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfAutoCompleteSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfBooleanSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfColorSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfComboboxSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfDistributionSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfEnumSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfLocalDateTimeSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfLocalTimeSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfRealDistributionSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfStringIdSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfTextSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EmfTimeSeriesSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EnumSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) EObjectTextSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) LocalDateTimeSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) LocalTimeSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) ObjectTextSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) RealDistributionSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) TextSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) TimeSeriesSectionBuilder.Builder.tooltip(ToolTipProperties tooltip) -
Uses of ToolTipProperties in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Methods in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with parameters of type ToolTipProperties -
Uses of ToolTipProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return ToolTipPropertiesModifier and TypeMethodDescriptionToolTipProperties.backgroundColor(Color backgroundColor) Sets the background color of the tooltip.ToolTipProperties.elements(HTMLConvertable... elements) Adds one or more HTMLConvertable elements to the tooltip content and returns this instance for method chaining.ToolTipProperties.font(org.eclipse.swt.graphics.Font font) Sets the font for the tooltip text.ToolTipProperties.fontWeight(String fontWeight) Sets the font weight for the tooltip text.ToolTipProperties.foregroundColor(Color foregroundColor) Sets the foreground (text) color of the tooltip.LabelProperties.getToolTipProperties()ToolTipProperties.height(int height) Sets the height of the tooltip and returns this instance for method chaining.ToolTipProperties.lineHeight(double lineHeight) static ToolTipPropertiesToolTipProperties.newInstance()Creates and returns a new instance of ToolTipProperties with default values.ToolTipProperties.width(int width) Sets the width of the tooltip and returns this instance for method chaining.Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with parameters of type ToolTipPropertiesModifier and TypeMethodDescriptionvoidLabelProperties.tooltip(ToolTipProperties toolTipProperties)