Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.LabelProperties
Packages that use LabelProperties
Package
Description
-
Uses of LabelProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type LabelPropertiesModifier and TypeMethodDescriptionCustomSectionBuilder.Builder.addLabel(LabelProperties labelProperties) CustomSectionBuilder.FinalBuilder.addLabel(LabelProperties labelProperties) AutoCompleteSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) BooleanSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ColorSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ComboboxSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerAutoCompleteSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerBooleanSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerColorSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerComboboxSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerDistributionSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerEnumSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerLocalDateTimeSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerLocalTimeSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerRealDistributionSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerTextSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ContainerTimeSeriesSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) DistributionSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfAutoCompleteSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfBooleanSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfColorSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfComboboxSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfDistributionSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfEnumSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfLocalDateTimeSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfLocalTimeSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfRealDistributionSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfStringIdSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfTextSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EmfTimeSeriesSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EnumSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) EObjectTextSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) LocalDateTimeSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) LocalTimeSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) ObjectTextSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) RealDistributionSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) TextSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) TimeSeriesSectionBuilder.Builder.labelProperties(LabelProperties labelProperties) -
Uses of LabelProperties in com.amalgamasimulation.desktop.ui.editor.builders.custom
Methods in com.amalgamasimulation.desktop.ui.editor.builders.custom with parameters of type LabelPropertiesModifier and TypeMethodDescriptionImageBuilder.Builder.labelProperties(LabelProperties labelProperties) Method parameters in com.amalgamasimulation.desktop.ui.editor.builders.custom with type arguments of type LabelPropertiesModifier and TypeMethodDescriptionstatic <T1> ImageBuilder.ImageExtractorBuilder<T1> ImageBuilder.Builder.create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<ImageDataBinding<T1>, LabelProperties> createAction) -
Uses of LabelProperties in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Methods in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with parameters of type LabelPropertiesModifier and TypeMethodDescriptionILabelPropertiesBuilder.labelProperties(LabelProperties labelProperties) -
Uses of LabelProperties in com.amalgamasimulation.desktop.ui.editor.common
Methods in com.amalgamasimulation.desktop.ui.editor.common with parameters of type LabelPropertiesModifier and TypeMethodDescriptionvoidILabelSection.labelProperties(LabelProperties labelProperties) -
Uses of LabelProperties in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections with parameters of type LabelPropertiesModifier and TypeMethodDescription<V> voidCustomSection.image(LabelProperties labelProperties, ImageDataBinding<V> imageDataBinding) voidBooleanSection.labelProperties(LabelProperties labelProperties) voidComboboxSection.labelProperties(LabelProperties labelProperties) voidCustomSection.labelProperties(LabelProperties labelProperties) voidTextSection.labelProperties(LabelProperties labelProperties) -
Uses of LabelProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return LabelPropertiesModifier and TypeMethodDescriptionLabelProperties.background(org.eclipse.swt.graphics.Color background) Sets the background color for the label.LabelProperties.enable(boolean enable) static LabelPropertiesLabelProperties.fillLine()Creates a full-width label configuration.LabelProperties.font(org.eclipse.swt.graphics.Font font) Sets the font for the label.LabelProperties.foreground(org.eclipse.swt.graphics.Color foreground) Sets the foreground color for the label.LabelProperties.height(int height) Sets the height of the label.static LabelPropertiesLabelProperties.image(org.eclipse.swt.graphics.Image image) Creates an image label configuration with the specified image.static LabelPropertiesLabelProperties.imageWithContainer()Creates an image label with container configuration.static LabelPropertiesLabelProperties.label()Creates a standard label configuration.static LabelPropertiesLabelProperties.separator()Creates a separator line configuration.LabelProperties.skipCalculatingWidth(boolean skipCalculatingWidth) Sets whether width calculation should be skipped for this label.LabelProperties.style(int style) Sets the SWT style bits for the label.Sets static text for the label.Sets a dynamic text supplier for the label.Sets the tooltip text for the label.LabelProperties.width(int width) Sets the width of the label.Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with parameters of type LabelPropertiesModifier and TypeMethodDescriptionvoidLabelProperties.copyFrom(LabelProperties labelProperties) Copies properties from another LabelProperties instance.