Monthly Archives: April 2015
Lightweight Dialogs in e4 & JavaFX
I’ve just checked in the initial bits to use lightweight dialogs in your e4 + JavaFX applications. You can see it in action in the short video from below Useage is fairly simple. First you need to have dialog implementation … Continue reading
Posted in e(fx)clipse
4 Comments
Storing custom UI-State in e4+JavaFX
I guess many e4 developers asked: How do I restore custom UI-State? Most likely answer they get is: Use persistedState of org.eclipse.e4.ui.model.application.MApplicationElement who is a Map<String,String> What a bad bad idea! This makes your nice UI code who uses dependency … Continue reading