[Date Prev] [Date Next] [Thread Prev] [Thread Next] Indexes: Main | Date | Thread | Author

Re: [ba-ohs-talk] GUI Ideas and NODAL


Thanks, Jack!    (01)

----- Original Message -----
From: "Jack Park" <jackpark@thinkalong.com>
To: "Peter Jones" <ppj@concept67.fsnet.co.uk>
Sent: Sunday, November 11, 2001 6:10 PM
Subject: Re: [ba-ohs-talk] GUI Ideas and NODAL    (02)


> Peter,
> Here are the interfaces I built based on the javadocs for NODAL.  I have
no
> idea if they are current.  Also, in trying to correlate the various prose
> with the interfaces, we find that it's not easy to go very far with this.
>
> Happy to talk Java with you!
>
> Cheers
> Jack
>
> At 03:33 PM 11/11/2001 +0000, you wrote:
> >Hi,
> >
> >(cc'ed to Lee's last known email address just in case he's not on
ohs-talk
> >yet.)
> >
> >I'm trying to implement my GUI ideas but I want to align my basic node
class
> >with NODAL as much as possible.
> >I'm looking at the NODAL interfaces at
> >http://nodal.sourceforge.net/javadoc/index.html
> >and I'dlike to know how finalised are those interfaces?
> >
> >If I'm not talking sense in what follows that's because I'm only just
> >starting out with actually practising Java. (Anyone want to offer to be
my
> >Java mentor? Offers greatly appreciated.)
> >
> >In Nodal, why are there three subclass interfaces of Node: MapNode,
> >SequenceNode, StructNode?
> >
> >The reason I'm asking is because I was going to make a distinction
between
> >hyperlinks and nodes in the data model for my GUI, so I (think I) only
have
> >a base Node-interfacing class (say pNode) that extends java.util.Vector
(is
> >that allowed?), and then a Link class that is a specialisation of pNode
to
> >hold hyperlink data (binary link, extensible to n-ary). Hyperlinks being
> >links that are not parent-child hierarchy relationships, and which might
> >extend beyond a particular NodeView of the GUI.
> >
> >Also, NODAL looks highly interlinked, lots of interfaces requiring lots
of
> >other types, so is it likely that I'll have to implement most of Nodal
just
> >to use the Node interface properly?
> >
> >Thanks,
> >Peter
> >
> >
> >Peter Jones
> >ppj@concept67.fsnet.co.uk
>    (03)