fenfire-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fenfire-dev] Re: [Fencommits] fenfire: Twids to SpatialView interface


From: Benja Fallenstein
Subject: [Fenfire-dev] Re: [Fencommits] fenfire: Twids to SpatialView interface
Date: Tue, 22 Feb 2005 01:34:29 +0100

Hi,

On Sat, 19 Feb 2005 18:54:23 +0200, Matti J. Katila <address@hidden> wrote:
> Sat Feb 19 17:16:41 EET 2005  Matti J. Katila <address@hidden>
>   * Twids to SpatialView interface
> 
>      public interface SpatialView {
>         Set getTypes();
> -       Lob getLob(Cursor cursor);
>         boolean showBig(); // whether the mainview should be shown big
> +       Lob getLob(Cursor cursor);
> +       Lob getCoordinateLob(Lob content, Cursor cursor);
> +       Cursor createViewSpecificCursor(Cursor old);
>      }

How do you want to use getCoordinateLob()? Is it still needed? I don't
see much point in exposing it =)

createViewSpecificCursor 'feels' right in this interface :-) but again
I'm not sure where you actually want to use it?

- Benja




reply via email to

[Prev in Thread] Current Thread [Next in Thread]