This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from 7e1fe6f Show the exception in the table when an error occurred while
loading the data.
new 941ef8a Handle small image loading in a separated class for making
easier to share.
new 7718619 If a feature contains multi-valued properties, make possible
to see their values on demand.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/sis/gui/dataset/ExpandableList.java | 425 +++++++++++++++++++++
.../apache/sis/gui/dataset/ExpandedFeature.java | 214 +++++++++++
.../org/apache/sis/gui/dataset/FeatureList.java | 28 +-
.../org/apache/sis/gui/dataset/FeatureTable.java | 168 +++++++-
.../org/apache/sis/gui/dataset/ResourceTree.java | 2 +-
.../apache/sis/gui/metadata/MetadataSummary.java | 18 +-
.../sis/internal/gui/IdentityValueFactory.java | 74 ++++
.../java/org/apache/sis/internal/gui/Styles.java | 35 ++
8 files changed, 921 insertions(+), 43 deletions(-)
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/ExpandableList.java
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/ExpandedFeature.java
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/internal/gui/IdentityValueFactory.java