[jsword-svn] common/java/limbo/org/crosswire/common/swing s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 16 17:47:03 MST 2005
Update of /cvs/jsword/common/java/limbo/org/crosswire/common/swing
In directory www.crosswire.org:/tmp/cvs-serv25437/java/limbo/org/crosswire/common/swing
Modified Files:
DocumentWriter.java EirPanel.java DebugContainerListener.java
MenuUtil.java AppletFrame.java RowColumns.java
RowTableModel.java ExtensionFileFilter.java MapTable.java
MapCellRenderer.java ExceptionShelf.java RowTable.java
SortRenderer.java ListListModel.java
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.
Index: MenuUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/MenuUtil.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MenuUtil.java 10 May 2005 02:38:36 -0000 1.5
--- MenuUtil.java 17 May 2005 00:47:01 -0000 1.6
***************
*** 46,50 ****
* Various Menu creation utilities.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 46,50 ----
* Various Menu creation utilities.
*
! * @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]
Index: RowTableModel.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/RowTableModel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RowTableModel.java 10 May 2005 02:38:36 -0000 1.3
--- RowTableModel.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 30,34 ****
* The RowTableModel defines the "model" behaviour for a RowTable.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author DM Smith [dmsmith555 at yahoo dot com]
--- 30,34 ----
* The RowTableModel defines the "model" behaviour for a RowTable.
*
! * @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: ExtensionFileFilter.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/ExtensionFileFilter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ExtensionFileFilter.java 10 May 2005 02:38:36 -0000 1.4
--- ExtensionFileFilter.java 17 May 2005 00:47:01 -0000 1.5
***************
*** 29,33 ****
* ExtensionFileFilter.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
* ExtensionFileFilter.
*
! * @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]
Index: DocumentWriter.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/DocumentWriter.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DocumentWriter.java 10 May 2005 02:38:36 -0000 1.3
--- DocumentWriter.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 36,40 ****
* notification of changes (serves as the model in an MVC relationship).
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 36,40 ----
* notification of changes (serves as the model in an MVC relationship).
*
! * @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]
Index: MapTable.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/MapTable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MapTable.java 10 May 2005 02:38:36 -0000 1.3
--- MapTable.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 31,35 ****
* A simple table that renders text, potentially multiline.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author DM Smith [ dmsmith555 at yahoo dot com]
--- 31,35 ----
* A simple table that renders text, potentially multiline.
*
! * @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: ExceptionShelf.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/ExceptionShelf.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ExceptionShelf.java 14 May 2005 00:08:11 -0000 1.1
--- ExceptionShelf.java 17 May 2005 00:47:01 -0000 1.2
***************
*** 46,50 ****
* This is broken.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 46,50 ----
* This is broken.
*
! * @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]
Index: AppletFrame.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/AppletFrame.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AppletFrame.java 10 May 2005 02:38:36 -0000 1.4
--- AppletFrame.java 17 May 2005 00:47:01 -0000 1.5
***************
*** 40,44 ****
* where appropriate.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 40,44 ----
* where appropriate.
*
! * @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]
Index: EirPanel.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/EirPanel.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** EirPanel.java 10 May 2005 02:38:36 -0000 1.4
--- EirPanel.java 17 May 2005 00:47:01 -0000 1.5
***************
*** 39,43 ****
* a separate dialog.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 39,43 ----
* a separate dialog.
*
! * @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]
Index: DebugContainerListener.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/DebugContainerListener.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DebugContainerListener.java 10 May 2005 02:38:36 -0000 1.3
--- DebugContainerListener.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 39,43 ****
* Attempt to find parenting errors.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 39,43 ----
* Attempt to find parenting errors.
*
! * @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]
Index: SortRenderer.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/SortRenderer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SortRenderer.java 10 May 2005 02:38:36 -0000 1.3
--- SortRenderer.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 35,39 ****
* A SortRenderer indicates the column that is sorted by italizing it.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author DM Smith [dmsmith555 at yahoo dot com]
--- 35,39 ----
* A SortRenderer indicates the column that is sorted by italizing it.
*
! * @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: RowColumns.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/RowColumns.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RowColumns.java 10 May 2005 02:38:36 -0000 1.3
--- RowColumns.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 29,33 ****
* the prototypes.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author DM Smith [ dmsmith555 at yahoo dot com]
--- 29,33 ----
* the prototypes.
*
! * @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: MapCellRenderer.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/MapCellRenderer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MapCellRenderer.java 10 May 2005 02:38:36 -0000 1.3
--- MapCellRenderer.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 35,39 ****
* A MapCellRenderer that renders multiline text.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author DM Smith [ dmsmith555 at yahoo dot com]
--- 35,39 ----
* A MapCellRenderer that renders multiline text.
*
! * @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: ListListModel.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/ListListModel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ListListModel.java 10 May 2005 02:38:36 -0000 1.3
--- ListListModel.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 30,34 ****
* A simple implementation of ListModel that is backed by a List.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author Joe Walker [joe at eireneh dot com]
--- 30,34 ----
* A simple implementation of ListModel that is backed by a List.
*
! * @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]
Index: RowTable.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/swing/RowTable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RowTable.java 10 May 2005 02:38:36 -0000 1.3
--- RowTable.java 17 May 2005 00:47:01 -0000 1.4
***************
*** 41,45 ****
* Presents a table of items to a user in a table.
*
! * @see gnu.gpl.Licence for license details.
* The copyright to this program is held by it's authors.
* @author DM Smith [dmsmith555 at yahoo dot com]
--- 41,45 ----
* Presents a table of items to a user in a table.
*
! * @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]
More information about the jsword-svn
mailing list