The java org.eclipse.ui.IWorkbenchPage interface is a part of the Eclipse platform's UI framework. It represents a page within the workbench window, which can contain one or more views and editors. It provides methods for manipulating and managing the content within the page, such as opening, closing, and activating editors and views. It also allows for the customization and configuration of the page's layout and presentation.
Java IWorkbenchPage - 30 examples found. These are the top rated real world Java examples of org.eclipse.ui.IWorkbenchPage extracted from open source projects. You can rate examples to help us improve the quality of examples.