- 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>
-
- Dec 19, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3893 Issue-Url: https://af3-developer.fortiss.org/issues/3893 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- 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>
-
- Dec 13, 2019
-
-
Tiziano Munaro authored
The updated SF kernel updates only the elements currently interacted with, improving the user experience when e.g. dragging elements. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Dec 12, 2019
-
-
Tiziano Munaro authored
Changes in the SF kernel libraries streamline the update process handling changes in JavaFX-based diagram editors, improving the performance when modifying large models. Issue-Ref: 3893 Issue-Url: https://af3-developer.fortiss.org/issues/3893 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Dec 10, 2019
-
-
Johannes Eder authored
Issue-Ref: 3874 Issue-Url: https://af3-developer.fortiss.org/issues/3874 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Dec 02, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3874 Issue-Url: https://af3-developer.fortiss.org/issues/3874 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 26, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Nov 18, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
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 14, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3815 Signed-off-by:
Alexander Diewald <diewald@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 11, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Nov 08, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3861 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- 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>
-
- Nov 04, 2019
-
-
Alexander Diewald authored
This reverts commit 6dee15c3. Issue-Ref: 3837
-
Alexander Diewald authored
Issue-Ref: 3837 Issue-Url: https://af3-developer.fortiss.org/issues/3837 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 18, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Oct 15, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3852 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Sep 10, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Sep 09, 2019
-
-
Florian Hölzl authored
New graphical editors should be based on this framework. Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- May 03, 2019
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3725 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
Issue-Ref: 3721 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Apr 29, 2019
-
-
Alexander Diewald authored
* This also fixes a "hidden" crash: The error message is sometimes not visible. Issue-Ref: 3721 Issue-Url: https://af3-developer.fortiss.org/issues/3721 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Apr 18, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3709 Issue-Url: https://af3-developer.fortiss.org/issues/3709 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-