Uses of Interface
com.amalgamasimulation.desktop.ui.editor.common.IPropertyConfiguration
Packages that use IPropertyConfiguration
Package
Description
-
Uses of IPropertyConfiguration in com.amalgamasimulation.desktop.ui.editor
Methods in com.amalgamasimulation.desktop.ui.editor with parameters of type IPropertyConfigurationModifier and TypeMethodDescriptionprotected voidPropertyPart.configureInternal(PropertyContext context, IPropertyConfiguration propertyConfiguration) -
Uses of IPropertyConfiguration in com.amalgamasimulation.desktop.ui.editor.common
Methods in com.amalgamasimulation.desktop.ui.editor.common that return IPropertyConfigurationModifier and TypeMethodDescriptionIPropertyConfiguration.defaultTabPriority(BiConsumer<Object, Map<String, Double>> defaultTabPriority) IPropertyConfiguration.labelWidth(int labelWidth) IPropertyConfiguration.labelWidthPolicy(LabelWidthPolicy labelWidthPolicy) IPropertyConfiguration.maxLabelLength(int maxLabelLength) IPropertyConfiguration.ovverideTab(BiFunction<Object, Class<?>, String> ovverideTab) IPropertyConfiguration.tabWidth(int tabWidth) IPropertyConfiguration.visiblePart(Predicate<Object> visible)