public class ContentModel
extends java.lang.Object
ContentModel
stores the content Object
s that are
visualized. The ContentModel
fires a property change event when the
contents are changed.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyListProperty<java.lang.Object> |
contents
A read-only property containing the current content objects.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENTS_PROPERTY
Name of the
contentsProperty() . |
Constructor and Description |
---|
ContentModel() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyListProperty<java.lang.Object> |
contentsProperty()
A read-only property containing the current content objects.
|
javafx.collections.ObservableList<java.lang.Object> |
getContents()
Returns an
ObservableList containing the content objects. |
public javafx.beans.property.ReadOnlyListProperty<java.lang.Object> contentsProperty
getContents()
public static final java.lang.String CONTENTS_PROPERTY
contentsProperty()
.public javafx.beans.property.ReadOnlyListProperty<java.lang.Object> contentsProperty()
getContents()
public javafx.collections.ObservableList<java.lang.Object> getContents()
ObservableList
containing the content objects.ObservableList
.Copyright (c) 2014 itemis AG and others. All rights reserved.