Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
trimstack
.
Show all posts
Showing posts with label
trimstack
.
Show all posts
Monday, September 15, 2014
Expanding a trim view Vertically in programmatic way in Eclipse e4
›
Generally, If you have minimized a view, It will go and add it to the trimbar as shown on the left hand side. If you click on tool item...
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