3437
- Jan 15, 2020
-
-
Alexander Diewald authored
-
- Jan 13, 2020
-
-
Alexander Diewald authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Tiziano Munaro authored
`ICompositeFXController`s can now specify their own type (e.g. `AnchorPane`) as well as the type of their containments. This improves type safety and reduces the number of casts required. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Jan 10, 2020
-
-
Tiziano Munaro authored
-
- Dec 18, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Dec 17, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3437 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3437 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Conflicts: org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/util/.ratings Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Dec 05, 2019
-
-
Tiziano Munaro authored
-
- Nov 19, 2019
-
-
Tiziano Munaro authored
-
- Nov 18, 2019
-
-
Tiziano Munaro authored
The `addContainments` method in the `ICompositeFXController` interface has been removed in favor of the `initialize` method. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 15, 2019
-
-
Tiziano Munaro authored
* `AF3FXViewParts` no longer implement the `ICompositeFXContainer` interface. Instead they are reduced to a minimum, referencing a (potentially hierarchic) `ICompositeFXContainer` with all the layout and logic. * FXML layouts are no longer loaded in the constructor of the `CompositeFXControllerBase`, but in its `initialize` method (executed in `getOrLoadLayout`). Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 13, 2019
-
-
Tiziano Munaro authored
* The `addColumn` method now features a third parameter: a Boolean `readOnly`. If true `true` the column is read-only, otherwise the cell's content can be edited. * There is no more `addColumn` method which takes an `EventHandler`. However, as it now returns the `TreeTableColumn` handlers can be added in the client code. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
Tiziano Munaro authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3437 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3437 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Nov 12, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 08, 2019
-
-
Tiziano Munaro authored
-
- Nov 07, 2019
-
-
Tiziano Munaro authored
'ICompositeFXController' is introduced as a generic interface JavaFX controllers which can be hierarchically composed. This interface is implemented by the 'CompositeFXControllerBase' as well as by the 'AF3FXViewPart'. Parent classes then have to specify how to include the children within their container by implementing the 'addContainments' method defined by the interface. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 06, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3437 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3437 This reverts commit 5cebfd73.
-
Tiziano Munaro authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 05, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-