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 / OpenExperimentHandler.java
index c7948b4dbb812977e7dde8266cfcbce4ad44e256..a21c7a7dd7174218d55edb020db531a37176f800 100644 (file)
@@ -37,6 +37,7 @@ public class OpenExperimentHandler implements IHandler {
        // Validation
        // ------------------------------------------------------------------------
 
+       @Override
        public boolean isEnabled() {
                // Check if we are closing down
                IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();
@@ -59,6 +60,7 @@ public class OpenExperimentHandler implements IHandler {
        }
 
        // Handled if we are in the ProjectView
+       @Override
        public boolean isHandled() {
                return true;
        }
@@ -67,6 +69,7 @@ public class OpenExperimentHandler implements IHandler {
        // Execution
        // ------------------------------------------------------------------------
 
+       @Override
        public Object execute(ExecutionEvent event) throws ExecutionException {
 
                // Set the selection to the project
@@ -84,14 +87,17 @@ public class OpenExperimentHandler 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
        }
 
+       @Override
        public void dispose() {
                // TODO Auto-generated method stub
                
This page took 0.026057 seconds and 5 git commands to generate.