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 < [email protected]> 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 >> > >
