[jsword-svn] common/java/swing/org/crosswire/common/swing/desktop/event s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:47:04 MST 2005


Update of /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event
In directory www.crosswire.org:/tmp/cvs-serv25437/java/swing/org/crosswire/common/swing/desktop/event

Modified Files:
	ViewEvent.java TitleChangedEvent.java ViewEventListener.java 
	TitleChangedListener.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: TitleChangedListener.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event/TitleChangedListener.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TitleChangedListener.java	10 May 2005 02:10:40 -0000	1.3
--- TitleChangedListener.java	17 May 2005 00:47:02 -0000	1.4
***************
*** 1,3 ****
! 
  package org.crosswire.common.swing.desktop.event;
  
--- 1,23 ----
! /**
!  * Distribution License:
!  * JSword is free software; you can redistribute it and/or modify it under
!  * the terms of the GNU General Public License, version 2 as published by
!  * the Free Software Foundation. This program 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.
!  *
!  * The License is available on the internet at:
!  *       http://www.gnu.org/copyleft/gpl.html
!  * or by writing to:
!  *      Free Software Foundation, Inc.
!  *      59 Temple Place - Suite 330
!  *      Boston, MA 02111-1307, USA
!  *
!  * Copyright: 2005
!  *     The copyright to this program is held by it's authors.
!  *
!  * ID: $Id$
!  */
  package org.crosswire.common.swing.desktop.event;
  
***************
*** 7,28 ****
   * A listener for changes to a Views title.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program 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.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
   */
--- 27,32 ----
   * A listener for changes to a Views title.
   * 
!  * @see gnu.gpl.License for license details.
!  *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
***************
*** 34,37 ****
       * new titles
       */
!     public void titleChanged(TitleChangedEvent ev);
  }
--- 38,41 ----
       * new titles
       */
!     void titleChanged(TitleChangedEvent ev);
  }

Index: ViewEventListener.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event/ViewEventListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ViewEventListener.java	10 May 2005 02:10:40 -0000	1.2
--- ViewEventListener.java	17 May 2005 00:47:02 -0000	1.3
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+  * Distribution License:
+  * JSword is free software; you can redistribute it and/or modify it under
+  * the terms of the GNU General Public License, version 2 as published by
+  * the Free Software Foundation. This program 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.
+  *
+  * The License is available on the internet at:
+  *       http://www.gnu.org/copyleft/gpl.html
+  * or by writing to:
+  *      Free Software Foundation, Inc.
+  *      59 Temple Place - Suite 330
+  *      Boston, MA 02111-1307, USA
+  *
+  * Copyright: 2005
+  *     The copyright to this program is held by it's authors.
+  *
+  * ID: $Id$
+  */
  package org.crosswire.common.swing.desktop.event;
  
***************
*** 6,27 ****
   * An interface that defines a listener of ViewEvents.
   *
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program 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.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author DM Smith [ dmsmith555 at yahoo dot com]
   */
--- 27,32 ----
   * An interface that defines a listener of ViewEvents.
   *
!  * @see gnu.gpl.License for license details.
!  *      The copyright to this program is held by it's authors.
   * @author DM Smith [ dmsmith555 at yahoo dot com]
   */

Index: ViewEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event/ViewEvent.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ViewEvent.java	10 May 2005 02:10:40 -0000	1.4
--- ViewEvent.java	17 May 2005 00:47:02 -0000	1.5
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+  * Distribution License:
+  * JSword is free software; you can redistribute it and/or modify it under
+  * the terms of the GNU General Public License, version 2 as published by
+  * the Free Software Foundation. This program 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.
+  *
+  * The License is available on the internet at:
+  *       http://www.gnu.org/copyleft/gpl.html
+  * or by writing to:
+  *      Free Software Foundation, Inc.
+  *      59 Temple Place - Suite 330
+  *      Boston, MA 02111-1307, USA
+  *
+  * Copyright: 2005
+  *     The copyright to this program is held by it's authors.
+  *
+  * ID: $Id$
+  */
  package org.crosswire.common.swing.desktop.event;
  
***************
*** 7,28 ****
   * An event that describes that something happened to a view.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program 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.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author DM Smith [dmsmith555 at yahoo dot com]
   */
--- 28,33 ----
   * An event that describes that something happened to a view.
   * 
!  * @see gnu.gpl.License for license details.
!  *      The copyright to this program is held by it's authors.
   * @author DM Smith [dmsmith555 at yahoo dot com]
   */

Index: TitleChangedEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event/TitleChangedEvent.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TitleChangedEvent.java	10 May 2005 02:10:40 -0000	1.4
--- TitleChangedEvent.java	17 May 2005 00:47:02 -0000	1.5
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+  * Distribution License:
+  * JSword is free software; you can redistribute it and/or modify it under
+  * the terms of the GNU General Public License, version 2 as published by
+  * the Free Software Foundation. This program 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.
+  *
+  * The License is available on the internet at:
+  *       http://www.gnu.org/copyleft/gpl.html
+  * or by writing to:
+  *      Free Software Foundation, Inc.
+  *      59 Temple Place - Suite 330
+  *      Boston, MA 02111-1307, USA
+  *
+  * Copyright: 2005
+  *     The copyright to this program is held by it's authors.
+  *
+  * ID: $Id$
+  */
  package org.crosswire.common.swing.desktop.event;
  
***************
*** 6,27 ****
   * 'thrown' to indicate that a View has a new title.
   * 
!  * <p><table border='1' cellPadding='3' cellSpacing='0'>
!  * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
!  *
!  * Distribution Licence:<br />
!  * JSword is free software; you can redistribute it
!  * and/or modify it under the terms of the GNU General Public License,
!  * version 2 as published by the Free Software Foundation.<br />
!  * This program 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.<br />
!  * The License is available on the internet
!  * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
!  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
!  * MA 02111-1307, USA<br />
!  * The copyright to this program is held by it's authors.
!  * </font></td></tr></table>
!  * @see gnu.gpl.Licence
   * @author Joe Walker [joe at eireneh dot com]
   */
--- 27,32 ----
   * 'thrown' to indicate that a View has a new title.
   * 
!  * @see gnu.gpl.License for license details.
!  *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */



More information about the jsword-svn mailing list