Class Hierarchy
- java.lang.Object
- cz.masci.springfx.mvci.util.BindingUtils
- javafx.beans.binding.BooleanExpression (implements javafx.beans.value.ObservableBooleanValue)
- javafx.beans.property.ReadOnlyBooleanProperty (implements javafx.beans.property.ReadOnlyProperty<T>)
- javafx.beans.property.BooleanProperty (implements javafx.beans.property.Property<T>, javafx.beans.value.WritableBooleanValue)
- cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty (implements org.nield.dirtyfx.tracking.DirtyProperty)
- cz.masci.springfx.mvci.view.builder.BorderPaneBuilder (implements javafx.util.Builder<T>)
- cz.masci.springfx.mvci.util.BuilderUtils
- cz.masci.springfx.mvci.view.builder.ButtonBuilder
- cz.masci.springfx.mvci.view.builder.CommandsViewBuilder (implements javafx.util.Builder<T>)
- cz.masci.springfx.mvci.util.FunctionUtils
- cz.masci.springfx.mvci.util.ListChangeListenerBuilder<E>
- javafx.beans.binding.ListExpression<E> (implements javafx.beans.value.ObservableListValue<E>)
- javafx.beans.property.ReadOnlyListProperty<E> (implements javafx.beans.property.ReadOnlyProperty<T>)
- javafx.beans.property.ListProperty<E> (implements javafx.beans.property.Property<T>, javafx.beans.value.WritableListValue<E>)
- cz.masci.springfx.mvci.model.dirty.DirtyListProperty<E> (implements org.nield.dirtyfx.tracking.DirtyProperty)
- javafx.scene.Node (implements javafx.event.EventTarget, javafx.css.Styleable)
- javafx.scene.Parent
- javafx.scene.layout.Region
- javafx.scene.control.Control (implements javafx.scene.control.Skinnable)
- javafx.scene.control.Labeled
- javafx.scene.control.Cell<T>
- javafx.scene.control.IndexedCell<T>
- javafx.scene.control.TableRow<T>
- javafx.scene.layout.Pane
- javafx.scene.layout.HBox
- io.github.palexdev.materialfx.controls.MFXTableRow<T> (implements io.github.palexdev.virtualizedfx.cell.Cell<T>)
- javafx.beans.binding.NumberExpressionBase (implements javafx.beans.binding.NumberExpression)
- javafx.beans.binding.IntegerExpression (implements javafx.beans.value.ObservableIntegerValue)
- javafx.beans.property.ReadOnlyIntegerProperty (implements javafx.beans.property.ReadOnlyProperty<T>)
- javafx.beans.property.IntegerProperty (implements javafx.beans.property.Property<T>, javafx.beans.value.WritableIntegerValue)
- cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty (implements org.nield.dirtyfx.tracking.DirtyProperty)
- javafx.beans.binding.LongExpression (implements javafx.beans.value.ObservableLongValue)
- javafx.beans.property.ReadOnlyLongProperty (implements javafx.beans.property.ReadOnlyProperty<T>)
- javafx.beans.property.LongProperty (implements javafx.beans.property.Property<T>, javafx.beans.value.WritableLongValue)
- cz.masci.springfx.mvci.model.dirty.DirtyLongProperty (implements org.nield.dirtyfx.tracking.DirtyProperty)
- cz.masci.springfx.mvci.controller.impl.SimpleController<T,U> (implements cz.masci.springfx.mvci.controller.ViewProvider<T>)
- cz.masci.springfx.mvci.model.list.SimpleListModel<T,E> (implements cz.masci.springfx.mvci.model.list.Focusable, cz.masci.springfx.mvci.model.list.ListModel<E>)
- javafx.beans.binding.StringExpression (implements javafx.beans.value.ObservableStringValue)
- javafx.beans.property.ReadOnlyStringProperty (implements javafx.beans.property.ReadOnlyProperty<T>)
- javafx.beans.property.StringProperty (implements javafx.beans.property.Property<T>, javafx.beans.value.WritableStringValue)
- cz.masci.springfx.mvci.model.dirty.DirtyStringProperty (implements org.nield.dirtyfx.tracking.DirtyProperty)
Interface Hierarchy
- org.nield.dirtyfx.tracking.DirtyProperty
- cz.masci.springfx.mvci.model.list.Focusable
- cz.masci.springfx.mvci.model.detail.Identifiable<T>
- cz.masci.springfx.mvci.model.detail.DetailModel<E> (also extends cz.masci.springfx.mvci.model.detail.DirtyModel, cz.masci.springfx.mvci.model.detail.ValidModel)
- cz.masci.springfx.mvci.model.list.Removable<E>
- cz.masci.springfx.mvci.model.list.ListModel<E> (also extends cz.masci.springfx.mvci.model.list.Selectable<E>, cz.masci.springfx.mvci.model.list.Updatable)
- cz.masci.springfx.mvci.model.list.Selectable<E>
- cz.masci.springfx.mvci.model.list.ListModel<E> (also extends cz.masci.springfx.mvci.model.list.Removable<E>, cz.masci.springfx.mvci.model.list.Updatable)
- javafx.css.Styleable
- cz.masci.springfx.mvci.model.list.Updatable
- cz.masci.springfx.mvci.model.list.ListModel<E> (also extends cz.masci.springfx.mvci.model.list.Removable<E>, cz.masci.springfx.mvci.model.list.Selectable<E>)
- io.github.palexdev.materialfx.validation.Validated
- cz.masci.springfx.mvci.controller.ViewProvider<T>