Composite pattern in Animation API

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: javafx
    • None

      It would be good to have an ability write something like
      animation.getParent().getChildren().remove(animation)

      In order to have such an ability, we need:
      1. Implement getParent() in Animation class.
      2. Inherit SequentialTransition and ParallelTransition from some CompositeAnimation, which have getChildren() and is returned by getParent().

            Assignee:
            Nir Lisker
            Reporter:
            Igor Lytvynenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: