Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] use case question regarding JAXB launch tab configuration

> but will still pertain if there are intersecting values.  This leads me to my first question.  Does Case 2 ever make sense in a non-partitioned case?  If so, then I believe I need to fix one thing:  currently, if there is a value set in more than one shared environment tab, it is not necessarily the visible value which gets saved, but the value on the last tab (C in this case), because the parent updates the tabs in order.  In order to make this intuitive, I would need to change this update to do the rotation modulo the number of tabs beginning with the tab just after the visible one and ending with the visible tab.

I've done this using a LinkedList in order not to have to change code in several different places in order to support modulo operations.  Performance impact seems negligible.

Al



Back to the top