> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stuart
Ballard
>
>
> How about a CSS/table based layout, keeping the navigation at the left
> but just laying it out that way within a single frame?
>
> I can think of some clever tricks with "DHTML" (I hate that acronym) and
> javascript too - imagine a tree of the package hierarchy where you can
> expand and collapse individual packages/classes/members... For many
> situations it would probably drive most of us crazy - but sometimes it
> would be the quickest way to get to where you want to go.
>
> Another thought as to a possibility for code layout would be something
> like this:
>
> ------
> subList(int, int) - return a view of a subsection of the list.
>
> List                           Returns a view of the list from fromIndex
> to toIndex.
> subList(int fromIndex,         The index to start from (inclusive).
>         int toIndex)           The index to end at (exclusive).
> ------
>
> What do you think?
>

Hmm, that is a good modification to make.  I am not sure how nicely current
JavaDoc supports it, but if I can take out the different parts of the
argument list, I will do it that way.

I agree with Daniel for now about CSS/DHTML ... plus, I'm too lazy to make
those modifications :)  I will write this so that it's easy to modify,
though.

--John

Reply via email to