Package Hierarchies:
Class Hierarchy
- java.lang.Object
- com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.Builder<V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.FinalBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.FormatBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.HandlerBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.ListElementsBuilder<V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.CheckBoxBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.CheckBoxBuilder.Builder (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.CheckBoxBuilder.FinalBuilder, com.amalgamasimulation.desktop.ui.editor.builders.custom.CheckBoxBuilder.HandlerBuilder)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.Builder<V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.FinalBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.FormatBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.HandlerBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.ListElementsBuilder<V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.Builder<T,V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.EmfFormatBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FeatureBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FinalBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.ListElementsBuilder<T,V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.Builder<T,V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.EmfFormatBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FeatureBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FinalBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.ListElementsBuilder<T,V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.Builder<T,V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.ContainerFormatBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.EnumElementsBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.FeatureBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.FinalBuilder<T,V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.Builder<T,V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.FeatureBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.FinalBuilder<T,V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.ValidationStrategyBuilder<T,V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.Builder<V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.EnumElementsBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.FinalBuilder, com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.FormatBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.HandlerBuilder<V>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ImageBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ImageBuilder.Builder<T> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.ImageBuilder.FinalBuilder, com.amalgamasimulation.desktop.ui.editor.builders.custom.ImageBuilder.ImageExtractorBuilder<T>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder
- com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder.Builder<V> (implements com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder.FinalBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder.HandlerBuilder<V>, com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder.ValidationStrategyBuilder<V>)
Interface Hierarchy
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICheckboxPropertiesBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.FinalBuilder (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerFormatBuilder<T,V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.CheckBoxBuilder.FinalBuilder (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICheckboxPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EnumBuilder.FinalBuilder (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ImageBuilder.FinalBuilder (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ILabelPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IEnumElementsBuilder<V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFeatureBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.ComboBoxBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfComboBoxBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IComboBoxPropertiesBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFormatBuilder<V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IHandlerBuilder<V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IImageExtractorBuilder<T,R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ILabelPropertiesBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IListElementsBuilder<V,R>
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITextPropertiesBuilder<R>
- com.amalgamasimulation.desktop.ui.editor.builders.custom.AutoCompleteBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfAutoCompleteBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICanBeNullBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IFilterComparatorBuilder<V,R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfTextBuilder.FinalBuilder<T,V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerHandlerBuilder<T,V,R>, com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.custom.TextBuilder.FinalBuilder<V> (also extends com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ICreateBuilder<R>)
- com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IValidationStrategyBuilder<V,R>