Add multiple file selection properties dialog allowing editing of tags and versioning.
authorDimitris Routsis <droutsis@ebs.gr>
Thu, 19 Nov 2009 10:47:16 +0000 (12:47 +0200)
committerDimitris Routsis <droutsis@ebs.gr>
Thu, 19 Nov 2009 10:47:16 +0000 (12:47 +0200)
commit2002c1dc4bfa2e5525f0a8f5353234887138aac4
treed3a718799776f8d3fb033d4da6f6cfddfaecadd5
parent35cfa78a31375ebae63ca1d04a3945c6bcc366c3
Add multiple file selection properties dialog allowing editing of tags and versioning.
src/gr/ebs/gss/client/AbstractPropertiesDialog.java [new file with mode: 0644]
src/gr/ebs/gss/client/FileContextMenu.java
src/gr/ebs/gss/client/FilePropertiesDialog.java
src/gr/ebs/gss/client/FilesPropertiesDialog.java [new file with mode: 0644]
src/gr/ebs/gss/client/commands/PropertiesCommand.java
src/gr/ebs/gss/client/components/TristateCheckBox.java [new file with mode: 0644]
src/gr/ebs/gss/public/images/tristate_checked.gif [new file with mode: 0644]
src/gr/ebs/gss/public/images/tristate_intermediate.gif [new file with mode: 0644]
src/gr/ebs/gss/public/images/tristate_unchecked.gif [new file with mode: 0644]