|
Change Parameter Type alternatives : ObservableList<String> to alternatives : ObservableList<T> in method public ChoicePropertyItem(alternatives ObservableList<T>, property Property<T>, converter StringConverter<T>, type Class<T>, name String, description String, decorator Consumer<PropertyEditor<?>>) in class com.speedment.internal.ui.property.ChoicePropertyItem |
From |
To |
|
Change Parameter Type property : AbstractPropertyItem<String,StringProperty> to property : AbstractPropertyItem<T,Property<T>> in method private createChoiceEditor(property AbstractPropertyItem<T,Property<T>>, alternatives ObservableList<T>, converter StringConverter<T>) : PropertyEditor<T> in class com.speedment.internal.ui.property.ChoicePropertyItem |
From |
To |
|
Change Parameter Type alternatives : ObservableList<String> to alternatives : ObservableList<T> in method public ChoicePropertyItem(alternatives ObservableList<T>, property Property<T>, converter StringConverter<T>, type Class<T>, name String, description String) in class com.speedment.internal.ui.property.ChoicePropertyItem |
From |
To |
|
Change Parameter Type property : StringProperty to property : Property<T> in method public ChoicePropertyItem(alternatives ObservableList<T>, property Property<T>, converter StringConverter<T>, type Class<T>, name String, description String, decorator Consumer<PropertyEditor<?>>) in class com.speedment.internal.ui.property.ChoicePropertyItem |
From |
To |
|
Change Parameter Type property : StringProperty to property : Property<T> in method public ChoicePropertyItem(alternatives ObservableList<T>, property Property<T>, converter StringConverter<T>, type Class<T>, name String, description String) in class com.speedment.internal.ui.property.ChoicePropertyItem |
From |
To |