keyword
stringclasses
7 values
repo_name
stringlengths
8
98
file_path
stringlengths
4
244
file_extension
stringclasses
29 values
file_size
int64
0
84.1M
line_count
int64
0
1.6M
content
stringlengths
1
84.1M
language
stringclasses
14 values
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IViewEventRelay.java
.java
1,358
36
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2007 Egon Willighagen <egonw@users.lists.sf> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IAtomBondEdits.java
.java
3,808
80
/* * Copyright (C) 2009 Arvid Berg <goglepox@users.sourceforge.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IChemModelEventRelayHandler.java
.java
2,179
59
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-09-02 11:46:10 +0100 (su, 02 sep 2007) $ * * Copyright (C) 2009 Egon Willighagen <egonw@users.lists.sf> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Le...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IChemModelRelay.java
.java
10,917
302
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-09-02 11:46:10 +0100 (su, 02 sep 2007) $ * * Copyright (C) 2007 Egon Willighagen <egonw@users.lists.sf> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesse...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/AddBondDragModule.java
.java
13,269
308
/* * Copyright (C) 2009 Arvid Berg <goglepox@users.sourceforge.net> * Copyright (C) 2025 John Mayfield * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free ...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/PhantomTextGenerator.java
.java
2,356
63
/* $Revision: $ $Author: $ $Date$ * * Copyright (C) 2010 Conni Wagner <conn75@ebi.ac.uk> * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software F...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/SelectLassoModule.java
.java
1,365
40
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2008 Gilleain Torrance <gilleain.torrance@gmail.com> * * Contact: cdk-devel@list.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/CycleSymbolModule.java
.java
3,309
97
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007 Stefan Kuhn * Copyright (C) 2009 Arvid Berg * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GN...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/PhantomArrowGenerator.java
.java
2,746
73
/* $Revision: $ $Author: $ $Date$ * * Copyright (C) 2009 Stefan Kuhn <stefan.kuhn@ebi.ac.uk> * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Softw...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/AtomAtomMappingModule.java
.java
3,499
96
/* * Copyright (C) 2009 Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, or (at yo...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ControllerModuleAdapter.java
.java
8,103
227
package org.openscience.jchempaint.controller; import javax.vecmath.Point2d; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.cdk.interfaces.IBond; import org.openscience.cdk.interfaces.IChemObject; import org.openscience.jchempaint.AtomBondSet;...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ControllerModel.java
.java
9,853
349
/* $RCSfile$ * $Author$ * $Date$ * $Revision$ * * Copyright (C) 1997-2007 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as pu...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ControllerHub.java
.java
131,775
3,852
/* $Revision: 7636 $ $Author: egonw $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007-2008 Egon Willighagen <egonw@users.sf.net> * 2005-2007 Christoph Steinbeck <steinbeck@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; yo...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/SelectSquareModule.java
.java
1,364
39
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2008 Gilleain Torrance <gilleain.torrance@gmail.com> * * Contact: cdk-devel@list.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IMouseEventRelay.java
.java
2,739
94
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net or nout@science.uva.nl * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by ...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/AddRingModule.java
.java
7,915
214
/* $Revision: $ $Author: $ $Date: $ * * Copyright (C) 2007 Gilleain Torrance * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; eithe...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ChangeFormalChargeModule.java
.java
2,917
87
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * Copyright (C) 2008 Stefan Kuhn (undo redo) * Copyright (C) 2008 Arvid Berg <goglepox@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This pr...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/RotateModule.java
.java
10,404
277
/* * Copyright (C) 2008 Gilleain Torrance <gilleain.torrance@gmail.com> * 2009 Mark Rijnbeek <mark_rynbeek@users.sourceforge.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Pu...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/MoveModule.java
.java
16,580
420
/* * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * Copyright (C) 2008-2009 Arvid Berg <goglepox@users.sf.net> * Copyright (C) 2008 Stefan Kuhn (undo redo) * Copyright (C) 2009 Mark Rijnbeek (markr@ebi.ac.uk) * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can r...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ZoomModule.java
.java
2,307
84
package org.openscience.jchempaint.controller; import javax.vecmath.Point2d; import javax.vecmath.Vector2d; import org.openscience.jchempaint.renderer.IRenderer; import org.openscience.jchempaint.renderer.JChemPaintRendererModel; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; /** * @cdk.module c...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ReactionArrowModule.java
.java
8,018
200
/* * Copyright (C) 2009 Stefan Kuhn <shk3@users.sourceforge.net> * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version ...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/Rotate3DModule.java
.java
4,056
110
/* * Copyright (C) 2009 Konstantin Tokarev <annulen@users.sourceforge.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either ve...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/HighlightModule.java
.java
7,041
185
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/SwingEventRelay.java
.java
1,589
44
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Found...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ReactionHub.java
.java
7,344
132
package org.openscience.jchempaint.controller; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.cdk.interfaces.IChemModel; import org.openscience.cdk.interfaces.IReaction; import org.openscience.cdk.interfaces.IReactionSet; import org.openscience.cdk.tools.manipulator.ReactionSetManipulator...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ControllerParameters.java
.java
5,185
190
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2008 Gilleain Torrance <gilleain.torrance@gmail.com> * * Contact: cdk-devel@list.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/SwingMouseEventRelay.java
.java
4,312
123
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net or nout@science.uva.nl * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by ...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/Changed.java
.java
1,387
38
/* * Copyright (C) 2009 Arvid Berg <goglepox@users.sourceforge.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/PhantomBondGenerator.java
.java
2,505
68
/* $Revision: $ $Author: $ $Date$ * * Copyright (C) 2009 Arvid Berg <goglepox@users.sourceforge.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free So...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/AbstractSelectModule.java
.java
14,480
333
/* $Revision$ $Author$ $Date$ * * Copyright (C) 2008 Gilleain Torrance <gilleain.torrance@gmail.com> * * Contact: cdk-devel@list.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IControllerModel.java
.java
5,268
199
/* $Revision: 10179 $ $Author: egonw $ $Date: 2008-02-18 17:05:56 +0100 (Mon, 18 Feb 2008) $ * * Copyright (C) 2008 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/AddAtomModule.java
.java
11,514
262
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * Copyright (C) 2008 Stefan Kuhn (undo redo) * Copyright (C) 2009 Arvid Berg <goglepox@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This pro...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/RemoveModule.java
.java
2,522
78
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007 Niels Out <nielsout@users.sf.net> * Copyright (C) 2008 Stefan Kuhn (undo/redo) * Copyright (C) 2009 Arvid Berg <goglepox@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This pr...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/IControllerModule.java
.java
3,371
134
/* $Revision: 7636 $ $Author: egonw $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2007 Egon Willighagen <egonw@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ChangeValenceModule.java
.java
3,482
104
/* $Revision: 7636 $ $Author: nielsout $ $Date: 2007-01-04 18:46:10 +0100 (Thu, 04 Jan 2007) $ * * Copyright (C) 2009 Stefan Kuhn (undo redo) * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Licen...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/ChainModule.java
.java
9,458
221
/* * Copyright (C) 2010 Conni Wagner <conni75@users.sourceforge.net> * 2012 Ralf Stephan <ralf@ark.in-berlin.de> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * a...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/CompoundEdit.java
.java
3,029
99
/* * Copyright (C) 2025 John Mayfield * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, or (at your option) any later version. * All I as...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ReplaceAtomEdit.java
.java
2,552
85
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ChangeCoordsEdit.java
.java
3,450
107
/* $RCSfile$ * $Author: egonw $ * $Date: 2008-05-12 07:29:49 +0100 (Mon, 12 May 2008) $ * $Revision: 10979 $ * * Copyright (C) 2005-2007 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ChangeAtomSymbolEdit.java
.java
3,214
125
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/MakeReactantOrProductInExistingReactionEdit.java
.java
4,575
130
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/IUndoRedoFactory.java
.java
5,731
98
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 17:26:00 +0000 (Thu, 04 Jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 1997-2008 Stefan Kuhn * Copyright (C) 2009 Arvid Berg * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modi...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/MergeMoleculesEdit.java
.java
8,593
224
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/IUndoListener.java
.java
1,600
44
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 17:26:00 +0000 (Thu, 04 Jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 1997-2008 Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU L...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ChangeHydrogenCountEdit.java
.java
2,853
94
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ClearAllEdit.java
.java
2,161
75
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/AdjustBondOrdersEdit.java
.java
4,636
140
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ChangeValenceEdit.java
.java
3,056
114
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2009 Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/AddAtomsAndBondsEdit.java
.java
7,453
215
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/IUndoRedoable.java
.java
1,666
56
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 17:26:00 +0000 (Thu, 04 Jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 1997-2008 Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU L...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ChangeChargeEdit.java
.java
2,468
89
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/MakeReactantOrProductInNewReactionEdit.java
.java
3,613
108
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/LoadNewModelEdit.java
.java
2,701
90
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/ChangeIsotopeEdit.java
.java
2,237
85
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/UndoRedoHandler.java
.java
2,122
67
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 17:26:00 +0000 (Thu, 04 Jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 1997-2008 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modif...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/AddSingleElectronEdit.java
.java
3,779
122
/* $RCSfile$ * $Author: gilleain $ * $Date: 2008-11-26 16:01:05 +0000 (Wed, 26 Nov 2008) $ * $Revision: 13311 $ * * Copyright (C) 2005-2008 Tobias Helmus, Stefan Kuhn * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/MoveAtomEdit.java
.java
2,147
80
/* $RCSfile$ * $Author: egonw $ * $Date: 2008-05-12 07:29:49 +0100 (Mon, 12 May 2008) $ * $Revision: 10979 $ * * Copyright (C) 2005-2007 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/RemoveAtomsAndBondsEdit.java
.java
5,449
158
/* $RCSfile$ * $Author: egonw $ * $Date: 2008-05-12 07:29:49 +0100 (Mon, 12 May 2008) $ * $Revision: 10979 $ * * Copyright (C) 2005-2007 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/controller/undoredo/RGroupEdit.java
.java
8,791
238
/* * Copyright (C) 2010 Mark Rijnbeek * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, o...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/renderer/JCPAction2D.java
.java
9,119
353
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 18:26:00 +0100 (do, 04 jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 1997-2007 The JChemPaint project * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the te...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/undoredo/SwingUndoableEdit.java
.java
2,824
106
/* * Copyright (C) 2025 John Mayfield * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/undoredo/SwingUndoRedoFactory.java
.java
9,330
166
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 17:26:00 +0000 (Thu, 04 Jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 2008 Stefan Kuhn * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU L...
Java
2D
JChemPaint/jchempaint
core/src/main/java/org/openscience/jchempaint/application/JChemPaint.java
.java
31,572
770
/* * $RCSfile$ * $Author: egonw $ * $Date: 2007-01-04 17:26:00 +0000 (Thu, 04 Jan 2007) $ * $Revision: 7634 $ * * Copyright (C) 1997-2008 Stefan Kuhn * Some portions Copyright (C) 2009 Konstantin Tokarev * * Contact: cdk-jchempaint@lists.sourceforge.net * * This program is free software; you can redi...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/cdk/CDKTestCase.java
.java
11,139
304
/* $Revision: 8050 $ $Author: egonw $ $Date: 2007-03-08 13:03:42 +0100 (Thu, 08 Mar 2007) $ * * Copyright (C) 2005-2007 The Chemistry Development Kit (CDK) project * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue129Test.java
.java
2,432
67
package org.openscience.jchempaint; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.renderer.Renderer; /** *...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue73Test.java
.java
892
29
package org.openscience.jchempaint; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; /** * @author Ralf Stephan <ralf@ark.in-berlin.de> */ public class Issue73Test extends AbstractAppletTest { @Test public void testIssue73() { J...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue58Test.java
.java
2,237
51
package org.openscience.jchempaint; import java.awt.AWTException; import java.awt.Point; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.cdk.renderer.selection.IChem...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue71Test.java
.java
2,334
53
package org.openscience.jchempaint; import java.awt.AWTException; import java.awt.Point; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.renderer.Renderer...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue137Test.java
.java
2,936
70
package org.openscience.jchempaint; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.action.JCPAction; import o...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue82Test.java
.java
3,230
95
/* */ package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; /** * 1. place a C-C bond; 2. click draw chain; 3. start dragging from C and * no...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/AbstractAppletTest.java
.java
5,370
119
package org.openscience.jchempaint; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import javax.vecmath.Point2d; import org.fest.swing.applet.AppletViewer; import org.fest.swing.fixture.FrameFixture; import org.fest.swing.fixture.JPanelFixture; import org.fest...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue81Test.java
.java
930
35
package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; /** * @author Ralf Stephan <ralf@ark.in-berlin.de> * * Tests SMILES input in general. */ public class Issue81Test extends AbstractA...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/JCPEditorAppletUndoRedoTest.java
.java
5,815
132
package org.openscience.jchempaint; import java.awt.Point; import java.util.ArrayList; import java.util.List; import javax.vecmath.Point2d; import org.fest.swing.core.MouseButton; import org.fest.swing.fixture.DialogFixture; import org.fest.swing.fixture.JButtonFixture; import org.junit.Assert; import org.junit.Bef...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/BugSF75Test.java
.java
2,164
40
package org.openscience.jchempaint; import java.awt.Point; import java.io.IOException; import javax.vecmath.Point2d; import org.fest.swing.core.MouseButton; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.exception.CDKException; public class Bu...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/MenuIsotopeTest.java
.java
3,252
66
package org.openscience.jchempaint; import java.awt.Point; import java.io.IOException; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.exception.CDKException; import org.openscience.cdk.interfaces.IAtom; import org.openscience.jchempaint.renderer.selection.SingleSelection; public class Men...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/JCPEditorAppletBugsTest.java
.java
21,805
473
package org.openscience.jchempaint; import java.awt.Point; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import javax.swing.JComboBox; import javax.vecmath.Point2d; import org.fest.swing.core.ComponentDragAndDrop; import org.fest.swing.core.MouseButton; import org.fest.swing.fixtur...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/SetSmilesTest.java
.java
613
21
package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.exception.CDKException; public class SetSmilesTest extends AbstractAppletTest { @Test public void testSetSmiles() throws CDKException { JPanelFixture jcppanel...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue139Test.java
.java
2,613
76
package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.renderer.selection.RectangleSelection; /** * @author R...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/AllJCPTests.java
.java
1,121
43
package org.openscience.jchempaint; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @RunWith(value=Suite.class) @SuiteClasses( value = { JCPEditorAppletMenuTest.class, JCPEditorAppletDrawingTest.class, JCPEditorAppletBugsTest.clas...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue8Test.java
.java
2,025
58
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.jchempaint.action.JCPAction; /** * Draw chain, replace middle ato...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue116Test.java
.java
3,184
85
package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.action.JCPAction; /** * @author Ralf Stephan <ralf@ark....
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue4Test.java
.java
2,100
46
package org.openscience.jchempaint; import java.awt.Point; import org.junit.Assert; import org.junit.Test; public class Issue4Test extends AbstractAppletTest { @Test public void testIssue4() { applet.button("C").target.doClick(); applet.button("C").target.doClick(); applet.panel("renderp...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue10Test.java
.java
1,447
52
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; /** * @author Ralf Stephan <ralf@a...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue40Test.java
.java
2,092
62
package org.openscience.jchempaint; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.action.JCPAction; /** * ...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/BugSF65Test.java
.java
1,336
37
package org.openscience.jchempaint; import java.awt.Point; import javax.vecmath.Point2d; import org.fest.swing.core.MouseButton; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; public class BugSF65Test extends Abstrac...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue76Test.java
.java
3,301
91
/* */ package org.openscience.jchempaint; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.cdk.interfaces.IAtomContainer; /** * #76: synopsis: place a benzene; draw chain fro...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue19Test.java
.java
1,167
39
package org.openscience.jchempaint; import java.awt.AWTException; import java.awt.Point; import java.awt.Robot; import java.awt.event.KeyEvent; import org.junit.Assert; import org.junit.Test; /** * @author Ralf Stephan <ralf@ark.in-berlin.de> */ public class Issue19Test extends AbstractAppletTest { @Test publ...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/MenuCutTest.java
.java
2,238
38
package org.openscience.jchempaint; import java.awt.Point; import javax.vecmath.Point2d; import org.fest.swing.fixture.JPopupMenuFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtom; import org.openscience.jchempaint.renderer.selection.SingleSelection; public class Me...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/JCPEditorAppletDrawingTest.java
.java
34,171
356
package org.openscience.jchempaint; import java.awt.Point; import java.io.IOException; import javax.vecmath.Point2d; import org.fest.swing.core.ComponentDragAndDrop; import org.fest.swing.core.MouseButton; import org.fest.swing.fixture.DialogFixture; import org.fest.swing.fixture.JPanelFixture; import org.junit.Asse...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/BugSF70Test.java
.java
3,120
64
package org.openscience.jchempaint; import java.awt.Point; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import javax.swing.JComboBox; import javax.swing.text.JTextComponent; import javax.vecmath.Point2d; import org.fest.swing.core.MouseButton; import org.fest.swing.core.matcher.JT...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue11Test.java
.java
1,032
36
package org.openscience.jchempaint; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; /** * @author Ralf Stephan <ralf@ark.in-berlin.de> * * Tests SMILES input of a salt, the correct model and * error handling (#11). ...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/JCPEditorAppletMenuTest.java
.java
37,619
603
package org.openscience.jchempaint; import org.fest.swing.core.MouseButton; import org.fest.swing.core.NameMatcher; import org.fest.swing.fixture.DialogFixture; import org.fest.swing.fixture.JButtonFixture; import org.fest.swing.fixture.JFileChooserFixture; import org.fest.swing.fixture.JPanelFixture; import org.fest....
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/Issue32Test.java
.java
2,437
58
package org.openscience.jchempaint; import java.awt.AWTException; import java.awt.Point; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.jchempaint.AbstractAppletTest; import org.openscience.jche...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/BugSF80Test.java
.java
2,884
68
package org.openscience.jchempaint; import java.awt.Point; import java.io.IOException; import javax.vecmath.Point2d; import org.fest.swing.core.MouseButton; import org.fest.swing.fixture.JPanelFixture; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.exception.CDKException; import org.opens...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/matchers/ComboBoxTextComponentMatcher.java
.java
923
35
package org.openscience.jchempaint.matchers; import javax.swing.JComboBox; import org.fest.swing.core.GenericTypeMatcher; public class ComboBoxTextComponentMatcher extends GenericTypeMatcher<JComboBox> { private String text; private String altText; public ComboBoxTextComponentMatcher(String text){ super(JCom...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/matchers/DialogTitleComponentMatcher.java
.java
585
26
package org.openscience.jchempaint.matchers; import javax.swing.JDialog; import org.fest.swing.core.GenericTypeMatcher; public class DialogTitleComponentMatcher extends GenericTypeMatcher<JDialog> { private String text; public DialogTitleComponentMatcher(String text){ super(JDialog.class); this.text=text; ...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/matchers/ButtonTextComponentMatcher.java
.java
501
24
package org.openscience.jchempaint.matchers; import javax.swing.JButton; import org.fest.swing.core.GenericTypeMatcher; public class ButtonTextComponentMatcher extends GenericTypeMatcher<JButton> { private String text; public ButtonTextComponentMatcher(String text){ super(JButton.class); this.text=text; } ...
Java
2D
JChemPaint/jchempaint
core/src/test/java/org/openscience/jchempaint/controller/ConjugationToolsTest.java
.java
6,269
150
package org.openscience.jchempaint.controller; import org.junit.Assert; import org.junit.Test; import org.openscience.cdk.DefaultChemObjectBuilder; import org.openscience.cdk.exception.InvalidSmilesException; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.cdk.interfaces.IBond; import org....
Java
2D
JChemPaint/jchempaint
inchi/src/main/java/org/openscience/jchempaint/inchi/InChI.java
.java
1,891
62
/* * Copyright (C) 2009 Mark Rijnbeek <mark_rynbeek@users.sf.net> * * Contact: cdk-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2....
Java
2D
JChemPaint/jchempaint
inchi/src/main/java/org/openscience/jchempaint/inchi/InChITool.java
.java
2,694
86
package org.openscience.jchempaint.inchi; import org.openscience.cdk.AtomContainerSet; import org.openscience.cdk.ChemModel; import org.openscience.cdk.exception.CDKException; import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.cdk.interfaces.IAtomContainerSet; import org.openscience.cdk.inter...
Java