Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Riena/1.1.0 Provisional API"

m (In Riena 1.0.0 all APIs (exported packages that are not marked as x-internal) were marked as provisional.)
(In Riena 1.0.0 all APIs (exported packages that are not marked as x-internal) were marked as provisional.)
Line 10: Line 10:
 
* org.eclipse.riena.ui.swt.lnf (in org.eclipse.riena.ui.swt)
 
* org.eclipse.riena.ui.swt.lnf (in org.eclipse.riena.ui.swt)
 
* org.eclipse.riena.core.wire
 
* org.eclipse.riena.core.wire
 +
* org.eclipse.riena.ui.ridgets.swt.Abstract* classes, because we only recently started using them
  
Not API are all samples and demos
+
Not API all bundles with samples, demos, releng, tests, documentation:
* org.eclipse.riena.sample.*
+
* org.eclipse.riena.communication.sample*
* org.eclipse.riena.example.*
+
 
* org.eclipse.riena.demo.*
 
* org.eclipse.riena.demo.*
 +
* org.eclipse.riena.example.*
 +
* org.eclipse.riena.sample.*
 +
* org.eclipse.riena.build.*
 +
* org.eclipse.riena.documents.*
 +
* org.eclipse.riena.tests
  
 
[[Category:Riena]]
 
[[Category:Riena]]

Revision as of 20:37, 13 May 2009

In Riena 1.0.0 all APIs (exported packages that are not marked as x-internal) were marked as provisional.

This will change in 1.1.0. The formulated goal was to make all API final in 1.1.0. However I see some problematic areas where I'd like to keep the API provisional beyond 1.1.0.

The following bundles should remain provisional

  • org.eclipse.riena.navigation.ui.swt
  • org.eclipse.riena.monitor.*

The following packages should remain provisional

  • org.eclipse.riena.ui.swt.lnf (in org.eclipse.riena.ui.swt)
  • org.eclipse.riena.core.wire
  • org.eclipse.riena.ui.ridgets.swt.Abstract* classes, because we only recently started using them

Not API all bundles with samples, demos, releng, tests, documentation:

  • org.eclipse.riena.communication.sample*
  • org.eclipse.riena.demo.*
  • org.eclipse.riena.example.*
  • org.eclipse.riena.sample.*
  • org.eclipse.riena.build.*
  • org.eclipse.riena.documents.*
  • org.eclipse.riena.tests

Back to the top