2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / project / handlers / ImportTraceHandler.java
index 907c428c071ee32821e7a45cab250ef21070c255..265c537f80b6cc994b118db5c78c0fc7a9491511 100644 (file)
@@ -43,6 +43,7 @@ public class ImportTraceHandler implements IHandler {
        // Validation
        // ------------------------------------------------------------------------
 
+       @Override
        public boolean isEnabled() {
                
                // Check if we are closing down
@@ -72,6 +73,7 @@ public class ImportTraceHandler implements IHandler {
        }
 
        // Always handled
+       @Override
        public boolean isHandled() {
                return true;
        }
@@ -80,6 +82,7 @@ public class ImportTraceHandler implements IHandler {
        // Execution
        // ------------------------------------------------------------------------
 
+       @Override
        public Object execute(ExecutionEvent event) throws ExecutionException {
 
                // Set the selection to the project
@@ -104,6 +107,7 @@ public class ImportTraceHandler implements IHandler {
                return null;
        }
 
+       @Override
        public void dispose() {
                // TODO Auto-generated method stub
        }
@@ -112,10 +116,12 @@ public class ImportTraceHandler implements IHandler {
        // IHandlerListener
        // ------------------------------------------------------------------------
 
+       @Override
        public void addHandlerListener(IHandlerListener handlerListener) {
                // TODO Auto-generated method stub
        }
 
+       @Override
        public void removeHandlerListener(IHandlerListener handlerListener) {
                // TODO Auto-generated method stub
        }
This page took 0.024224 seconds and 5 git commands to generate.