[API REVIEW REQUEST] RT-19659 - [TabPane] Support for draggable tabs
Eric Le Ponner
eric.le.ponner at oracle.com
Wed Jul 30 08:42:50 UTC 2014
Interesting.
Then may be ‘drag’ wording would more consistent with remaining APIs.
‘dnd’ is currently used nowhere else.
Eric
Le 30 juil. 2014 à 10:09, Tom Schindl <tom.schindl at bestsolution.at> a écrit :
> No - it allows also to drag the tab to another TabPane as well and in
> future outside the window to detach it.
>
> Tom
>
> On 30.07.14 10:07, Eric Le Ponner wrote:
>> Hi Tom,
>>
>> I wonder if we should really use the wording « dnd ».
>> The feature is really to enable the user to re-order the tabs
>> inside a TabPane, right ?
>>
>> So may be:
>>
>> public boolean isTabReorderingEnabled();
>> public void setTabReorderingEnabled(boolean tabReorderingEnabled);
>> public BooleanProperty tabReorderingEnabledProperty();
>>
>> Eric
>>
>> PS: I’m assuming you don’t expect this gesture to work between two different TabPanes.
>>
>>
>>
>> Le 30 juil. 2014 à 09:35, Tom Schindl <tom.schindl at bestsolution.at> a écrit :
>>
>>> Hi,
>>>
>>> I'd like you to review the API proposed to make TabPane Tabs draggable.
>>>
>>> The proposed public API only allows to put the TabPane in DnD mode:
>>>
>>> public boolean isDndEnabled()
>>> public void setDndEnabled(boolean dndEnabled)
>>> public BooleanProperty dndEnabledProperty()
>>>
>>> Tom
>>
>
More information about the openjfx-dev
mailing list