Registry / utility / org-eclipse-ui-ide

org-eclipse-ui-ide

JSON →
library3.23.0javamavenunverified

Provides the core user interface components for the Eclipse IDE platform.

<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ui.ide</artifactId> <version>3.23.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-UI-IDE
O
org-eclipse-ui-ide
utilityjavav3.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IDE
org.eclipse.ui.ide.IDE

Opens an editor in the Eclipse IDE using the IDE utility class.

import org.eclipse.ui.ide.IDE; public class Main { public static void main(String[] args) { IDE.openEditor(null, null); } }
Debug
Known issues
breakingEclipse UI APIs are not stable across major releases; expect breaking changes.
fix
Check target platform compatibility and use version ranges in dependencies.
affects: >=3.0
Upgrade
Version history
3.23.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-eclipse-ui-ide — mvn dependency:get org-eclipse-ui-ide · libregistry