[API REVIEW REQUEST] RT-19659 - [TabPane] Support for draggable tabs
Scott Palmer
swpalmer at gmail.com
Wed Jul 30 16:10:31 UTC 2014
There are a couple concepts here.. re-ordering, just like TableView
columns, and "detaching" which would be required to drag a tab out of the
TabPane. The API should reflect these related, but distinct, concepts.
On Wed, Jul 30, 2014 at 11:51 AM, Stephen F Northover <
steve.x.northover at oracle.com> wrote:
> Thanks Tom,
>
> We'll take a look at the patch in the JIRA: https://javafx-jira.kenai.com/
> browse/RT-19659
>
> Steve
>
>
> On 2014-07-30, 3:35 AM, Tom Schindl wrote:
>
>> 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