Revision 7811b9d1 src/gr/grnet/pithos/web/client/othersharedtree/OtherSharedTreeView.java

b/src/gr/grnet/pithos/web/client/othersharedtree/OtherSharedTreeView.java
39 39
import gr.grnet.pithos.web.client.foldertree.Folder;
40 40

  
41 41
import com.google.gwt.core.client.GWT;
42
import com.google.gwt.resources.client.ClientBundle;
43 42
import com.google.gwt.resources.client.ImageResource;
44 43
import com.google.gwt.resources.client.ImageResource.ImageOptions;
45 44
import com.google.gwt.safehtml.client.SafeHtmlTemplates;
......
74 73

  
75 74
    static interface BasicResources extends CellTree.Resources {
76 75

  
77
        @ImageOptions(flipRtl = true)
76
        @Override
77
		@ImageOptions(flipRtl = true)
78 78
        @Source("gr/grnet/pithos/web/client/cellTreeClosedItem.gif")
79 79
        ImageResource cellTreeClosedItem();
80 80

  
81
        @ImageOptions(flipRtl = true)
81
        @Override
82
		@ImageOptions(flipRtl = true)
82 83
        @Source("gr/grnet/pithos/web/client/cellTreeLoadingBasic.gif")
83 84
        ImageResource cellTreeLoading();
84 85

  
85
        @ImageOptions(flipRtl = true)
86
        @Override
87
		@ImageOptions(flipRtl = true)
86 88
        @Source("gr/grnet/pithos/web/client/cellTreeOpenItem.gif")
87 89
        ImageResource cellTreeOpenItem();
88 90

  
89
        @Source({"gr/grnet/pithos/web/client/GssCellTreeBasic.css"})
91
        @Override
92
		@Source({"gr/grnet/pithos/web/client/GssCellTreeBasic.css"})
90 93
        CellTree.Style cellTreeStyle();
91 94
    }
92 95

  
93
    public static interface Images extends ClientBundle,Tree.Resources, FolderContextMenu.Images {
96
    public static interface Images extends Tree.Resources, FolderContextMenu.Images {
94 97

  
95 98
        @Source("gr/grnet/pithos/resources/folder_home.png")
96 99
        ImageResource home();

Also available in: Unified diff