package jalview.structure; /** * A base class holding methods useful to all classes that implement commands * for structure viewers * * @author gmcarstairs * */ public abstract class StructureCommandsBase implements StructureCommandsI { }