Registry / other / views
library3.2.100-I20070319-0010javamavenunverified

Provides the views framework for Eclipse UI, enabling custom view parts in workbench.

<dependency> <groupId>org.eclipse.ui</groupId> <artifactId>views</artifactId> <version>3.2.100-I20070319-0010</version> </dependency>
INSTALL
IMPORT
SIG · VIEWS
V
views
otherjavav3.2.100-I20070319-0010
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.

ViewPart
✓ org.eclipse.ui.part.ViewPart

Minimal Eclipse view part implementation.

import org.eclipse.ui.part.ViewPart; import org.eclipse.swt.widgets.Composite; public class MyView extends ViewPart { @Override public void createPartControl(Composite parent) { // Create UI components here } @Override public void setFocus() { // Set focus } }
Debug
Known issues
breakingVersion 3.2.100 is very old; may not work with modern Eclipse versions.
fix
Use a newer version from the Eclipse platform.
affects: <=3.2.100
Upgrade
Version history
3.2.100-I20070319-0010latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
views — mvn dependency:get views · libregistry