Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
IPresentationEngine.MINIMIZED
.
Show all posts
Showing posts with label
IPresentationEngine.MINIMIZED
.
Show all posts
Monday, September 15, 2014
How to minimize a view programmatically in Eclipse e4 versions/ Adding a view to the trimbar
›
Below snippet can be used to minimize a view. IViewPart part = page.showView("com.kk.views.showtasks"); if (part != null) { ...
›
Home
View web version