public static interface TabbedDialogModel.TabModel extends List<TabbedDialogModel.Tab>
Modifier and Type | Interface and Description |
---|---|
static class |
TabbedDialogModel.TabModel.DefaultTabModel |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<TabbedDialogModel.Tab> |
active() |
static TabbedDialogModel.TabModel |
createDefaultModel() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
static TabbedDialogModel.TabModel createDefaultModel()
javafx.beans.property.ObjectProperty<TabbedDialogModel.Tab> active()
Copyright © 2019. All rights reserved.