Introduce Admin UI and event recorder.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 14 Oct 2021 09:11:15 +0000 (11:11 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 14 Oct 2021 09:11:15 +0000 (11:11 +0200)
commitf10ff4072b25721d82e083d2b200fdb8c4506b6e
tree22daaa7128210da47b6f09155e2889ff0ebbaaf7
parent6bb643f74b8a6ef00aa6f5903ab70d4719695119
Introduce Admin UI and event recorder.
13 files changed:
core/org.argeo.suite.ui/OSGI-INF/adminLeadPane.xml [new file with mode: 0644]
core/org.argeo.suite.ui/OSGI-INF/eventRecorder.xml [new file with mode: 0644]
core/org.argeo.suite.ui/OSGI-INF/termsEntryArea.xml [new file with mode: 0644]
core/org.argeo.suite.ui/OSGI-INF/termsLayer.xml [new file with mode: 0644]
core/org.argeo.suite.ui/bnd.bnd
core/org.argeo.suite.ui/config/adminLeadPane.properties [new file with mode: 0644]
core/org.argeo.suite.ui/config/eventRecorder.properties [new file with mode: 0644]
core/org.argeo.suite.ui/config/termsEntryArea.properties [new file with mode: 0644]
core/org.argeo.suite.ui/config/termsLayer.properties [new file with mode: 0644]
core/org.argeo.suite.ui/src/org/argeo/suite/ui/EventRecorder.java [new file with mode: 0644]
core/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteApp.java
core/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteUi.java
core/org.argeo.suite.ui/src/org/argeo/suite/ui/TermsEntryArea.java [new file with mode: 0644]