From 8dcfdf9b8df4e8b085bab579ca4354c4b7082400 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 17 Jun 2012 20:34:50 +0200 Subject: [PATCH] Added license headers --- README.md | 17 +++++++++++++---- .../txviewer/database/text/Activator.groovy | 10 ++++++++++ .../txviewer/database/text/TrAttrType.groovy | 10 ++++++++++ .../database/text/TrAttrTypeFactory.groovy | 10 ++++++++++ .../txviewer/database/text/TrAttribute.groovy | 10 ++++++++++ .../txviewer/database/text/TrGenerator.groovy | 10 ++++++++++ .../txviewer/database/text/TrHierNode.groovy | 10 ++++++++++ .../txviewer/database/text/TrStream.groovy | 10 ++++++++++ .../txviewer/database/text/TrTextDb.groovy | 10 ++++++++++ .../txviewer/database/text/Transaction.groovy | 11 +++++++++++ .../itjw/txviewer/database/EventTime.class | Bin 2349 -> 2349 bytes .../database/InputFormatException.class | Bin 406 -> 406 bytes .../itjw/txviewer/database/RelationType.class | Bin 1284 -> 1284 bytes .../com/itjw/txviewer/database/EventTime.java | 10 ++++++++++ .../itjw/txviewer/database/ITrAttrType.java | 10 ++++++++++ .../itjw/txviewer/database/ITrAttribute.java | 10 ++++++++++ .../src/com/itjw/txviewer/database/ITrDb.java | 10 ++++++++++ .../itjw/txviewer/database/ITrGenerator.java | 11 ++++++++++- .../itjw/txviewer/database/ITrHierNode.java | 10 ++++++++++ .../com/itjw/txviewer/database/ITrStream.java | 10 ++++++++++ .../itjw/txviewer/database/ITransaction.java | 10 ++++++++++ .../database/InputFormatException.java | 10 ++++++++++ .../itjw/txviewer/database/RelationType.java | 10 ++++++++++ .../txviewer/graph/TrHierNodeSelection.class | Bin 2088 -> 2088 bytes .../txviewer/graph/TransactionSelection.class | Bin 2651 -> 2651 bytes .../itjw/txviewer/graph/TxEditorPart$1.class | Bin 1036 -> 1036 bytes .../itjw/txviewer/graph/TxEditorPart.class | Bin 7137 -> 7137 bytes .../itjw/txviewer/graph/TxEditorPlugin.class | Bin 3710 -> 3710 bytes .../itjw/txviewer/graph/TxOutlinePage$1.class | Bin 948 -> 948 bytes .../itjw/txviewer/graph/TxOutlinePage.class | Bin 6376 -> 6376 bytes .../txviewer/graph/actions/AddToWave.class | Bin 482 -> 482 bytes .../graph/actions/TxActionFactory$1.class | Bin 3082 -> 3082 bytes .../graph/actions/TxActionFactory$2.class | Bin 2300 -> 2300 bytes .../graph/actions/TxActionFactory.class | Bin 2607 -> 2607 bytes .../txviewer/graph/data/ITrDbFacade.class | Bin 3933 -> 3933 bytes .../graph/data/ITrHierNodeFacade.class | Bin 4473 -> 4473 bytes .../txviewer/graph/data/ITrStreamFacade.class | Bin 3855 -> 3855 bytes .../graph/data/ITransactionFacade.class | Bin 2087 -> 2087 bytes .../graph/data/ITransactionProperties.class | Bin 3910 -> 3910 bytes .../txviewer/graph/ui/swt/ListPane$1.class | Bin 858 -> 858 bytes .../txviewer/graph/ui/swt/ListPane$2.class | Bin 1058 -> 1058 bytes .../itjw/txviewer/graph/ui/swt/ListPane.class | Bin 8072 -> 8072 bytes .../txviewer/graph/ui/swt/NameListPane.class | Bin 947 -> 947 bytes .../graph/ui/swt/SWTImageCanvas$1.class | Bin 863 -> 863 bytes .../graph/ui/swt/SWTImageCanvas$2.class | Bin 1046 -> 1046 bytes .../graph/ui/swt/SWTImageCanvas$3.class | Bin 1069 -> 1069 bytes .../graph/ui/swt/SWTImageCanvas$4.class | Bin 1069 -> 1069 bytes .../graph/ui/swt/SWTImageCanvas.class | Bin 9430 -> 9430 bytes .../txviewer/graph/ui/swt/TxDisplay$1.class | Bin 2098 -> 2098 bytes .../txviewer/graph/ui/swt/TxDisplay$2.class | Bin 1455 -> 1455 bytes .../txviewer/graph/ui/swt/TxDisplay$3.class | Bin 1455 -> 1455 bytes .../txviewer/graph/ui/swt/TxDisplay$4.class | Bin 1303 -> 1303 bytes .../txviewer/graph/ui/swt/TxDisplay$5.class | Bin 906 -> 906 bytes .../txviewer/graph/ui/swt/TxDisplay.class | Bin 7649 -> 7649 bytes .../txviewer/graph/ui/swt/ValueListPane.class | Bin 1322 -> 1322 bytes .../graph/ui/swt/WaveImageCanvas.class | Bin 10440 -> 10440 bytes .../com/itjw/txviewer/graph/util/Pair.class | Bin 2138 -> 2138 bytes .../graph/views/SelectionPropertiesView.class | Bin 840 -> 840 bytes .../graph/views/SelectionTableView$1.class | Bin 989 -> 989 bytes .../graph/views/SelectionTableView.class | Bin 4562 -> 4562 bytes .../txviewer/graph/views/TxDbView$1.class | Bin 910 -> 910 bytes .../txviewer/graph/views/TxDbView$2.class | Bin 759 -> 759 bytes .../txviewer/graph/views/TxDbView$3.class | Bin 759 -> 759 bytes .../txviewer/graph/views/TxDbView$4.class | Bin 1431 -> 1431 bytes .../txviewer/graph/views/TxDbView$5.class | Bin 976 -> 976 bytes .../graph/views/TxDbView$NameSorter.class | Bin 562 -> 562 bytes .../graph/views/TxDbView$TreeObject.class | Bin 1424 -> 1424 bytes .../graph/views/TxDbView$TreeParent.class | Bin 1727 -> 1727 bytes .../views/TxDbView$ViewContentProvider.class | Bin 2829 -> 2829 bytes .../views/TxDbView$ViewLabelProvider.class | Bin 1464 -> 1464 bytes .../itjw/txviewer/graph/views/TxDbView.class | Bin 7037 -> 7037 bytes .../provider/TxDbTreeContentProvider.class | Bin 1673 -> 1673 bytes .../provider/TxDbTreeLabelProvider.class | Bin 2180 -> 2180 bytes .../views/sections/AttributeProperty$1.class | Bin 3890 -> 3890 bytes .../views/sections/AttributeProperty$2.class | Bin 2548 -> 2548 bytes .../views/sections/AttributeProperty$3.class | Bin 1684 -> 1684 bytes .../views/sections/AttributeProperty.class | Bin 6955 -> 6955 bytes .../views/sections/RelatedProperty$1.class | Bin 3702 -> 3702 bytes .../views/sections/RelatedProperty$2.class | Bin 1947 -> 1947 bytes .../views/sections/RelatedProperty$3.class | Bin 1113 -> 1113 bytes .../views/sections/RelatedProperty.class | Bin 8262 -> 8262 bytes .../txviewer/graph/TrHierNodeSelection.java | 10 ++++++++++ .../txviewer/graph/TransactionSelection.java | 10 ++++++++++ .../com/itjw/txviewer/graph/TxEditorPart.java | 10 ++++++++++ .../itjw/txviewer/graph/TxEditorPlugin.java | 10 ++++++++++ .../itjw/txviewer/graph/TxOutlinePage.java | 10 ++++++++++ .../txviewer/graph/actions/AddToWave.java | 10 ++++++++++ .../graph/actions/TxActionFactory.java | 10 ++++++++++ .../itjw/txviewer/graph/data/ITrDbFacade.java | 10 ++++++++++ .../graph/data/ITrHierNodeFacade.java | 10 ++++++++++ .../txviewer/graph/data/ITrStreamFacade.java | 10 ++++++++++ .../graph/data/ITransactionFacade.java | 10 ++++++++++ .../graph/data/ITransactionProperties.java | 10 ++++++++++ .../itjw/txviewer/graph/ui/swt/ListPane.java | 10 ++++++++++ .../txviewer/graph/ui/swt/NameListPane.java | 10 ++++++++++ .../txviewer/graph/ui/swt/SWTImageCanvas.java | 10 ++++++++++ .../itjw/txviewer/graph/ui/swt/TxDisplay.java | 10 ++++++++++ .../txviewer/graph/ui/swt/ValueListPane.java | 10 ++++++++++ .../graph/ui/swt/WaveImageCanvas.java | 10 ++++++++++ .../com/itjw/txviewer/graph/util/Pair.java | 10 ++++++++++ .../graph/views/SelectionPropertiesView.java | 10 ++++++++++ .../graph/views/SelectionTableView.java | 10 ++++++++++ .../itjw/txviewer/graph/views/TxDbView.java | 10 ++++++++++ .../provider/TxDbTreeContentProvider.java | 10 ++++++++++ .../views/provider/TxDbTreeLabelProvider.java | 10 ++++++++++ .../views/sections/AttributeProperty.java | 10 ++++++++++ .../graph/views/sections/RelatedProperty.java | 10 ++++++++++ 107 files changed, 464 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 485f917..203d526 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ txviewer ======== -A set of eclipse plugins to show transaction logs created by the SystemC +TxViewer is composed of a set of eclipse plugins to show transaction streams created by the SystemC Verification Library (SCV). For further description of the SCV please refer to -http://www.accellera.org/activities/committees/systemc-verification +http://www.accellera.org/activities/committees/systemc-verification. + +The viewer is in early alpha stage and not yet ready for production use! The plugins are structured as follows: - com.itjw.txviewer.database @@ -17,6 +19,13 @@ The plugins are structured as follows: - com.itjw.txviewer.feature the feature combining the plugins above into a somhow usable form -To build the plugins the Eclipse SDK or PDE use used. In both cases the Groovy +To build the plugins the Eclipse SDK or PDE can be used. In both cases the Groovy eclipse plugin (http://groovy.codehaus.org/Eclipse+Plugin or Market) has to be -installed. \ No newline at end of file +installed. + +TODO +==== +- refactor the graphical viewer +- add means for testing and tests +- additional analysis means +- VCD reader \ No newline at end of file diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Activator.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Activator.groovy index 5ae8b1a..fa88304 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Activator.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Activator.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text; import org.osgi.framework.BundleActivator; diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrType.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrType.groovy index 0dfb150..c2d41b8 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrType.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrType.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text import com.itjw.txviewer.database.ITrAttrType; diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrTypeFactory.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrTypeFactory.groovy index 1133206..9e5b836 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrTypeFactory.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttrTypeFactory.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text import com.itjw.txviewer.database.ITrAttrType diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttribute.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttribute.groovy index 6dddab1..08c0710 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttribute.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrAttribute.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text import com.itjw.txviewer.database.ITrAttribute diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrGenerator.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrGenerator.groovy index 4471602..9d04c9c 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrGenerator.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrGenerator.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text import java.util.ArrayList; diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrHierNode.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrHierNode.groovy index 8ae68d1..ed04389 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrHierNode.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrHierNode.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text; import java.beans.PropertyChangeListener; diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrStream.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrStream.groovy index f74944a..c223d83 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrStream.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrStream.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text import java.beans.PropertyChangeListener; diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrTextDb.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrTextDb.groovy index ff6f537..3a0c39a 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrTextDb.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/TrTextDb.groovy @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text; import java.io.InputStream; diff --git a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Transaction.groovy b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Transaction.groovy index 0a24336..9d0ea30 100644 --- a/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Transaction.groovy +++ b/com.itjw.txviewer.database.text/src/com/itjw/txviewer/database/text/Transaction.groovy @@ -1,4 +1,15 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database.text + import java.util.Set import com.itjw.txviewer.database.* import org.eclipse.ui.views.properties.IPropertyDescriptor diff --git a/com.itjw.txviewer.database/bin/com/itjw/txviewer/database/EventTime.class b/com.itjw.txviewer.database/bin/com/itjw/txviewer/database/EventTime.class index 1b5427a2cebb626c472c01d4eab83af8178d4e95..996c14db9974525c9b7b53d9f437ab6798a81013 100644 GIT binary patch delta 121 zcmZ20v{qh($ delta 13 UcmbQnJdJrnB_kvA{ diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttrType.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttrType.java index 2245055..e509ee4 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttrType.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttrType.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; public interface ITrAttrType { diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttribute.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttribute.java index 4112744..20d6f6b 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttribute.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrAttribute.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; public interface ITrAttribute extends ITrAttrType { diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrDb.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrDb.java index c9adade..de6813a 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrDb.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrDb.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; import java.io.InputStream; diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrGenerator.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrGenerator.java index adb52f8..3d9a498 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrGenerator.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrGenerator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; import java.util.List; @@ -6,6 +16,5 @@ public interface ITrGenerator { public Long getId(); public ITrStream getStream(); public String getName(); -// public Boolean isActive(); public List getTransactions(); } diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrHierNode.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrHierNode.java index fca7e85..0ee79a3 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrHierNode.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrHierNode.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; import java.beans.PropertyChangeListener; diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrStream.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrStream.java index f41d4b9..682b3a7 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrStream.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrStream.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; import java.util.List; diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITransaction.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITransaction.java index 7ff6e48..dd9d892 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITransaction.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITransaction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; import java.util.List; diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/InputFormatException.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/InputFormatException.java index 26dbcf3..41a8ff4 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/InputFormatException.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/InputFormatException.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; public class InputFormatException extends Exception { diff --git a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/RelationType.java b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/RelationType.java index 28cbd39..aa7a572 100644 --- a/com.itjw.txviewer.database/src/com/itjw/txviewer/database/RelationType.java +++ b/com.itjw.txviewer.database/src/com/itjw/txviewer/database/RelationType.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.database; public enum RelationType { diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TrHierNodeSelection.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TrHierNodeSelection.class index f153fed80eb7207407b1433c7e15dc61ea28fca6..d87fe455a7934795f19918a95a5c076536b43e67 100644 GIT binary patch delta 103 zcmZ1>utH!1FDtJE0}F!~13!Z#gA{|*WGU7ZUKyx}EKo#layM%{t0Dt8gVN;ptf8!` yK$aSiB|bTU&4*EI@>(`;M*Yb@**qCdCOfk`GFnb<1(NoYkF&clx=iNbkO2U(7Zn=- delta 107 zcmZ1>utH!1FDow}0}BHW13wT-F$heSVol){f{F+OMMNfdv&OTEGjKCVOn%QA$|?dfW|Mya=?Uy+jHZ*1v%4@_P3GZ{0RRM_ B7Wx1H diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TransactionSelection.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TransactionSelection.class index f4dc208d79837d9231af8ec793585a037e3bd332..73219a87e10551ecd8f64ce773c563613052045a 100644 GIT binary patch delta 129 zcmcaDa$96W1{<#=0}F#V13!Zl5K2!jWlQ0eg^I`lMdT+xW2+Tago-EuMU)xj7*rTE z8B`}%u;;UCFmN+yPJY84%Bllo=}vazNM8rqt4`?9G;U`a_~&{<20N614vH* T(oURWlkafqGdfJ>;qnIn(?c4> diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TxEditorPart$1.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TxEditorPart$1.class index 050f0000ae5510bee90cc87dc5c6db054cfaea61..3d7b2c722fe86e982d9866ec427f5558b39bce46 100644 GIT binary patch delta 33 ncmeC-=;7Gl$jsTKsZ&+nZ4a=~0Mec@A^kcVb?5uzL4s_vi=9k4Kf00z;3 zA+%zcoYGA7Bos_D=W-iCJ)#I9hJMU48^;*tFphalVSxhre(@4KSVj>N(6B;TJxoa{ zsZv&mHR_aMu})s8(}{Gn4di2!|0bbh3uV}*Kk2GFD8MdCut%B_GC2lh`)&Hw-a delta 297 zcmWNL%PWLo6vm&oe9S9MpYgr(U5cGz&|optNKH)UVndp7XC}t1rljoL7Fb~6*rC{1 zP;zOgF-0gA-@jln3x9*HvpGG_IluGtR6>=|-Mvo+QH5@J(Mu)Yx)DY#24EwG0OIID z0)t3Ww5i-S0SzhU(tMpn7p9n-#u(->j(JuKn86~?ECq~{`ek^KLmgJ2BTudo5e4$9 zKCwn4DnboP(S?fY8>q%6XKum3Hkz?Re<~w)QG-1+VxKbplssT}$nJ>V{lnszJZ4g! za+fo1dQP+EsJNsXvtL}%uQ?>Hsoe^TTgq8W`U8JHLZOIOJfRcM^kc2c5?b)Wn=+;C fg7(VH8@YB&`(X7+wiDOBxcfKdorG|y=yd!8KP5>c diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TxEditorPlugin.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/TxEditorPlugin.class index ee18b660d4205af5573be9071b8011340a49807d..99bdb466cb70507dd03f6cee97bb4b9572104152 100644 GIT binary patch delta 175 zcmWNLu?j(P7{z~A{=;=IWst$OC<7LSG7u62CMlB`7=$DtgTa7o^1TDA=a3ihGV(2_ zb2_JU&d>XKuS>wr;U|wxL2iM0q=ccYs)9$AI5iT~CG5=Ymgd^(bmZ(bte$+Fp&624 zBw2T0#zdLO-F+vgWSME>f+9;wth8rMmkncfY}s?-Aje?eI?6X#HYZ&?ODxokUr7Nj PmZBl84^aM4^zr-yTfQOj delta 175 zcmWNLKMO%&9EG1N?{M8q8DwxR%78`wD+lpYI3paMpHi4P_;?W zk)%CPJ%aS*Zoi{Ll8neOrofaEGb+q!v0%cAEo;tfAnNCd5*=DZ zmf#h15z#W}F6J^ioYf02&wJu*oc$8p_#|1t5J=blUd~~WXP5%x6q%;PJgWqhSz?_P zHrUkLXN!<+B6exA#{(64n>?}()T+vWQ%W34*=bBgs+};(DK<5g&d6}C?uGn0{h2F< zxMqU7?leeq!=h?ywAkTRo>Mh*#~AmdcofS$Hct%FW`vH^-HLh9B>Ls6{JJgYU6;Dr U{=nmtS$g>NCG?`irTlnv|2Rr8wEzGB delta 237 zcmWNL%}N4c6owzep*|H0rg0`gf~aT_;Z#Znr5Oc+kkF=u(4Qew_OoehmPHGrO?CoMR-=#bjJ_!~XWtl7m?TX}C(JQgW zDmBXNQlZHP0h`>g#U0!7KHjo+l+}6m$1taBoN&Sx%Q zgj2>iQ%{FE&ROC@sh8BblBZ0^grw<`Ari}Nn_Gs}l;mEn-G=FDdeAQ)<=2gzzM7tO VEqJ^z$tw%INz)5rZTa!0{sBifF0B9n diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/AddToWave.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/AddToWave.class index 87cee637d9b22933e3e80e11a17ab0c1a228a2a3..8759b402eb8793987da05866176dd980aa8fef96 100644 GIT binary patch delta 41 rcmaFF{D^tOK}JO(1~vu}24MyU1|9}RAjuBoi2`Xx1~DMX#2^j;jJgC0 delta 41 scmaFF{D^tOK}JOm1~vvR24MyU1|9}RAj!@k!XOHy85zWYBol);0E$in_5c6? diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/TxActionFactory$1.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/TxActionFactory$1.class index 34002865cdcdd82a44c9d131f0e0b3d658ffdbb4..69d5640d8b91583683b0f5caa33dcbbfacdc4cdd 100644 GIT binary patch delta 96 zcmeB@=#tp5gOkx_^G;56MqfJyVFr5!9R>#mV+KbCD+VV9F9sKeCj8MKZczQ{tOox0vVnG&3MlcGFg}VE&$Mk6@&l) delta 96 zcmeB@=#tp5gOkx{^G;56Mqd*KVFptM9R@Q7V+L~uD+UV&FCZDkV9k)oV8f8bV9QX< xV8>9)V9(IN;K0zu;K(qS!HHoNkiUt+g<&UyE5k(wcZO#`Gu|_JP1fbU3jnKp6tVyS diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/TxActionFactory$2.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/TxActionFactory$2.class index e2ae0c6c1fb310982b707e92a8a77b27f5f6f72d..c201a3c1b1d4a917e4c77af7079e3e78cadd660d 100644 GIT binary patch delta 59 zcmew(_(yO<3p-=%hobcQsB42D9W Md=*31yF NK=~?$gvkjUa{$WQ4gCNB diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/TxActionFactory.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/actions/TxActionFactory.class index 0ba142af7728ee3daa501ad688185b9cc01228d9..98c90799454270c00ddd3b1effbc7089d34449aa 100644 GIT binary patch delta 97 zcmZ24vR-7vOm;?<$+OtKS=AW?7&IooVxJ?a!=S>T$6&}{z+lH<#Nf?f!Vtk=#*o5b zF?l{mt)LA94?`G(5JNbFDo|XTA#$=V=TyO11}=sipb5DQ$_#l7nhg1qFLTBK0QBJ# AlK=n! delta 97 zcmZ24vR-7vOm;@8$+OtKS!Edn8003uVxJ?a#GnF%h74*9b_^N}-V9m{5ezyEDGYj( y=X2Bw8Zq!N_%H}D_%f(6_%UcR_)pg5oGKX1z{QXRG$ENm8K_c|A$9U)&KLmE1ro~u diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/data/ITrDbFacade.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/data/ITrDbFacade.class index 929466847d58229be7acb47f148caeeebcce21cc..e5df8e934668d7865cf6f2b42021588fe0a6cf5f 100644 GIT binary patch delta 143 zcmWN|s|vzU9KhkU3CkOHkuBGE&)B7^obZqlMw;GBB!-r_i*%8c(gA}~e_`+wn@GHcS1=hQ-{vX$A~uVm@8WJJ zIp>t7G{x61t_#h8Dl^QT%F(Jso6IwakYAaM?%7DSPVg#@v%KrPsaQ*0b!@#%)f z4Omp-2HcCQ=+3vWe4ppd)5tgSUt^vh(@d6-KGO8dg12J}|71YPAYBZ}x3?khCL=jB zoEV{2JS!@SOW&YZU~qvInSMrmd-8{e^@)O;w4&7hPbDT>UDYzEn|QICIN zf&2mg#jlv1XJL6?cU@iGq?>#$`N0UiWQiCh$CzyT2X6eIOemRTm_)w)J#R*gT~8Gm zpd{P2CTW|OFWZUdNHfng3lv#ojb&=OcUhHc@DWthRmDYW0(BM8~OTr7!Xx WHOwosK%O4iaXFcC1@BENuKWkFax9ww diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/data/ITrStreamFacade.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/data/ITrStreamFacade.class index a7b8ba6fbb8055d3f0853f8f8ef900814e8da28d..fc40d4c4983d485ec23acb97c934d3b251ebbac7 100644 GIT binary patch delta 165 zcmeB|>zCV*!^J2!IhV_pRf&O>L3#3eE)P~U1~vxu$$z*)8MP-X@Q6-M=hk5~0JBzd z>rBq%5u5y)+hp=;AZ^NH!sq~&sprvQbOo~x^5n~UF|aduGw?9@GDtA^F~~9aGZ-)g zFgP;=GI%fqPxj?4=Zs+BWQb&tW{94Ame-##VX`crEo%zU1*wzc`TQ6&C$HnPV$7ZV Hl1~i)v+^dt delta 161 zcmeB|>zCV*!^J2vIhV_pRf2()L2~kXE)P~21~vxS$$z*)85Jih@Q6-M=hk6V1G82F zSvp|WYi<)pLmOoJ$@M%sljV8DCLiRyZ`_I diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/data/ITransactionFacade.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/data/ITransactionFacade.class index e4a7f5b1205d378e4a0c2b352364e0dffe4aaf50..481922f3bbc21422998b1893e0fc3b67238ee0be 100644 GIT binary patch delta 101 zcmZ23uv}n6BrB&Z0}F#311E$0`s48-S{iAYj%`p7X17E+Q$ncaZ*CTx_!Y;gldtJyVp zdzNSU|6cx=|Msz21DFV6B_zMLiipUl{i4UP5Jw|{mm~pnBBV&G706H|OM@H+dB)V( zP`?XDQB<3XY2l`gj}BqF3NTdCqeP!71DXt(Fk-2~9aE0XI5X$Uf`|G~mh$BMnO90$ R%Y$nyw({*Ni@o${$v??=A@%?O delta 178 zcmX>mcT8@>Z7xo61{MYh22KXa$xpbP8D%GHaIY{_Vqj-bX5eQ~Wsqi2V^CyJ2SN=7 zV+KtIO9m|ldj@R=9|j$UUqVk8R92PF*^VNW=sbN delta 23 fcmcb`c8hJpRVK!u$=8_dSwk4u8A2yZF*^VNWhw^h diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/ListPane$2.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/ListPane$2.class index e5318d187bffb7dae0eedc025f03baa29bc0196c..af57823962ed46e526d79da206557b6b52cc4630 100644 GIT binary patch delta 23 fcmZ3)v4~^CG-k%6$E6gGiXXemQwqZsYp-K_mRmC|rtZ|sbrVhdKw~^Sg zCBuyyyWOo1z$b7)vP7gGKz8H3d6VbOljr$8QE$|H7Pc>z@rYtXv{ delta 384 zcmWNNSt|r^6vcm6jT(|hk+BTfl67QXGIqk)9+(o@v+uI6g|Wv!%JvDo@aokE;1hVD zlr$eeUfh>k_jKy~&hfguuE*i<%~bqJ#zq=;(s7VMJejIE^=6SnHZHw&+*85>r97+ig)-hK=bZ|EsN|O_@uOM-sF6@=C6+pIQZL0cNI8vC8;4um zG)X(n(o2hs&?+;u$rc^5k4FsM#%g~G?In;t!su7T0Yw~Cup#qm_hpR`$0!MkzvrP{><}dQY zx~r}|oo3&BMQz&-v2a8%$Lc-N#8a~reQY^bx(n0kh&D+Mr{z+=EBzL2*937x2)CMW QqZ8hlPsfTJnC_UAf7Sj_H~;_u diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/NameListPane.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/NameListPane.class index b29dd7fbf5eeb1918c57d586d52331b785a1acdd..f5edf1955c5995883fc0f7140794a62f1e9654e6 100644 GIT binary patch delta 53 zcmdnYzL|Z)A0}221~vxK$&AbajFOXsm|bM$7`Pc27Mfh04K<^|G>4Dvvdi9rDX D{^$lZ delta 53 zcmdnYzL|Z)A0}2V1~vxn$&AbajQo>>m|bK=7`Pc27Mfh04K<^|G>4Dvvdi9rDX D`3wdP diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas$1.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas$1.class index 7ca9218ae7e92b3c255313fe1adc21ce583bcac8..a04f3a9e42c407b73fd07b4faa9a74e9997be877 100644 GIT binary patch delta 23 fcmcc5cAss-Eha{T$+wy8S&bOj8H^{(GdlnPV%7$o delta 23 fcmcc5cAss-Eha{_$+wy8Sv45g88j!$GdlnPVYCK+ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas$2.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas$2.class index ab59e2af7d0f65498e10b42481fbdede4e1a96cb..0c4fc35a77c629e714d88b05bcbaaea3a7c13ec1 100644 GIT binary patch delta 23 ecmbQnF^ywGFEgX*mF6W(Gw7 delta 23 ecmbQnF^ywGFEgX|mF5Lv6f@QLT1Lo$%~lXSc@6>7)mC;Wp)4nUJVCq delta 23 fcmZ3>v6f@QLT1MF$%~lXSTh;;7_uh6Wp)4nTv6f@QLT1K_$%~lXSgRQL7^)|~Wp)4nUf2hL delta 23 fcmZ3>v6f@QLT1Li$%~lXSPK~V7z!u9Wp)4nUA6~f diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas.class index e687a665d13bd7a93b3764221bee9dd93ae523b4..8f9b27a89035bf1e51cf095a0822be955fbe2ba0 100644 GIT binary patch delta 812 zcmW-fS8R=87{`B4Ld}DoI;ZF0XwOlzbx=WKlnOOF?9o{=zZn4uvq>=FOSmwfr&|MPpF|1-YI0hI&FPI|*pVo0PeVZ0;}q8$<16QvVf z^`z0wReG1irV~qV0`#FZeHHIlJ}EA0`Gcs=U|r6{N0!3bx|lA+2GFjcZD{K*eYV1i0vYFh;Sl` zMU;q0b_e1!J-g(xTP}O3&t5kn5bqiU`grzBJs`DI>OrYFcEp_s460Q|J&qH{2^SO0 zwv*)}gDzF3kZ(M)7#^FKCl=wUb>NwG;kjk-!bb4Ya(QJ78}Y_g^47NS z-b(mjrBvA=KH5<}l~*+GVa>m25MODaY(Bng=RdTtpLFII>HO9z|ER9NE;Y2To>il! zRVPlS@m9k<3C;4wQP&z0Fdq@~)5_vWv4AURx--~RYyuuj6dNW%1-7(ibhac{k&xx` z5^{rWL?nwy5z$seR75)w?L}M;byenW#9DX4)!##tQR9J-4%sX-Mhp^A^mBV zDJn};wx}FYLqrV~HB8h-Paa;&CurkHwF2jl9QI9@GDFHtI@m0!v*kI*-HufG7Af0e jqPB!ITgrG_MxhnCJIzMhK$nu#(U!aMdT(;YNxlC8pG3K| delta 812 zcmWNPYi!PE7{-712c?I%)0g*DUhVs8v1m$Pv|=Olq(w1Z$5st>{Gw9lvnGU^B@TJ2 zmI?aB`3ozOZN%oZgG1`{3Tb7wNhGQaiG(e2<)1wH=emE-b3fO0Kk@Q-`N=chNEQkB zNg;rjbi!m4WdOMhW)wpiL!OI!*QXVb#z=zFKIRkYqg&_p%C(wtbfZw4i||pba)~yU zQl{@S%9+6g<}itRDrjUfO-$iCrqZJ7Nv3gG|G!enb*hLnokx7h-+aYWs_CT0b@e`F zwXVgtI5b~<7Lde3U3C$Cs3VibS7^v{kh;g1zxuCdymi=F- z;i4>EVzpvuoeN2pDBn=dh%QY>mtGn4eTZP>M)L1 z8r5sv>y3+r_owns=zID5Pfz22*AcGsC6Z!E1TC4Ur7*}m$^Tg*d3_kT8GISU82lI%8T==wvU&jkoD2vp diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/TxDisplay$4.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/TxDisplay$4.class index 0056c9e3dbb0ecb873f09ec6a8ff6fed88f3d5df..53a01fff241738eac8b4188d6a6087a97831cf93 100644 GIT binary patch delta 31 mcmbQvHJxii8Vh6ehIj@=hJ?vyS-b#$^9P3j delta 31 mcmbQvHJxii8Vh6Ki7 diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/TxDisplay$5.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/TxDisplay$5.class index 40bf5ecbd808cc57e8e4f3722127c8117c010a07..407c4ce17dfab0f264fb54b1c82534e8ff4f9877 100644 GIT binary patch delta 23 ecmeBT?_%G;!_2s5GB2|e>v{$*h7FTLn9Tr6bOr(d delta 23 ecmeBT?_%G;!_2s7GB2|e>rw_ThGmmOn9Tr5QU&Ay diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/TxDisplay.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/ui/swt/TxDisplay.class index 9814d05eb6e9825f2a3c4949ed69cc949a083ff6..442991ad57b21b0c28467a4c3300c25b6b518e2d 100644 GIT binary patch delta 305 zcmWNM%`3wJ9L7JtG9=MLd;6^&NUbQ_SZ2&D7pon-T$qc}gL=Yxb<#^014J01n>0~o z>0y%?$0W!z#0yE@8Rwe`ewgHslmTh^v~3yFGHg#;XQ)zF9dnq>Ywm))*`t<4%2|>M zN4|NPN>-?06%T7Puuc;j1hgf>HgR_7XO~g-wBfIb{{fI8pB@PR?lL zTwa}V%Z2Kfs(Zxey7FG@PfmB;;N=z{1%ljZZh=AW8RLNrkJ|h!zpk9&m#i5ug7RVd Tm8EXK(Iz3KPcq6D$+~0zpn^y8 delta 305 zcmWNM%`3wJ9L7Jt@8ajwLz_`>B6=y>}c~Yv+T>4Gie@a_E?5pDO-jzPBeRpi!%b8%d0D9 zit3lD`y}kn2d~s~t-o#va;vYh`r=M|vy5|3f;?#+*yBll-H%42?*WNwx~M(N41EG~=+lNYhLa;h+}GpI7~GN?`dz+wdezb*)l delta 43 zcmZ3*wTf#48w)EB0~-VHWNwx~M#0IkEG~>T8qC zFpm3e&WObfr)e=Pvtj%Verf#b{o7~H=kAB7Kp^#cr3MVFa8qcS~xJF-&I) zA-v2ZKrUhCQ^11wA9t5+2xG|;oX-RnF^k2_)n^_{Sgu+bOR1rd!z`mol~z{J#!Ajo zL?^4bLNPZfp@-GWjAf1Su+{`vXDV24s@Y%~sW34%ngpB7&ul8q zU#jeIHrr&PHkGY5lWOau#O6?AbJ=F|*lr7`wT0}6hb9eJ-%ducOSX2C#vVNEm9>4$ zVLw3*$lf8M+PIb@jz9giuTFHm=wqTAL?0L3D7r~>v*;6|Pl|389dL>~&AwAov`KNA z@tk3*+|JNDn{(vQt^hlva;W6I^UpJwc0qI}sj@o-{4r1g|ra z8)_C~w&GgIEseZQ6?e4iUFx_;3-={{z(XF9Q0*H}oVtwO^rsBr8KddeI?rX`g*tTW zemx5MCFQ(wwq(Xq-Y}H6B=JsELUVeV%zI~|_gYFnBlw`}e`F?~@bg87`|1pM>&sCMS4MrTb&T< zS~4P`b(sg3MqDzaJdlid;Ggi)@M`7v@;f`<+H3E%hhjsqXSH6BpHT!{+}o91zyxOK zn~k42gb7i`Tq-F{{_*zOlf_u(2`*s@5drh{Dy5tStWYh^LUyo-R*5=P?WThBEannR zxUMF5S;|AI7-Sh=spdP&`6cBrH71jlW+GAJW0eV0YZ_Q>nptDosWS=UCPlsZ9b%pN z%X&MS4K|Y+o6Sa>PlF9oWsBKlOWAD8*kPI_(IG`A zlj&k6rzp^Wh|?5vM(K1*b(TiXxqrUloC~5aGD(@_ahV`JO3lgXsybgwX3VNEB{vvL zubSOd^0yS{ZCT!-N%6ICPv(8Hxi8`Y10+bP_LE1hE$>tAV@B|V@$_q)0WI)U9r|^g z=frqHJxRAUKaus4k-Q><*P`CYXOQW4JPCX?T?g|k{PurgRq7T^${ ZoWLH;Xaf{epM0C$fYkvg?g$k30su`>7rp=h delta 127 zcmca5a7$o=9}6!B0}BHu5OOi_F>p_gW|_~)#~{qW&!EO2IGLICoT?ZDJA*g_4}&C- zlwwe2kY+GukYTW6kY(^;kYk8tkYI>oP@MdYbv~ooDDN11`WUF5$lhW@~46;C3wj ze94=9%ky==?mMdqhXh3o9BFBvN{teAsx(xa^l9PICZIz^mkm7*47fAo!APd{r|?KI zA%`zxeJcWVrWBY-+lcLu40H7sN{y7aV$7PQa&~Gr_VQ==$)gfZ(lum-OhC7q}m>mF5hX#iL delta 23 ecmeBU?_=MqQ0*hD($Em>mF4Wd>;g diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$2.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$2.class index 67f7c4bde9a9f125fb8d84c01935d276e25b9f72..d09631a988bc188ed1185d6d8e76f8053a11c8ee 100644 GIT binary patch delta 29 jcmey)`ki${B@+`P!{mcZ!jt=$blDi07&sZ3fm|~Hh6x9P delta 29 kcmey)`ki${B@+|Fx5)>YgeUhg>9R5WVBlo<3FMjq0H%-%VE_OC diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$3.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$3.class index d8ac196697e3fc37618ca5b0773867db9e9d3e2e..49a25ca44eeb58256b775b4262fd556fbee946e2 100644 GIT binary patch delta 27 hcmey)`ki${6%!-Z(o diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$4.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$4.class index 15dc9fe74f3522836e935d64c5243beda3f1bcb4..fa1d8a86b40a4352d956c432ee58f890df724d11 100644 GIT binary patch delta 31 ncmbQvJ)L{Q4Hib>$v0Wjc|{qx8O0bx8O0g&86_tBvU&jkf8TlsrvU&jkf2Ia< diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$5.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$5.class index b1cfb91ecace92b25af56689414181349c06c07f..ec987b536631c59f094c86d9b4483a12bd1cb289 100644 GIT binary patch delta 23 ecmcb>et~_12Q#DWWKU)%R(S?4Muo`}m>mF4Lj|4y delta 23 ecmcb>et~_12Q#DaWKU)%R#65nMzP5gm>mF3Aq9W{ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$NameSorter.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$NameSorter.class index 866675eeb033683d61f369089189afd3472ca9b1..ce37012c1157b98a723dae9885009abfa704f5cd 100644 GIT binary patch delta 13 UcmdnQvWaB_D-+|+$!ttI03ECYr2qf` delta 13 UcmdnQvWaB_D-+}T$!ttI03CV*n*aa+ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$TreeObject.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$TreeObject.class index c9c3e032ad25ec9fc08c52dfb81bda0617e06247..9d1f8afe92af870845d31df3fda9675f10979f06 100644 GIT binary patch delta 55 zcmbQhJ%M`z6APyY11Ezg10RFeWNsEWMxV(+EViuv46F>hG+&phM37cKwcb>7Z2nm0D1D0 US=h`OlP24+xiY3sZep_q0OQvVPyhe` diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$ViewContentProvider.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$ViewContentProvider.class index 9cf977e339c6ad88a2d8bea44a6497a82c1adce5..3239d4bf2dc0083bfe932a5f974ade4bf329bd58 100644 GIT binary patch delta 155 zcmeAb>lNFe&(2sp*?`@Gv0`#2dl+NYQj82Tnd}C{e2XrmNS&@Q=;Hhc`9E2`1nR1lBq;?NBc%Iqd?2V%{qucWyj*@sw38_ydf8CmsL* diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$ViewLabelProvider.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView$ViewLabelProvider.class index 75f9b42fa54d6c0c2bcd4874ed2d0cccca77beb6..fe77499b9662395e8ada77273aa1ff7500d25c58 100644 GIT binary patch delta 37 vcmV+=0NVe!3%CogxOle+{w0kD(!1YHfY00RKD015!L01W`PlVSx{|JV!{ delta 37 vcmV+=0NVe!3%CogxEle+{w0j87q1YHfO00RK3015!B01W`FlVSx{{1^+{ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/TxDbView.class index 496046e6526696e612870cb4d50bf668b1ae9dc3..e198e532b5e2efc2429822de3bc61afd0197a8de 100644 GIT binary patch delta 306 zcmWNJODlw77>2K>d}tWsGbi6SnQ|P|kTFeDs3{9gnvI35Y($!|u$Tq1@&_#5-=Qp6 zvvU~bSSW{4h759wa+vaNp1ZE=zMoR86k9ELj19`zR7KBPcncTX1lb|XF8$;fW{*+! znc;w04#{%F9LFqjqH^9P>l6oPdUZ~KD?(foAy0xEHRVe?Z?!Gp;ZFa&SC_sCXHkCU?*A9V0ZoG*3Z&zRrZ{Aly5&7U?UHCDeK6Q~vguapy%3Oc2d z9-UEfkPsJ1sbxe=#-)x)ozvnbE4CW6hKvSW(xjHHq}hr?+HgvU8fn3lcJ*MTj4rCA aTlLuk@}lPLUTIbB?eVvqoq(Q2QBU5ASV}*aB$cGIr#@1zJG^uFgK6o zIb1vxTMZ3Ec`6qspUdZ6uh;wYF2zgnm4e5Xp^P>2>{*Sj<79&{n?%{7hiwMfVTfI( z*<*%%(i||$AqyOtWACDMf}Kfwvtm$| diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/provider/TxDbTreeContentProvider.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/provider/TxDbTreeContentProvider.class index 0664a08977bfac394633681973d9f840ee99fa3f..ba199f01d8d4b779c4dd6e3aa914da80773556e6 100644 GIT binary patch delta 65 zcmeC=?d07M#=Bj;C2JI`F#{We$z%^UM*!j)4h{eS delta 65 zcmeC=?d07M#=^)sIh@6Uk#F(@76(=#1`Y<{$yZrY7{w=Bu|{&rFt9VoGKewAPoBf- V!>BU(C2JI`CIcIT)?^PhM*!6r4WIx3 diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/provider/TxDbTreeLabelProvider.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/provider/TxDbTreeLabelProvider.class index 58c2aa10d88d432c67ca88a33e8940d5a7305725..2d695fc14caf48642d1a07af36c2b8a4bfaac0fe 100644 GIT binary patch delta 117 zcmZn>Y!Tcbz$U89z``KSz|WwoJ*~BaG2^avX;m02EsidH?_b delta 117 zcmZn>Y!Tcbz$Plmz``KNz|SDXAi*HbpvWM@pv53NS(VM1Rgr<4L1}U>TMn-p10RDr zP(}kNr#blU?%VZh&Da|fnR&}?3|r5x99fkB5akhs1W0Nkq^7dyCuXOntP6^66XPjN6x8{ zp-zz}E@?=iF19JuqQf%*FN}C)Nt<6h{)AV&vBqa3i7j1r^i+(#iZf7-aEf;lKuHdu w&Pd7a2jfpS6*OXz)mrkbB0on2K4_W<`fz;kB$Ap7`ULe_q(pRSvJprKb|YDF(!V8wo(A viOUm<^GHgmQ2SQqV8|iwdT9m5heUmH%t$Bgochvlwr5PleRIl>-r84t$ZRdJ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/AttributeProperty$2.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/AttributeProperty$2.class index fbc0284a91b5495f5466ec0d9c2d4271047d986d..7a6ba3dc215fcc62e6339b50719b68e7fb345c79 100644 GIT binary patch delta 108 zcmV-y0F(dp6Z8|XH3tEzlQsu90j!g62SWj{ld1_Jlhg+*0ko0`I03hlZwDWfSO~B+ zy8sISyZ{gYy#N;gz5pBmzW^ZszyK%!!2m4)!T>Y?!vHw|!~jPC#QcDIvH%bOvj7(Wv;Z6cwE!Uiwg4yqw*V~wxBxT&xd1r;x&TK2y8vSVya0j#z5t8> O!IM1+YyriSstHOAT_5%U diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/AttributeProperty$3.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/AttributeProperty$3.class index 0b0b8c21ca998cfa186ff061693cec2f76670e91..70d5a9bbbd35c71d196a0f01aad2992324978f72 100644 GIT binary patch delta 31 ncmbQjJB4?{C053(lP|Nz@Lp%&X1Kv1#Bh^Ah2i#O8@31lvSJEF delta 31 ncmbQjJB4?{C054MlP|Nz@SbJhW;n+n#BiQLh2i348@31lufz%y diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/AttributeProperty.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/AttributeProperty.class index 71dec7a37ab55fc89e715eefe3a9fed7743c0dc7..25eaffa4fcd54e150342e0bc5a820ba04cfdea58 100644 GIT binary patch delta 314 zcmWNL&nv@m9L8U7?JLp}Ci_l)9k^g>vBR3$5H`Pm&#(M$xRHZ{a&*gcZo}QlPiMpfiy#t%oiv<_OR8vlE?8J5>t3FcklSv)<)KfwO zP8#vjq@8Ah1nAQ^LJM=WvOpUvw6jJB>vXa~7u$3brH6fbIn?Q6`iV2Z1%o6Q;)!8i zb;Adv{4y>UCM1hVDP&42oJ@;{8SxXA0J9QeSHhgiB4@J9xkR`W#g%MvEjuJ)p*)+I zxBBxP8Qhb@0|h)%s#hvWs)&8ecqW|}m9+beH_~`lPBUnHYW1a6k=itCNTmuoRq@rjXt-D2BL8)UDHexVHEcy@lE(VFN(nWL@ z8&O*wiMkn7LRj33U*6$;^5h-fh%4gS*|V6Pm?)!&aw@2a#w_=;>LP_YGN>ny28wax zpwUPZtu*7Og%LbV;$_Y-3$(F9J8N{XPA4055vH36K6Z`uK0O@LOPoFu^mE4mNd|di zh!2MOV^mCxNhSd)U|j4DCd5rpyiAFYX$cUPS&n3pm@IQFAx=bbDqEb%Hs{emu0`|< z<8y*^F3IMKe6A_shDvT#$U37vkjA5WwtBQDQb{U@?$=%ndNrs}ZR)l1uHyPq&IcNw bnE4`$Z%U1>;#UQ2^I}&AHm6jpADi|Z diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/RelatedProperty$1.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/RelatedProperty$1.class index 73f6c4acdbea74ef36e28472603c6a614d5ca761..6ed303daf917819716a0294cdaad9469bd967b72 100644 GIT binary patch delta 134 zcmew+^G#;ML@v%G22O@#1`&po$+NhwT4pe?Gh{OGF=R1_GGsI8Fyt^;G2}9MGUPG% zFyu3&Fcbh~3mHloiWn+@{3eDHhRHy6a~Uc&ui$24WUQXNn#YT^o`H>_Ve&7YY|d7o iacv9&3>}m6c*7ZcCm-XDG=@xubcRxf42B9IzlkA>VKPwNT!y^OE4Y~$84D+`=J8@JWng0{oBWF>o3k2d hTn&Q&L*3*&-f+g|$;Wu(I6Hu1oea_p-II0sJOM(1AKw4~ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/RelatedProperty$2.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/RelatedProperty$2.class index 23becc226c3105b94f9593b7f5b41e7206cd2c28..7eea5594f9a2f44863d415d687e9d04825750c6e 100644 GIT binary patch delta 73 zcmbQuKbwC;1uNr>$(5`YjI$=!u*pxp$g09PZ*m~J;$(3)ZN^2Do!KlHmjY#S1XnU} cGpu3|U|7u{!?1=ylVRQDpKRfbn}KS*06fkWzW@LL delta 73 zcmbQuKbwC;1uJ9Ug7X=; c85S@IFf3${VOYeV$*^SdPquKzl|Z##054P(Q2+n{ diff --git a/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/RelatedProperty$3.class b/com.itjw.txviewer.graph/bin/com/itjw/txviewer/graph/views/sections/RelatedProperty$3.class index c340266b02ae49364d6bb1d8ce090520aee99716..bc3c9a4c01bd50a21c12518940c59691be31c06f 100644 GIT binary patch delta 23 fcmcb~ag$@iWoE{mldmv4u`KjK&Aw9@TTUF5+$1L#T=ZS!q?9YAEG0&= zjFfGJqEIL)OLMUEUEcTUd3xV|J=>0L$NaESXUC5WBFVyrV`1DlBZl+wr+`ojiKa-| z#UxWgE~VsAre-+}RN$nN9;)c4njvZ!p^h=?kt&^{k!hNkrI|TeSfv%Wx;UeaJKA}o z6E9uDmq}q@QJ7c~aV(2ORz$XeHBrR6sKq5(*$};KN|(v2-yx7)h2uFsAXL$ delta 355 zcmWNNNhri|6vscm_#;a)mS!=-9EO8XmdTp2XHeESP!3KUl-wjI7o_yNIVt6YQMP1F z8H}P(94MDTl691$cX{vI`}W@V`+a_o-?KVyjw>XbEKA2I>xAHf(E99)ig3k6Z15)NDDq%*`nlI6_H$Pv)yCd%AGsiYxf%Wf*u4pbinRb zk6JlKl7kpL5yvwoUdWK1%d4JrY&+kD`5=~068I7i-}0It3M5DwzY^|G_ot1jT>Y4q KuXc1&dfq>YqgxXI diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TrHierNodeSelection.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TrHierNodeSelection.java index b0d42d3..72c0842 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TrHierNodeSelection.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TrHierNodeSelection.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph; import java.util.ArrayList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TransactionSelection.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TransactionSelection.java index 6680bcb..78376a4 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TransactionSelection.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TransactionSelection.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph; import java.util.ArrayList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPart.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPart.java index 56f90a9..d3cda33 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPart.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPart.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph; import java.util.LinkedList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPlugin.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPlugin.java index 2c7b22f..4364eff 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPlugin.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxEditorPlugin.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph; import java.io.File; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxOutlinePage.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxOutlinePage.java index df006cf..6166943 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxOutlinePage.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/TxOutlinePage.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph; import org.eclipse.jface.action.IMenuListener; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/AddToWave.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/AddToWave.java index 3a8e89f..932b540 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/AddToWave.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/AddToWave.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.actions; import org.eclipse.jface.action.Action; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/TxActionFactory.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/TxActionFactory.java index c11047b..1d5362a 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/TxActionFactory.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/actions/TxActionFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.actions; import java.util.LinkedList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrDbFacade.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrDbFacade.java index 757e333..18f24e7 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrDbFacade.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrDbFacade.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.data; import java.io.InputStream; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrHierNodeFacade.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrHierNodeFacade.java index 83a994a..75f3930 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrHierNodeFacade.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrHierNodeFacade.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.data; import java.beans.PropertyChangeListener; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrStreamFacade.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrStreamFacade.java index 678bf81..92c757b 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrStreamFacade.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITrStreamFacade.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.data; import java.util.Arrays; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionFacade.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionFacade.java index 89d9913..d38ca4e 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionFacade.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionFacade.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.data; import java.util.List; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionProperties.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionProperties.java index 6a38495..774b4bd 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionProperties.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/data/ITransactionProperties.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.data; import java.util.ArrayList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ListPane.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ListPane.java index 6c7d00e..04c8f83 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ListPane.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ListPane.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.ui.swt; import java.beans.PropertyChangeEvent; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/NameListPane.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/NameListPane.java index 271d355..5a717af 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/NameListPane.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/NameListPane.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.ui.swt; import org.eclipse.swt.widgets.Composite; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas.java index 2780f4b..94059fa 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/SWTImageCanvas.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.ui.swt; import java.awt.geom.AffineTransform; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/TxDisplay.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/TxDisplay.java index 920f51a..cb32baf 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/TxDisplay.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/TxDisplay.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.ui.swt; import java.beans.PropertyChangeEvent; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ValueListPane.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ValueListPane.java index 3d2b279..1ab6f92 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ValueListPane.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/ValueListPane.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.ui.swt; import org.eclipse.swt.SWT; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/WaveImageCanvas.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/WaveImageCanvas.java index fb110f0..101fda0 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/WaveImageCanvas.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/ui/swt/WaveImageCanvas.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.ui.swt; import java.util.Iterator; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/util/Pair.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/util/Pair.java index a819b00..8903344 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/util/Pair.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/util/Pair.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.util; public class Pair { diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionPropertiesView.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionPropertiesView.java index 3979847..8dddcf0 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionPropertiesView.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionPropertiesView.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views; import org.eclipse.ui.IWorkbenchPart; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionTableView.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionTableView.java index 759c44d..c4b2344 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionTableView.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/SelectionTableView.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views; import org.eclipse.jface.text.BadLocationException; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/TxDbView.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/TxDbView.java index 6ef6ed5..91e0f13 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/TxDbView.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/TxDbView.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views; import java.util.ArrayList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeContentProvider.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeContentProvider.java index a6ca6c6..3bee0b1 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeContentProvider.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeContentProvider.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views.provider; import org.eclipse.jface.viewers.ITreeContentProvider; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeLabelProvider.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeLabelProvider.java index 23e6783..18a205d 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeLabelProvider.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/provider/TxDbTreeLabelProvider.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views.provider; import java.util.ArrayList; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/AttributeProperty.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/AttributeProperty.java index a09c282..c9b5e37 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/AttributeProperty.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/AttributeProperty.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views.sections; import java.util.HashMap; diff --git a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/RelatedProperty.java b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/RelatedProperty.java index 585bda7..0732578 100644 --- a/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/RelatedProperty.java +++ b/com.itjw.txviewer.graph/src/com/itjw/txviewer/graph/views/sections/RelatedProperty.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2012 IT Just working. + * 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: + * IT Just working - initial API and implementation + *******************************************************************************/ package com.itjw.txviewer.graph.views.sections; import java.util.HashMap;