e(fx)clipse 2.2.0 – Maximize an UI-Component


I think allowing to maximize a certain UI-Element in your e4 on JavaFX application has been the most demanded features missing for e4 on JavaFX. e(fx)clipse 2.2.0 adds support to maximize an UI-Element as shown in the following video:

All you need to do is:

  • Add org.eclipse.fx.ui.workbench.renderers.base.addons.MinMaxAddon to your Application.e4xmi addons list
  • (Optional) Register an OSGi-Service of type org.eclipse.fx.ui.workbench.renderers.base.services.MaximizationTransitionService if you want some nice transitions, we ship a default transition as see in the above video named org.eclipse.fx.ui.workbench.renderers.fx.services.ProgressiveMaximizationTransitionService

I think this one coolest features we added since a long time and what makes it even cooler this support was contributed by one of the frameworks adopters Sun Volland.

If you are interested in other new features of 2.2.0 look at this overview page

This entry was posted in e(fx)clipse. Bookmark the permalink.

2 Responses to e(fx)clipse 2.2.0 – Maximize an UI-Component

  1. Pingback: e(fx)clipse 2.2.0 – New features overview | Tomsondev Blog

  2. Pingback: JavaFX links of the week, December 14 // JavaFX News, Demos and Insight // FX Experience

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.