[JPP-Devel] View/Edit Attributes and Feature Info Tool

2011-12-26 Thread Matthias Scholz
Hi, I've commited some changes in the AttributePanel and AttributeTablePanel. Both classes are used by View/Edit Attributes and Feature Info Tool. The layout are now more consistent in both tools. The attribute tables are on top and not vertically centred. Especially the Feature Info Tool had

[JPP-Devel] Feature Info Tool and Layer Attributes Statistics

2011-12-26 Thread Matthias Scholz
Hi Giuseppe, your past changes on the AttributeTab have a problem. If you select fetures on more than one layers with the Feature Info Tool an press the Layer Attributes Statistics Button, you get an NullPointerException in the StatisticOverViewPlugIn.execute() method because layer is null :-(

[JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2011-12-26 Thread Matthias Scholz
Hi, in the LeftClickFilter code I've implemented the isRightMouseButtonUsed() method with real code. In the past they always returns with false. This is bad for tools which uses the right mouse button too. Here was a problem that always came the right mouse button context menu. Now this is fix