Java Doc and API clean up of TMF UML Sequence diagram framework
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / provider / ISDPagingProvider.java
index 6c225c892c2c38410316e5cb9a1da17c76e595f6..bd2eb0140cf73fb749c25ae4d66bc4aff43894c3 100755 (executable)
@@ -1,10 +1,11 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006, 2011 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2011, 2012 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
- * $Id: ISDPagingProvider.java,v 1.2 2006/09/20 20:56:26 ewchan Exp $
  * 
  * Contributors: 
  * IBM - Initial API and implementation
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider;
 
 /**
- * Sequence Diagram loaders which implement this class provide the actions for sequence diagram page navigation.
+ * Paging provider interface.
+ * 
+ * Sequence Diagram loaders which implement this class provide the actions for sequence diagram page navigation.<br>
  * 
- * Action provider are associated to a Sequence Diagram SDWidget calling SDViewer.setSDPagingProvider()
+ * Action provider are associated to a Sequence Diagram view by calling <code>SDView.setSDPagingProvider()</code>.<br>
  * 
+ * @version 1.0 
  * @author sveyrier
  * 
  */
This page took 0.024478 seconds and 5 git commands to generate.