Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] Unused Stuff in org.eclipse.riena.ui.ridgets -- was Re: Ok to remove IMatrixRidget?

After a quick investigation it appears that the several interfaces / classes, listed below, are unused by the SWT stuff I've in my workspace. 

These are currently provisional API and I am wondering what to do about them. 

- Personally I favor removal, because it will make it easier for the users (developers) to figure out which stuff is actually backed by an implementation.
- If we don't want to remove my second preference would be to mark as deprecated:
@deprecated - currently unused

Personally I would have doubts about make the org.eclipse.riena.ui.ridgets bundle non-provisional, before discussing this.

Just my 2c,
Elias.

IActionCallback
IComboEntryFactory
ICursor
IMatrixRidget
IMenuFactory
IMenuSeparator
IMenuSpacer
IRadioButtonRidget
IStatuslineProcessRidget
ITabbedPaneRidget
ITabbedPaneRidgetListener
IWindowClosingPolicy
IWindowListener
org.eclipse.riena.ui.ridgets.tree.* - 25 interfaces and classes
org.eclipse.riena.ui.ridgets.treetable.* - 7 interfaces and classes
org.eclipse.riena.ui.uibinding.* - 6 intefaces and classes
org.eclipse.riena.ui.util.* - 2 intefaces

On Wed, Apr 29, 2009 at 1:22 PM, Elias Volanakis <elias@xxxxxxxxxxxxxxxxx> wrote:
I'm updating the javadoc (272595) and found out that IMatrixRidget is not used anywhere (i.e. no implementation).

Any vetoes against removing it?

Elias.

--
Elias Volanakis | Technical Lead | EclipseSource Portland
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | http://eclipsesource.com



--
Elias Volanakis | Technical Lead | EclipseSource Portland
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | http://eclipsesource.com



Back to the top