Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions
In directory sc8-pr-cvs1:/tmp/cvs-serv31272/actions
Modified Files:
ActionNames.java
Removed Files:
ChangeJarViewerComponentAction.java
Log Message:
significant refactoring of viewer code from JarSpyGUI into ClassesViewer
Index: ActionNames.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/actions/ActionNames.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ActionNames.java 20 Jul 2002 18:12:23 -0000 1.2
--- ActionNames.java 25 Jan 2003 01:28:10 -0000 1.3
***************
*** 31,35 ****
String DECOMPILE_ACTION = "Decompile Class";
String VIEW_JAR_CONTENTS_ACTION = "View Jar Contents";
- String SHOW_JAR_LIST_VIEW = "List View";
- String SHOW_JAR_TREE_VIEW = "Tree View";
}
--- 31,33 ----
--- ChangeJarViewerComponentAction.java DELETED ---
|