+ Introduce an Abstract JCR View to enable specific view with the same commands
authorBruno Sinou <bsinou@argeo.org>
Fri, 1 Apr 2011 16:54:32 +0000 (16:54 +0000)
committerBruno Sinou <bsinou@argeo.org>
Fri, 1 Apr 2011 16:54:32 +0000 (16:54 +0000)
commit775c05e7d8b488c14df85f43da996b6f39a01259
tree7a24193e75f33f18cf6ef4f51d4d3ae217bdad0e
parent82ec669212e06c65bc4cd7e8afa0677ab8fab74b
+ Introduce an Abstract JCR View to enable specific view with the same commands

git-svn-id: https://svn.argeo.org/commons/trunk@4421 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/AddFileFolder.java
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/DeleteNode.java
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/ImportFileSystem.java
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/AbstractJcrBrowser.java [new file with mode: 0644]
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/GenericJcrBrowser.java