Uses of Interface
com.amalgamasimulation.desktop.ui.builders.ObjectSelectionDialogEditingSupport.ElementsBuilder
Packages that use ObjectSelectionDialogEditingSupport.ElementsBuilder
Package
Description
-
Uses of ObjectSelectionDialogEditingSupport.ElementsBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement ObjectSelectionDialogEditingSupport.ElementsBuilderModifier and TypeClassDescriptionstatic classObjectSelectionDialogEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a object selection dialog editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return ObjectSelectionDialogEditingSupport.ElementsBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ObjectSelectionDialogEditingSupport.ElementsBuilder<T1, E1, R1> ObjectSelectionDialogEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of ObjectSelectionDialogEditingSupport.ElementsBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return ObjectSelectionDialogEditingSupport.ElementsBuilderModifier and TypeMethodDescriptionEditableColumn.objectSelectionDialogEditor()IEditableColumn.objectSelectionDialogEditor()Returns a builder object that can be used to install object selection dialog editing onto a column.