The JavaFX APIs do not provide an Action abstraction. Swing provides such
abstraction, making it easy to reuse information that can be used to configure
multiple buttons/menus.
For this reason GroovyFX provides it's own Action class, see
https://github.com/groovyfx-project/groovyfx/blob/master/src/main/groovy/groovyx
/javafx/appsupport/Action.java for reference.
Original issue reported on code.google.com by aalmi...@gmail.com on 11 Apr 2013 at 9:25
Original issue reported on code.google.com by
aalmi...@gmail.com
on 11 Apr 2013 at 9:25