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 / NewExperimentHandler.java
index b6e760e2b4df38d1f8c85a648e42e37b3d12603a..c7293b8cb2160aa4f915f9625e8efd7a4b4c8159 100644 (file)
@@ -43,6 +43,7 @@ public class NewExperimentHandler implements IHandler {
        // Validation
        // ------------------------------------------------------------------------
 
+       @Override
        public boolean isEnabled() {
 
                // Check if we are closing down
@@ -72,6 +73,7 @@ public class NewExperimentHandler implements IHandler {
        }
 
        // Handled if we are in the ProjectView
+       @Override
        public boolean isHandled() {
                return true;
        }
@@ -80,6 +82,7 @@ public class NewExperimentHandler implements IHandler {
        // Execution
        // ------------------------------------------------------------------------
 
+       @Override
        public Object execute(ExecutionEvent event) throws ExecutionException {
 
                // Open the experiment creation dialog
@@ -98,6 +101,7 @@ public class NewExperimentHandler implements IHandler {
                return null;
        }
 
+       @Override
        public void dispose() {
                // TODO Auto-generated method stub
        }
@@ -106,10 +110,12 @@ public class NewExperimentHandler 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.025025 seconds and 5 git commands to generate.