Introduce Documents UI.
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 23 Oct 2020 08:59:54 +0000 (10:59 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 23 Oct 2020 08:59:54 +0000 (10:59 +0200)
commit8bb28d527359660d460df7507216cb425de304a7
tree8cbe95d379ffa5ddc7698ec0de437e0ab3b8ee66
parent77e06b966dc2d79b2e3c2a96569b83354e7d8667
Introduce Documents UI.
20 files changed:
knowledge/pom.xml
library/org.argeo.documents.ui/.classpath [new file with mode: 0644]
library/org.argeo.documents.ui/.gitignore [new file with mode: 0644]
library/org.argeo.documents.ui/.project [new file with mode: 0644]
library/org.argeo.documents.ui/META-INF/.gitignore [new file with mode: 0644]
library/org.argeo.documents.ui/bnd.bnd [new file with mode: 0644]
library/org.argeo.documents.ui/build.properties [new file with mode: 0644]
library/org.argeo.documents.ui/pom.xml [new file with mode: 0644]
library/org.argeo.documents.ui/src/org/argeo/documents/composites/DocumentsContextMenu.java [new file with mode: 0644]
library/org.argeo.documents.ui/src/org/argeo/documents/composites/DocumentsFileComposite.java [new file with mode: 0644]
library/org.argeo.documents.ui/src/org/argeo/documents/composites/DocumentsFolderComposite.java [new file with mode: 0644]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsUiService.java [new file with mode: 0644]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsUtils.java [new file with mode: 0644]
library/pom.xml [new file with mode: 0644]
org.argeo.suite.ui/src/org/argeo/suite/ui/DelayedText.java [deleted file]
org.argeo.suite.ui/src/org/argeo/suite/ui/RecentItems.java
org.argeo.suite.ui/src/org/argeo/suite/ui/widgets/AbstractConnectContextMenu.java [new file with mode: 0644]
org.argeo.suite.ui/src/org/argeo/suite/ui/widgets/ConnectAbstractDropDown.java [new file with mode: 0644]
org.argeo.suite.ui/src/org/argeo/suite/ui/widgets/DelayedText.java [new file with mode: 0644]
pom.xml