jarspy-commits Mailing List for JarSpy- Java Archive Spying Utility (Page 6)
Status: Beta
Brought to you by:
brown_j
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(39) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(39) |
Feb
(12) |
Mar
|
Apr
(10) |
May
|
Jun
(24) |
Jul
(38) |
Aug
(9) |
Sep
(58) |
Oct
(34) |
Nov
|
Dec
(13) |
| 2003 |
Jan
(64) |
Feb
(3) |
Mar
(17) |
Apr
(20) |
May
(8) |
Jun
(3) |
Jul
|
Aug
(6) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
| 2005 |
Jan
(41) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jeff B. <br...@us...> - 2003-01-25 23:25:03
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/io In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/io Modified Files: NullWriter.java Log Message: updated copyright year Index: NullWriter.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/io/NullWriter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NullWriter.java 19 Jun 2002 01:19:10 -0000 1.2 --- NullWriter.java 25 Jan 2003 23:24:30 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:25:02
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/gui/util In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/gui/util Modified Files: Splasher.java TextAreaWriter.java Log Message: updated copyright year Index: Splasher.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/gui/util/Splasher.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Splasher.java 19 Jun 2002 01:19:10 -0000 1.3 --- Splasher.java 25 Jan 2003 23:24:30 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: TextAreaWriter.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/gui/util/TextAreaWriter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TextAreaWriter.java 19 Jun 2002 01:19:10 -0000 1.2 --- TextAreaWriter.java 25 Jan 2003 23:24:30 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:25:02
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/gui In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/gui Modified Files: ChangeLookAndFeelAction.java MemoryMeter.java Log Message: updated copyright year Index: ChangeLookAndFeelAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/gui/ChangeLookAndFeelAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLookAndFeelAction.java 18 Oct 2002 02:49:21 -0000 1.7 --- ChangeLookAndFeelAction.java 25 Jan 2003 23:24:30 -0000 1.8 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: MemoryMeter.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/gui/MemoryMeter.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** MemoryMeter.java 20 Oct 2002 22:12:26 -0000 1.9 --- MemoryMeter.java 25 Jan 2003 23:24:30 -0000 1.10 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/classinfo Modified Files: AccessFlags.java CRField.java CRMethod.java ClassReader.java InvalidClassFileException.java SignatureDescriptor.java Log Message: updated copyright year Index: AccessFlags.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/AccessFlags.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AccessFlags.java 4 Oct 2002 01:57:16 -0000 1.2 --- AccessFlags.java 25 Jan 2003 23:24:29 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: CRField.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/CRField.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CRField.java 25 Jan 2003 23:14:03 -0000 1.6 --- CRField.java 25 Jan 2003 23:24:29 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: CRMethod.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/CRMethod.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CRMethod.java 25 Jan 2003 23:14:03 -0000 1.7 --- CRMethod.java 25 Jan 2003 23:24:29 -0000 1.8 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ClassReader.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/ClassReader.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ClassReader.java 25 Dec 2002 02:36:53 -0000 1.14 --- ClassReader.java 25 Jan 2003 23:24:29 -0000 1.15 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: InvalidClassFileException.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/InvalidClassFileException.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InvalidClassFileException.java 11 Jan 2002 03:49:24 -0000 1.2 --- InvalidClassFileException.java 25 Jan 2003 23:24:29 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: SignatureDescriptor.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/SignatureDescriptor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SignatureDescriptor.java 4 Oct 2002 01:57:16 -0000 1.2 --- SignatureDescriptor.java 25 Jan 2003 23:24:29 -0000 1.3 *************** *** 1,3 **** ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,3 ---- ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/jarspy/preferences Modified Files: DefaultJarSpyPreferences.java J2SEJarSpyPreferences.java JarSpyPreferences.java JarSpyPreferencesFactory.java Log Message: updated copyright year Index: DefaultJarSpyPreferences.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences/DefaultJarSpyPreferences.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** DefaultJarSpyPreferences.java 26 Oct 2002 15:33:44 -0000 1.6 --- DefaultJarSpyPreferences.java 25 Jan 2003 23:24:33 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: J2SEJarSpyPreferences.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences/J2SEJarSpyPreferences.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** J2SEJarSpyPreferences.java 26 Oct 2002 15:33:44 -0000 1.5 --- J2SEJarSpyPreferences.java 25 Jan 2003 23:24:33 -0000 1.6 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyPreferences.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences/JarSpyPreferences.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** JarSpyPreferences.java 26 Oct 2002 15:33:44 -0000 1.6 --- JarSpyPreferences.java 25 Jan 2003 23:24:33 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyPreferencesFactory.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences/JarSpyPreferencesFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JarSpyPreferencesFactory.java 19 Jun 2002 02:02:39 -0000 1.2 --- JarSpyPreferencesFactory.java 25 Jan 2003 23:24:33 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:24:35
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/jarspy/gui/tree Modified Files: JarSpyClassTree.java JarSpyClassTreeNode.java JarSpyFieldTreeNode.java JarSpyMethodTreeNode.java JarSpyPackageTreeNode.java JarSpyRootTreeNode.java JarSpyTreeCellRenderer.java JarSpyTreeModel.java JarSpyTreeNode.java Log Message: updated copyright year Index: JarSpyClassTree.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyClassTree.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JarSpyClassTree.java 25 Jan 2003 01:28:11 -0000 1.2 --- JarSpyClassTree.java 25 Jan 2003 23:24:32 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyClassTreeNode.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyClassTreeNode.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JarSpyClassTreeNode.java 25 Jan 2003 23:14:04 -0000 1.2 --- JarSpyClassTreeNode.java 25 Jan 2003 23:24:32 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyFieldTreeNode.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyFieldTreeNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JarSpyFieldTreeNode.java 25 Jan 2003 23:14:04 -0000 1.1 --- JarSpyFieldTreeNode.java 25 Jan 2003 23:24:32 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyMethodTreeNode.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyMethodTreeNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JarSpyMethodTreeNode.java 25 Jan 2003 23:14:04 -0000 1.1 --- JarSpyMethodTreeNode.java 25 Jan 2003 23:24:32 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyPackageTreeNode.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyPackageTreeNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JarSpyPackageTreeNode.java 20 Jul 2002 18:12:23 -0000 1.1 --- JarSpyPackageTreeNode.java 25 Jan 2003 23:24:32 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyRootTreeNode.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyRootTreeNode.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JarSpyRootTreeNode.java 3 Oct 2002 23:26:19 -0000 1.3 --- JarSpyRootTreeNode.java 25 Jan 2003 23:24:32 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyTreeCellRenderer.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyTreeCellRenderer.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** JarSpyTreeCellRenderer.java 25 Jan 2003 23:14:04 -0000 1.5 --- JarSpyTreeCellRenderer.java 25 Jan 2003 23:24:32 -0000 1.6 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyTreeModel.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyTreeModel.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JarSpyTreeModel.java 20 Jul 2002 18:12:23 -0000 1.1 --- JarSpyTreeModel.java 25 Jan 2003 23:24:32 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyTreeNode.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyTreeNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JarSpyTreeNode.java 20 Jul 2002 18:12:23 -0000 1.1 --- JarSpyTreeNode.java 25 Jan 2003 23:24:32 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:24:35
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/jarspy/intellij/plugin Modified Files: ConfigComponent.java JarSpyIntelliJPlugin.java JarSpyIntelliJPluginAction.java Log Message: updated copyright year Index: ConfigComponent.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/ConfigComponent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ConfigComponent.java 25 Jan 2003 23:14:04 -0000 1.2 --- ConfigComponent.java 25 Jan 2003 23:24:33 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyIntelliJPlugin.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPlugin.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JarSpyIntelliJPlugin.java 25 Jan 2003 23:14:05 -0000 1.4 --- JarSpyIntelliJPlugin.java 25 Jan 2003 23:24:33 -0000 1.5 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyIntelliJPluginAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPluginAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JarSpyIntelliJPluginAction.java 25 Jan 2003 23:14:05 -0000 1.2 --- JarSpyIntelliJPluginAction.java 25 Jan 2003 23:24:33 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:24:35
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/jarspy/gui/classdetails Modified Files: AbstractClassDetailTab.java ClassDetailTab.java ClassDetailTabbedPane.java ClassDetailsPanel.java ConstantPoolTab.java DependencyTab.java FieldsTab.java GeneralTab.java MethodsTab.java NoClassSelectedPanel.java Log Message: updated copyright year Index: AbstractClassDetailTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/AbstractClassDetailTab.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AbstractClassDetailTab.java 25 Aug 2002 14:19:48 -0000 1.2 --- AbstractClassDetailTab.java 25 Jan 2003 23:24:32 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ClassDetailTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/ClassDetailTab.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ClassDetailTab.java 21 Jul 2002 02:03:47 -0000 1.1 --- ClassDetailTab.java 25 Jan 2003 23:24:32 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ClassDetailTabbedPane.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/ClassDetailTabbedPane.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ClassDetailTabbedPane.java 17 Sep 2002 21:43:33 -0000 1.6 --- ClassDetailTabbedPane.java 25 Jan 2003 23:24:32 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ClassDetailsPanel.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/ClassDetailsPanel.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ClassDetailsPanel.java 25 Jan 2003 01:28:10 -0000 1.4 --- ClassDetailsPanel.java 25 Jan 2003 23:24:32 -0000 1.5 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ConstantPoolTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/ConstantPoolTab.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ConstantPoolTab.java 17 Sep 2002 21:43:33 -0000 1.5 --- ConstantPoolTab.java 25 Jan 2003 23:24:32 -0000 1.6 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: DependencyTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/DependencyTab.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** DependencyTab.java 3 Oct 2002 23:33:08 -0000 1.8 --- DependencyTab.java 25 Jan 2003 23:24:32 -0000 1.9 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: FieldsTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/FieldsTab.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FieldsTab.java 25 Jan 2003 01:28:10 -0000 1.6 --- FieldsTab.java 25 Jan 2003 23:24:32 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: GeneralTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/GeneralTab.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GeneralTab.java 25 Jan 2003 01:28:10 -0000 1.5 --- GeneralTab.java 25 Jan 2003 23:24:32 -0000 1.6 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: MethodsTab.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/MethodsTab.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MethodsTab.java 25 Jan 2003 01:28:10 -0000 1.6 --- MethodsTab.java 25 Jan 2003 23:24:32 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: NoClassSelectedPanel.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/NoClassSelectedPanel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NoClassSelectedPanel.java 25 Jan 2003 23:14:04 -0000 1.3 --- NoClassSelectedPanel.java 25 Jan 2003 23:24:32 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:24:35
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/jarspy/gui/actions Modified Files: AboutAction.java ActionNames.java DecompileAction.java ExitAction.java ExtractArchiveAction.java JarSpyAction.java OpenArchiveAction.java ViewJarContentsAction.java ViewManifestAction.java Log Message: updated copyright year Index: AboutAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/AboutAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AboutAction.java 19 Jul 2002 00:46:43 -0000 1.3 --- AboutAction.java 25 Jan 2003 23:24:31 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ActionNames.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/ActionNames.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ActionNames.java 25 Jan 2003 01:28:10 -0000 1.3 --- ActionNames.java 25 Jan 2003 23:24:31 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: DecompileAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/DecompileAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** DecompileAction.java 25 Dec 2002 02:50:27 -0000 1.6 --- DecompileAction.java 25 Jan 2003 23:24:31 -0000 1.7 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ExitAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/ExitAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ExitAction.java 18 Oct 2002 03:24:11 -0000 1.4 --- ExitAction.java 25 Jan 2003 23:24:31 -0000 1.5 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ExtractArchiveAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/ExtractArchiveAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExtractArchiveAction.java 19 Jul 2002 00:46:43 -0000 1.3 --- ExtractArchiveAction.java 25 Jan 2003 23:24:32 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/JarSpyAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JarSpyAction.java 18 Oct 2002 03:24:11 -0000 1.3 --- JarSpyAction.java 25 Jan 2003 23:24:32 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: OpenArchiveAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/OpenArchiveAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OpenArchiveAction.java 18 Oct 2002 03:24:11 -0000 1.7 --- OpenArchiveAction.java 25 Jan 2003 23:24:32 -0000 1.8 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ViewJarContentsAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/ViewJarContentsAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ViewJarContentsAction.java 19 Jul 2002 00:46:43 -0000 1.3 --- ViewJarContentsAction.java 25 Jan 2003 23:24:32 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ViewManifestAction.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/ViewManifestAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ViewManifestAction.java 19 Jul 2002 00:46:43 -0000 1.3 --- ViewManifestAction.java 25 Jan 2003 23:24:32 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:24:34
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui In directory sc8-pr-cvs1:/tmp/cvs-serv11574/src/com/ociweb/jarspy/gui Modified Files: AboutJarSpy.java ClassSelectionListener.java ClassesViewer.java DecompileGUI.java DecompilePanel.java JarContentsTableModel.java JarFileSelectionListener.java JarSpyGUI.java JarSpyInfoPanel.java JarSpyToolbarButton.java ManifestDialog.java StatusBar.java StatusScreen.java Log Message: updated copyright year Index: AboutJarSpy.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/AboutJarSpy.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AboutJarSpy.java 17 Jul 2002 14:00:24 -0000 1.5 --- AboutJarSpy.java 25 Jan 2003 23:24:30 -0000 1.6 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ClassSelectionListener.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/ClassSelectionListener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ClassSelectionListener.java 20 Jul 2002 18:12:23 -0000 1.1 --- ClassSelectionListener.java 25 Jan 2003 23:24:31 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ClassesViewer.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/ClassesViewer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ClassesViewer.java 25 Jan 2003 01:28:10 -0000 1.1 --- ClassesViewer.java 25 Jan 2003 23:24:31 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: DecompileGUI.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/DecompileGUI.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DecompileGUI.java 27 Aug 2002 02:55:01 -0000 1.5 --- DecompileGUI.java 25 Jan 2003 23:24:31 -0000 1.6 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: DecompilePanel.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/DecompilePanel.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DecompilePanel.java 24 Sep 2002 20:22:17 -0000 1.4 --- DecompilePanel.java 25 Jan 2003 23:24:31 -0000 1.5 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarContentsTableModel.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarContentsTableModel.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JarContentsTableModel.java 13 Jun 2002 02:58:15 -0000 1.1 --- JarContentsTableModel.java 25 Jan 2003 23:24:31 -0000 1.2 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarFileSelectionListener.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarFileSelectionListener.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JarFileSelectionListener.java 17 Jul 2002 14:00:24 -0000 1.3 --- JarFileSelectionListener.java 25 Jan 2003 23:24:31 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyGUI.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyGUI.java,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** JarSpyGUI.java 25 Jan 2003 01:28:10 -0000 1.47 --- JarSpyGUI.java 25 Jan 2003 23:24:31 -0000 1.48 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyInfoPanel.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyInfoPanel.java,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** JarSpyInfoPanel.java 25 Jan 2003 03:40:31 -0000 1.26 --- JarSpyInfoPanel.java 25 Jan 2003 23:24:31 -0000 1.27 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: JarSpyToolbarButton.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyToolbarButton.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JarSpyToolbarButton.java 19 Jun 2002 01:19:10 -0000 1.2 --- JarSpyToolbarButton.java 25 Jan 2003 23:24:31 -0000 1.3 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: ManifestDialog.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/ManifestDialog.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ManifestDialog.java 17 Jul 2002 14:00:24 -0000 1.4 --- ManifestDialog.java 25 Jan 2003 23:24:31 -0000 1.5 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: StatusBar.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/StatusBar.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StatusBar.java 27 Sep 2002 00:38:38 -0000 1.3 --- StatusBar.java 25 Jan 2003 23:24:31 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // Index: StatusScreen.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/StatusScreen.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StatusScreen.java 27 Aug 2002 02:54:46 -0000 1.3 --- StatusScreen.java 25 Jan 2003 23:24:31 -0000 1.4 *************** *** 1,4 **** // JarSpy ! // Copyright (c) 2001, 2002 Jeff S. Brown // This file is part of JarSpy. // --- 1,4 ---- // JarSpy ! // Copyright (c) 2001, 2002, 2003 Jeff S. Brown // This file is part of JarSpy. // |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:14:08
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv8325/src/com/ociweb/jarspy/intellij/plugin
Modified Files:
ConfigComponent.java JarSpyIntelliJPlugin.java
JarSpyIntelliJPluginAction.java
Log Message:
added fields and methods to tree
Index: ConfigComponent.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/ConfigComponent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConfigComponent.java 25 Jan 2003 03:44:52 -0000 1.1
--- ConfigComponent.java 25 Jan 2003 23:14:04 -0000 1.2
***************
*** 1,2 ****
--- 1,20 ----
+ // JarSpy
+ // Copyright (c) 2001, 2002 Jeff S. Brown
+ // This file is part of JarSpy.
+ //
+ // JarSpy 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 2 of the License, or
+ // (at your option) any later version.
+ //
+ // JarSpy 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 JarSpy; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
package com.ociweb.jarspy.intellij.plugin;
Index: JarSpyIntelliJPlugin.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPlugin.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JarSpyIntelliJPlugin.java 25 Jan 2003 17:19:28 -0000 1.3
--- JarSpyIntelliJPlugin.java 25 Jan 2003 23:14:05 -0000 1.4
***************
*** 1,2 ****
--- 1,20 ----
+ // JarSpy
+ // Copyright (c) 2001, 2002 Jeff S. Brown
+ // This file is part of JarSpy.
+ //
+ // JarSpy 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 2 of the License, or
+ // (at your option) any later version.
+ //
+ // JarSpy 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 JarSpy; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
package com.ociweb.jarspy.intellij.plugin;
***************
*** 51,54 ****
--- 69,78 ----
treeIconPropertiesMap.put(JarSpyTreeCellRenderer.PACKAGE_OPENED_ICON_PROPERTY_KEY,
"/nodes/packageOpen.png");
+
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.METHOD_ICON_PROPERTY_KEY,
+ "/nodes/method.png");
+
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.FIELD_ICON_PROPERTY_KEY,
+ "/nodes/field.png");
System.getProperties().putAll(treeIconPropertiesMap);
Index: JarSpyIntelliJPluginAction.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPluginAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JarSpyIntelliJPluginAction.java 25 Jan 2003 03:44:52 -0000 1.1
--- JarSpyIntelliJPluginAction.java 25 Jan 2003 23:14:05 -0000 1.2
***************
*** 1,2 ****
--- 1,20 ----
+ // JarSpy
+ // Copyright (c) 2001, 2002 Jeff S. Brown
+ // This file is part of JarSpy.
+ //
+ // JarSpy 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 2 of the License, or
+ // (at your option) any later version.
+ //
+ // JarSpy 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 JarSpy; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
package com.ociweb.jarspy.intellij.plugin;
|
|
From: Jeff B. <br...@us...> - 2003-01-25 23:14:07
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree
In directory sc8-pr-cvs1:/tmp/cvs-serv8325/src/com/ociweb/jarspy/gui/tree
Modified Files:
JarSpyClassTreeNode.java JarSpyTreeCellRenderer.java
Added Files:
JarSpyFieldTreeNode.java JarSpyMethodTreeNode.java
Log Message:
added fields and methods to tree
--- NEW FILE: JarSpyFieldTreeNode.java ---
// JarSpy
// Copyright (c) 2001, 2002 Jeff S. Brown
// This file is part of JarSpy.
//
// JarSpy 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 2 of the License, or
// (at your option) any later version.
//
// JarSpy 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 JarSpy; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
package com.ociweb.jarspy.gui.tree;
import javax.swing.tree.DefaultMutableTreeNode;
import com.ociweb.classinfo.CRField;
public class JarSpyFieldTreeNode extends DefaultMutableTreeNode {
public JarSpyFieldTreeNode(CRField field) {
super(field);
}
public CRField getField() {
return (CRField) getUserObject();
}
public boolean isLeaf() {
return true;
}
public String toString() {
return getField().getFieldName();
}
}
--- NEW FILE: JarSpyMethodTreeNode.java ---
// JarSpy
// Copyright (c) 2001, 2002 Jeff S. Brown
// This file is part of JarSpy.
//
// JarSpy 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 2 of the License, or
// (at your option) any later version.
//
// JarSpy 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 JarSpy; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
package com.ociweb.jarspy.gui.tree;
import com.ociweb.classinfo.CRMethod;
import javax.swing.tree.DefaultMutableTreeNode;
public class JarSpyMethodTreeNode extends DefaultMutableTreeNode {
public JarSpyMethodTreeNode(CRMethod field) {
super(field);
}
public CRMethod getMethod() {
return (CRMethod) getUserObject();
}
public boolean isLeaf() {
return true;
}
public String toString() {
return getMethod().getMethodName();
}
}
Index: JarSpyClassTreeNode.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyClassTreeNode.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JarSpyClassTreeNode.java 20 Jul 2002 18:12:23 -0000 1.1
--- JarSpyClassTreeNode.java 25 Jan 2003 23:14:04 -0000 1.2
***************
*** 20,25 ****
--- 20,29 ----
import com.ociweb.jarspy.ClassInfo;
+ import com.ociweb.classinfo.CRField;
+ import com.ociweb.classinfo.CRMethod;
import javax.swing.tree.DefaultMutableTreeNode;
+ import java.util.Set;
+ import java.util.Iterator;
/**
***************
*** 35,38 ****
--- 39,56 ----
super(classInfo);
simpleClassName = classInfo.getSimpleClassName();
+
+ Set set = classInfo.getFields();
+ Iterator it = set.iterator();
+ while (it.hasNext()) {
+ CRField crField = (CRField) it.next();
+ add(new JarSpyFieldTreeNode(crField));
+ }
+
+ set = classInfo.getMethods();
+ it = set.iterator();
+ while (it.hasNext()) {
+ CRMethod crMethod = (CRMethod) it.next();
+ add(new JarSpyMethodTreeNode(crMethod));
+ }
}
Index: JarSpyTreeCellRenderer.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyTreeCellRenderer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** JarSpyTreeCellRenderer.java 25 Jan 2003 16:34:25 -0000 1.4
--- JarSpyTreeCellRenderer.java 25 Jan 2003 23:14:04 -0000 1.5
***************
*** 39,42 ****
--- 39,44 ----
public static final String PACKAGE_OPENED_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.packageOpenedIcon";
public static final String ARCHIVE_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.archiveIcon";
+ public static final String FIELD_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.fieldIcon";
+ public static final String METHOD_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.methodIcon";
private ImageIcon classIcon =
***************
*** 56,59 ****
--- 58,69 ----
"/com/ociweb/jarspy/gui/images/Jar16.gif")));
+ private ImageIcon fieldIcon =
+ new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(FIELD_ICON_PROPERTY_KEY,
+ "/com/ociweb/jarspy/gui/images/field_default_obj.gif")));
+
+ private ImageIcon methodIcon =
+ new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(METHOD_ICON_PROPERTY_KEY,
+ "/com/ociweb/jarspy/gui/images/methdef_obj.gif")));
+
private TreeCellRenderer realRenderer;
***************
*** 104,107 ****
--- 114,121 ----
} else if (value instanceof JarSpyRootTreeNode) {
label.setIcon(archiveIcon);
+ } else if (value instanceof JarSpyFieldTreeNode) {
+ label.setIcon(fieldIcon);
+ } else if(value instanceof JarSpyMethodTreeNode) {
+ label.setIcon(methodIcon);
}
} catch (Exception e) {
|
|
From: Jeff B. <br...@us...> - 2003-01-25 23:14:07
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/images In directory sc8-pr-cvs1:/tmp/cvs-serv8325/src/com/ociweb/jarspy/gui/images Added Files: field_default_obj.gif methdef_obj.gif Log Message: added fields and methods to tree --- NEW FILE: field_default_obj.gif --- GIF89a --- NEW FILE: methdef_obj.gif --- GIF89a 07÷hâHÉ×In Ød |
|
From: Jeff B. <br...@us...> - 2003-01-25 23:14:07
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv8325/src/com/ociweb/classinfo
Modified Files:
CRField.java CRMethod.java
Log Message:
added fields and methods to tree
Index: CRField.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/CRField.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CRField.java 4 Oct 2002 01:57:16 -0000 1.5
--- CRField.java 25 Jan 2003 23:14:03 -0000 1.6
***************
*** 38,41 ****
--- 38,45 ----
}
+ public String getFieldName() {
+ return fieldName;
+ }
+
public String toString() {
StringBuffer buffer = new StringBuffer();
Index: CRMethod.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/classinfo/CRMethod.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CRMethod.java 4 Oct 2002 01:57:16 -0000 1.6
--- CRMethod.java 25 Jan 2003 23:14:03 -0000 1.7
***************
*** 58,61 ****
--- 58,65 ----
}
+ public String getMethodName() {
+ return methodName;
+ }
+
public String toString() {
return descriptor;
|
|
From: Jeff B. <br...@us...> - 2003-01-25 23:14:07
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails
In directory sc8-pr-cvs1:/tmp/cvs-serv8325/src/com/ociweb/jarspy/gui/classdetails
Modified Files:
NoClassSelectedPanel.java
Log Message:
added fields and methods to tree
Index: NoClassSelectedPanel.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/classdetails/NoClassSelectedPanel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NoClassSelectedPanel.java 14 Sep 2002 00:42:52 -0000 1.2
--- NoClassSelectedPanel.java 25 Jan 2003 23:14:04 -0000 1.3
***************
*** 31,35 ****
public class NoClassSelectedPanel extends JPanel {
! private JLabel label = new JLabel("Select A Class", SwingConstants.CENTER);
public NoClassSelectedPanel() {
--- 31,35 ----
public class NoClassSelectedPanel extends JPanel {
! private JLabel label = new JLabel("", SwingConstants.CENTER);
public NoClassSelectedPanel() {
|
|
From: Jeff B. <br...@us...> - 2003-01-25 17:19:30
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv14996/src/com/ociweb/jarspy/intellij/plugin
Modified Files:
JarSpyIntelliJPlugin.java
Log Message:
add about box code
Index: JarSpyIntelliJPlugin.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPlugin.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JarSpyIntelliJPlugin.java 25 Jan 2003 16:34:25 -0000 1.2
--- JarSpyIntelliJPlugin.java 25 Jan 2003 17:19:28 -0000 1.3
***************
*** 6,11 ****
--- 6,17 ----
import com.intellij.openapi.wm.ToolWindowManager;
import com.intellij.openapi.wm.ToolWindowAnchor;
+ import com.intellij.openapi.actionSystem.AnAction;
+ import com.intellij.openapi.actionSystem.AnActionEvent;
+ import com.intellij.openapi.actionSystem.DefaultActionGroup;
+ import com.intellij.openapi.actionSystem.ActionToolbar;
+ import com.intellij.openapi.actionSystem.ActionManager;
import com.ociweb.jarspy.JarInspector;
import com.ociweb.jarspy.gui.ClassesViewer;
+ import com.ociweb.jarspy.gui.AboutJarSpy;
import com.ociweb.jarspy.gui.tree.JarSpyTreeCellRenderer;
import java.io.File;
***************
*** 15,19 ****
--- 21,30 ----
import java.util.Map;
import java.util.HashMap;
+ import java.awt.BorderLayout;
+ import java.awt.event.ActionEvent;
import javax.swing.ImageIcon;
+ import javax.swing.JPanel;
+ import javax.swing.JFrame;
+ import javax.swing.SwingUtilities;
public class JarSpyIntelliJPlugin implements ProjectComponent {
***************
*** 51,57 ****
public void projectOpened() {
ToolWindowManager twm = ToolWindowManager.getInstance(myProject);
ClassesViewer cv = new ClassesViewer(jarInspector);
! twm.registerToolWindow("JarSpy", cv, ToolWindowAnchor.BOTTOM);
}
--- 62,95 ----
public void projectOpened() {
ToolWindowManager twm = ToolWindowManager.getInstance(myProject);
+
ClassesViewer cv = new ClassesViewer(jarInspector);
! final JPanel myPanel = new JPanel(new BorderLayout());
! myPanel.add(BorderLayout.CENTER, cv);
!
! AnAction aboutAction = new AnAction("About", "About JarSpy", new ImageIcon(getClass().getResource("/actions/help.png"))) {
! public void actionPerformed(AnActionEvent ae) {
! JFrame parentFrame = null;
!
! try {
! parentFrame = (JFrame) SwingUtilities.getRoot(myPanel);
! } catch (Exception e) {
! }
!
! AboutJarSpy ajs = new AboutJarSpy(parentFrame);
! ajs.setVisible(true);
! ajs.dispose();
! }
! };
!
! DefaultActionGroup actionGroup = new DefaultActionGroup("jarspy", true);
!
! actionGroup.add(aboutAction);
!
! ActionToolbar toolBar = ActionManager.getInstance().createActionToolbar("JarSpy",
! actionGroup,
! false);
! myPanel.add(BorderLayout.WEST, toolBar.getComponent());
! twm.registerToolWindow("JarSpy", myPanel, ToolWindowAnchor.BOTTOM);
}
|
|
From: Jeff B. <br...@us...> - 2003-01-25 16:47:30
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv26128 Modified Files: build.number Log Message: updated build number Index: build.number =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.number,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** build.number 25 Jan 2003 16:43:04 -0000 1.21 --- build.number 25 Jan 2003 16:47:28 -0000 1.22 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:43:43 CST 2003 ! build.number=25 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:48:06 CST 2003 ! build.number=26 |
|
From: Jeff B. <br...@us...> - 2003-01-25 16:47:08
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy In directory sc8-pr-cvs1:/tmp/cvs-serv25874/src/com/ociweb/jarspy Modified Files: application.properties Log Message: Index: application.properties =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/application.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** application.properties 14 Jan 2003 02:52:31 -0000 1.6 --- application.properties 25 Jan 2003 16:47:05 -0000 1.7 *************** *** 1 **** ! app.version=0.7.4 --- 1 ---- ! app.version=0.8 |
|
From: Jeff B. <br...@us...> - 2003-01-25 16:47:08
|
Update of /cvsroot/jarspy/JarSpy
In directory sc8-pr-cvs1:/tmp/cvs-serv25874
Modified Files:
.build.properties
Log Message:
Index: .build.properties
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/.build.properties,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** .build.properties 25 Jan 2003 03:44:52 -0000 1.22
--- .build.properties 25 Jan 2003 16:47:05 -0000 1.23
***************
*** 25,30 ****
app.property.dest.file=${build.dir}/com/ociweb/jarspy/application.properties
- # immediately after building a release, this number is incremented
- # this number always reflects the NEXT release version
- release.version=0.4.7
--- 25,27 ----
|
|
From: Jeff B. <br...@us...> - 2003-01-25 16:43:07
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv23343 Modified Files: build.number Log Message: updated build number Index: build.number =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.number,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** build.number 25 Jan 2003 16:40:29 -0000 1.20 --- build.number 25 Jan 2003 16:43:04 -0000 1.21 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:41:07 CST 2003 ! build.number=24 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:43:43 CST 2003 ! build.number=25 |
|
From: Jeff B. <br...@us...> - 2003-01-25 16:40:32
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv21802 Modified Files: build.number Log Message: updated build number Index: build.number =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.number,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** build.number 25 Jan 2003 16:38:41 -0000 1.19 --- build.number 25 Jan 2003 16:40:29 -0000 1.20 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:39:19 CST 2003 ! build.number=23 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:41:07 CST 2003 ! build.number=24 |
|
From: Jeff B. <br...@us...> - 2003-01-25 16:38:44
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv20593 Modified Files: build.number Log Message: updated build number Index: build.number =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.number,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.number 25 Jan 2003 03:46:18 -0000 1.18 --- build.number 25 Jan 2003 16:38:41 -0000 1.19 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Fri Jan 24 21:46:44 CST 2003 ! build.number=22 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Sat Jan 25 10:39:19 CST 2003 ! build.number=23 |
|
From: Jeff B. <br...@us...> - 2003-01-25 16:34:28
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv17786/src/com/ociweb/jarspy/intellij/plugin
Modified Files:
JarSpyIntelliJPlugin.java
Log Message:
refactor so tree cell images are sys property driven
Index: JarSpyIntelliJPlugin.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPlugin.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JarSpyIntelliJPlugin.java 25 Jan 2003 03:44:52 -0000 1.1
--- JarSpyIntelliJPlugin.java 25 Jan 2003 16:34:25 -0000 1.2
***************
*** 8,13 ****
--- 8,19 ----
import com.ociweb.jarspy.JarInspector;
import com.ociweb.jarspy.gui.ClassesViewer;
+ import com.ociweb.jarspy.gui.tree.JarSpyTreeCellRenderer;
import java.io.File;
import java.io.IOException;
+ import java.net.URL;
+ import java.util.Properties;
+ import java.util.Map;
+ import java.util.HashMap;
+ import javax.swing.ImageIcon;
public class JarSpyIntelliJPlugin implements ProjectComponent {
***************
*** 17,20 ****
--- 23,46 ----
private Logger logger;
private JarInspector jarInspector = new JarInspector();
+
+ static {
+ Map treeIconPropertiesMap = new HashMap();
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.CLASS_ICON_PROPERTY_KEY,
+ "/nodes/class.png");
+
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.INTERFACE_ICON_PROPERTY_KEY,
+ "/nodes/interface.png");
+
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.ARCHIVE_ICON_PROPERTY_KEY,
+ "/nodes/jar.png");
+
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.PACKAGE_CLOSED_ICON_PROPERTY_KEY,
+ "/nodes/packageClosed.png");
+
+ treeIconPropertiesMap.put(JarSpyTreeCellRenderer.PACKAGE_OPENED_ICON_PROPERTY_KEY,
+ "/nodes/packageOpen.png");
+
+ System.getProperties().putAll(treeIconPropertiesMap);
+ }
public JarSpyIntelliJPlugin(Project project) {
|
|
From: Jeff B. <br...@us...> - 2003-01-25 16:34:28
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree
In directory sc8-pr-cvs1:/tmp/cvs-serv17786/src/com/ociweb/jarspy/gui/tree
Modified Files:
JarSpyTreeCellRenderer.java
Log Message:
refactor so tree cell images are sys property driven
Index: JarSpyTreeCellRenderer.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyTreeCellRenderer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JarSpyTreeCellRenderer.java 25 Jan 2003 15:01:38 -0000 1.3
--- JarSpyTreeCellRenderer.java 25 Jan 2003 16:34:25 -0000 1.4
***************
*** 32,45 ****
* @version $Id$
*/
! class JarSpyTreeCellRenderer implements TreeCellRenderer {
! public static ImageIcon classIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/class_obj.gif"));
! public static ImageIcon interfaceIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/int_obj.gif"));
! public static ImageIcon packageIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/package_obj.gif"));
! public static ImageIcon archiveIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/Jar16.gif"));
private TreeCellRenderer realRenderer;
--- 32,58 ----
* @version $Id$
*/
! public class JarSpyTreeCellRenderer implements TreeCellRenderer {
! public static final String CLASS_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.classIcon";
! public static final String INTERFACE_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.interfaceIcon";
! public static final String PACKAGE_CLOSED_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.packageClosedIcon";
! public static final String PACKAGE_OPENED_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.packageOpenedIcon";
! public static final String ARCHIVE_ICON_PROPERTY_KEY = "com.ociweb.jarspy.gui.tree.archiveIcon";
!
! private ImageIcon classIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(CLASS_ICON_PROPERTY_KEY,
! "/com/ociweb/jarspy/gui/images/class_obj.gif")));
! private ImageIcon interfaceIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(INTERFACE_ICON_PROPERTY_KEY,
! "/com/ociweb/jarspy/gui/images/int_obj.gif")));
! private ImageIcon packageClosedIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(PACKAGE_CLOSED_ICON_PROPERTY_KEY,
! "/com/ociweb/jarspy/gui/images/package_obj.gif")));
! private ImageIcon packageOpenedIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(PACKAGE_OPENED_ICON_PROPERTY_KEY,
! "/com/ociweb/jarspy/gui/images/package_obj.gif")));
! private ImageIcon archiveIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource(System.getProperty(ARCHIVE_ICON_PROPERTY_KEY,
! "/com/ociweb/jarspy/gui/images/Jar16.gif")));
private TreeCellRenderer realRenderer;
***************
*** 88,92 ****
}
} else if (value instanceof JarSpyPackageTreeNode) {
! label.setIcon(packageIcon);
} else if (value instanceof JarSpyRootTreeNode) {
label.setIcon(archiveIcon);
--- 101,105 ----
}
} else if (value instanceof JarSpyPackageTreeNode) {
! label.setIcon(expanded ? packageOpenedIcon : packageClosedIcon);
} else if (value instanceof JarSpyRootTreeNode) {
label.setIcon(archiveIcon);
|
|
From: Jeff B. <br...@us...> - 2003-01-25 15:01:42
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree
In directory sc8-pr-cvs1:/tmp/cvs-serv30278
Modified Files:
JarSpyTreeCellRenderer.java
Log Message:
make icons public and static
Index: JarSpyTreeCellRenderer.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/tree/JarSpyTreeCellRenderer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JarSpyTreeCellRenderer.java 11 Oct 2002 21:14:59 -0000 1.2
--- JarSpyTreeCellRenderer.java 25 Jan 2003 15:01:38 -0000 1.3
***************
*** 34,45 ****
class JarSpyTreeCellRenderer implements TreeCellRenderer {
! private ImageIcon classIcon =
! new ImageIcon(getClass().getResource("/com/ociweb/jarspy/gui/images/class_obj.gif"));
! private ImageIcon interfaceIcon =
! new ImageIcon(getClass().getResource("/com/ociweb/jarspy/gui/images/int_obj.gif"));
! private ImageIcon packageIcon =
! new ImageIcon(getClass().getResource("/com/ociweb/jarspy/gui/images/package_obj.gif"));
! private ImageIcon archiveIcon =
! new ImageIcon(getClass().getResource("/com/ociweb/jarspy/gui/images/Jar16.gif"));
private TreeCellRenderer realRenderer;
--- 34,45 ----
class JarSpyTreeCellRenderer implements TreeCellRenderer {
! public static ImageIcon classIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/class_obj.gif"));
! public static ImageIcon interfaceIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/int_obj.gif"));
! public static ImageIcon packageIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/package_obj.gif"));
! public static ImageIcon archiveIcon =
! new ImageIcon(JarSpyTreeCellRenderer.class.getResource("/com/ociweb/jarspy/gui/images/Jar16.gif"));
private TreeCellRenderer realRenderer;
|