X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fvarna%2FJalviewVarnaBinding.java;h=ab479c2d7fb97c4e0ae5ec80170f89112e86ab52;hb=refs%2Fheads%2Freleases%2FRelease_2_10_0_Branch;hp=411e4fe1b4e86ba005466135b7dbc2c0a002661b;hpb=865a855a4ca87eadb3e5ff284ed32ed307d9c34b;p=jalview.git diff --git a/src/jalview/ext/varna/JalviewVarnaBinding.java b/src/jalview/ext/varna/JalviewVarnaBinding.java index 411e4fe..ab479c2 100644 --- a/src/jalview/ext/varna/JalviewVarnaBinding.java +++ b/src/jalview/ext/varna/JalviewVarnaBinding.java @@ -1,31 +1,34 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * * Jalview is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. * * Jalview is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. */ package jalview.ext.varna; -import java.awt.event.*; -import jalview.api.SequenceStructureBinding; import jalview.api.StructureSelectionManagerProvider; -import jalview.structure.*; +import jalview.structure.StructureListener; +import jalview.structures.models.SequenceStructureBindingModel; -public abstract class JalviewVarnaBinding implements StructureListener, - SequenceStructureBinding, ComponentListener, - StructureSelectionManagerProvider +import java.awt.event.ComponentListener; + +public abstract class JalviewVarnaBinding extends + SequenceStructureBindingModel implements StructureListener, + ComponentListener, StructureSelectionManagerProvider {