X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fhandlers%2Fprovider%2FISDPagingProvider.java;h=ace5511a99cafe039e088d255df23ebaf8925054;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=bd2eb0140cf73fb749c25ae4d66bc4aff43894c3;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDPagingProvider.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDPagingProvider.java index bd2eb0140c..ace5511a99 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDPagingProvider.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDPagingProvider.java @@ -1,41 +1,40 @@ /********************************************************************** - * Copyright (c) 2005, 2006 IBM Corporation and others. - * Copyright (c) 2011, 2012 Ericsson. - * + * Copyright (c) 2005, 2012 IBM Corporation, Ericsson * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM - Initial API and implementation - * Bernd Hufmann - Updated for TMF + * + * Contributors: + * IBM - Initial API and implementation + * Bernd Hufmann - Updated for TMF **********************************************************************/ + package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider; /** * Paging provider interface. - * + * * Sequence Diagram loaders which implement this class provide the actions for sequence diagram page navigation.
- * + * * Action provider are associated to a Sequence Diagram view by calling SDView.setSDPagingProvider().
- * - * @version 1.0 + * + * @version 1.0 * @author sveyrier - * + * */ public interface ISDPagingProvider { /** * Return true to enable the next page button in the coolBar, false otherwise - * + * * @return true if a next page exists false otherwise */ public boolean hasNextPage(); /** * Return true to enable the previous page button in the coolBar, false otherwise - * + * * @return true if a previous page exists false otherwise */ public boolean hasPrevPage(); @@ -49,12 +48,12 @@ public interface ISDPagingProvider { * Called back when previous page button is pressed in the coolBar */ public void prevPage(); - + /** * Called back when first page button is pressed in the coolBar */ public void firstPage(); - + /** * Called back when last page button is pressed in the coolBar */