Skip to content
Snippets Groups Projects
Commit 8a5fa9d4 authored by Sudeep Kanav's avatar Sudeep Kanav
Browse files

removed version, author, and Id svn props

refs 3192
parent 1e8c38cd
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 60 deletions
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -34,8 +33,6 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* -based annotation views when no item is selected for editing.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: C6AC1E4683605D2F21CF0223816461FF
*/
public class LabelProviderBase extends ColumnLabelProvider {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -30,8 +29,6 @@ import org.fortiss.tooling.base.ui.annotation.view.generic.GenericAnnotationView
* {@link GenericAnnotationView}.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: F9716F8F49035AC25297D9A271155571
*/
public class LabelProviderFactory {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: C789367948E3CDE52927C3E36D33860B
@ConQAT.Rating GREEN Hash: C789367948E3CDE52927C3E36D33860B
-->
<body>
Text label providers to embed annotations table-based annotation views. Label providers are used to display the current values of annotations when they are not edited.
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: A466877ECB7E23D7CB5487C5F066FDCB
@ConQAT.Rating GREEN Hash: A466877ECB7E23D7CB5487C5F066FDCB
-->
<body>
GUI support of annotation framework.
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -61,8 +60,6 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
*
* @author eder
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 00558DAEF1C710B27053B2C8D4B59D1A
*/
public abstract class AnnotationViewPartBase extends ViewPart implements ISelectionListener,
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -24,8 +23,6 @@ import org.fortiss.tooling.base.model.element.IModelElement;
* Interface for views displaying {@link IAnnotatedSpecification}s.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: BC1A864366CB8A939A450C9F7E3DE68A
*/
public interface IAnnotationViewPart {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* {@link #compareTo(ColumnHandle)}).
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 4FF484A35F7CA90390F5AD2457C99844
*/
public class ColumnHandle<T extends IAnnotatedSpecification> extends AnnotationInstSpec<T>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -64,8 +63,6 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* .
*
* @author diewald, barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 1868140DA1AD574D13EEAA2F8BCBA1BA
*/
public class CreateAnnotationInstanceColumn extends ViewerColumn {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -98,8 +97,6 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* </p>
*
* @author eder, diewald, barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 0ACC4C272B07B09CC06FB7EA29C4A28B
*/
public class GenericAnnotationView extends AnnotationViewPartBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -31,8 +30,6 @@ import org.fortiss.tooling.base.ui.annotation.HierarchicalNameComparator;
* hierarchy level are sorted by name.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: A278221397FAB95048E4240B50D93B6C
*/
public class HierarchicalNameViewerComparator extends ViewerComparator {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -47,8 +46,6 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* </ul>
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 914DA503A50495C3AC6CE2D08353219A
*/
public class AnnotationFilter extends ViewerFilter {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -45,8 +44,6 @@ import org.fortiss.tooling.base.ui.widget.ExtendedCCombo;
* Widget to set content filters for the {@link GenericAnnotationView}.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 95C93E54136C6CDFFD563CE13BDBFC24
*/
public class AnnotationFilterWidget extends Composite {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -30,8 +29,6 @@ import org.eclipse.swt.widgets.Text;
* keyboard and mouse events.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 2D9D76B771B3E300496882293B6B8086
*/
public abstract class TextFocusListener implements Listener {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: 0AF5D8B996639FFB6D63F2B9EE9F9853
@ConQAT.Rating GREEN Hash: 0AF5D8B996639FFB6D63F2B9EE9F9853
-->
<body>
Column and row filters and filter configuration widget for JFace TableViewer based generic annotation view.
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: D152F21749D4A9E3397813FA7ECAFE65
@ConQAT.Rating GREEN Hash: D152F21749D4A9E3397813FA7ECAFE65
-->
<body>
JFace TableViewer based generic annotation view.
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: 20DBDBC5B7795C4EC225D7634F0ED81E
@ConQAT.Rating GREEN Hash: 20DBDBC5B7795C4EC225D7634F0ED81E
-->
<body>
Interface and abstract base class for annotation views.
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 ForTISS GmbH |
| |
......@@ -39,8 +38,6 @@ import org.fortiss.tooling.kernel.model.constraints.IConstraintInstanceContainer
* {@link IElementCompositor} implementation for the {@link IProjectRootElement} s.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 2B28109388AFBA9BD76115553B319767
*/
public class ConstraintBasedProcessCompositor<CBP extends IConstraintBasedProcess> implements
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -30,8 +29,6 @@ import org.eclipse.swt.widgets.Table;
* Base class configuring default table viewer.
*
* @author ratiu
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 9BD7A35B68F2A0C579302785D426E260
*/
public abstract class TableContentProviderBase implements IStructuredContentProvider {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: D9D323B2BF3DF761682FF2386477DE42
@ConQAT.Rating GREEN Hash: D9D323B2BF3DF761682FF2386477DE42
-->
<body>
Package for base implementation of content providers.
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -47,8 +46,6 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* </p>
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 342349F8E8E7DF7376D278BEAD988D5B
*/
public abstract class AbstractDecoratedStyledTextCellDatabindingEditingSupport extends
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment