Peppe,

apart from the typo it is as well cluttering our API. let's find a cleaner way 
to achieve what you want! ..ede

On 9/17/2020 6:32, jump-pilot-svn--- via Jump-pilot-devel wrote:
> Revision: 6490
>           http://sourceforge.net/p/jump-pilot/code/6490
> Author:   ma15569
> Date:     2020-09-17 04:32:14 +0000 (Thu, 17 Sep 2020)
> Log Message:
> -----------
> Added a getter for all lower componets of the panel
>
> Modified Paths:
> --------------
>     core/trunk/src/com/vividsolutions/jump/workbench/ui/JTablePanel.java
>
> Modified: core/trunk/src/com/vividsolutions/jump/workbench/ui/JTablePanel.java
> ===================================================================
> --- core/trunk/src/com/vividsolutions/jump/workbench/ui/JTablePanel.java      
> 2020-09-16 22:12:30 UTC (rev 6489)
> +++ core/trunk/src/com/vividsolutions/jump/workbench/ui/JTablePanel.java      
> 2020-09-17 04:32:14 UTC (rev 6490)
> @@ -237,6 +237,17 @@
>      }
>
>      /**
> +     * Gets all the lower components (save and query tools) of the
> +     * panel. Useful to deactivate all
> +     * @return JPanel
> +     */
> +    public JPanel getAllComponetsExceptTable() {
> +        return southPanel;
> +    }
> +
> +
> +
> +    /**
>       * Gets the FeatureCollection added to this panel. Useful if user want to
>       * save it as a layer
>       *
>
>
>
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to