aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Tree.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-04-11 21:55:57 +0300
committerArtur Signell <artur@vaadin.com>2012-04-12 09:58:45 +0300
commitf5099e517b29657e4f451f5948cea3895f1fccb6 (patch)
tree69f8c5049f9bd44e049c66119bc1b184443c9fb5 /src/com/vaadin/ui/Tree.java
parent6c79839c1221c8fb3385fd546bcb1be011053cc6 (diff)
downloadvaadin-framework-f5099e517b29657e4f451f5948cea3895f1fccb6.tar.gz
vaadin-framework-f5099e517b29657e4f451f5948cea3895f1fccb6.zip
Removed deprecated interface (#8169)
Diffstat (limited to 'src/com/vaadin/ui/Tree.java')
-rw-r--r--src/com/vaadin/ui/Tree.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/com/vaadin/ui/Tree.java b/src/com/vaadin/ui/Tree.java
index e26dfc74a4..db738fee58 100644
--- a/src/com/vaadin/ui/Tree.java
+++ b/src/com/vaadin/ui/Tree.java
@@ -28,7 +28,6 @@ import com.vaadin.event.DataBoundTransferable;
import com.vaadin.event.ItemClickEvent;
import com.vaadin.event.ItemClickEvent.ItemClickListener;
import com.vaadin.event.ItemClickEvent.ItemClickNotifier;
-import com.vaadin.event.ItemClickEvent.ItemClickSource;
import com.vaadin.event.Transferable;
import com.vaadin.event.dd.DragAndDropEvent;
import com.vaadin.event.dd.DragSource;
@@ -62,8 +61,7 @@ import com.vaadin.tools.ReflectTools;
*/
@SuppressWarnings({ "serial", "deprecation" })
public class Tree extends AbstractSelect implements Container.Hierarchical,
- Action.Container, ItemClickSource, ItemClickNotifier, DragSource,
- DropTarget {
+ Action.Container, ItemClickNotifier, DragSource, DropTarget {
/* Private members */