Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] CommandFilter update

One question that came up today was what a CommandFilter is? This was part of the Eclipse UI checklist that we have been working through.

The answer is - nothing.

Command Filter has been replaced. It used to be about providing the correct context sensitive menus that accurately reflected something selected in your view or editor.

In Eclipse 3.x this is accomplished by IActionFilter. There is a good tutorial on its use here http://www.eclipse.org/articles/viewArticle/ViewArticle2.html

Since we have just located this tutorial we will obviously down check all our views on this score.

Jody


Back to the top