tools/JavaCodeBundleEditor.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2391 b4a008ed9bc4
--- a/tools/JavaCodeBundleEditor.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/tools/JavaCodeBundleEditor.st	Wed Feb 20 23:05:49 2013 +0000
@@ -15,6 +15,7 @@
 !
 
 
+
 !JavaCodeBundleEditor class methodsFor:'interface specs'!
 
 windowSpec
@@ -111,6 +112,7 @@
       )
 ! !
 
+
 !JavaCodeBundleEditor class methodsFor:'menu specs'!
 
 listMenu
@@ -157,6 +159,7 @@
       )
 ! !
 
+
 !JavaCodeBundleEditor class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -177,6 +180,7 @@
 
 ! !
 
+
 !JavaCodeBundleEditor methodsFor:'accessing'!
 
 bundle: aJavaCodeBundle
@@ -185,6 +189,7 @@
     "Created: / 25-01-2013 / 21:50:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCodeBundleEditor methodsFor:'aspects'!
 
 bundleHolder
@@ -271,6 +276,7 @@
     readonlyHolder := something.
 ! !
 
+
 !JavaCodeBundleEditor methodsFor:'aspects-queries'!
 
 canAddHolder
@@ -300,6 +306,7 @@
     "Modified: / 30-01-2013 / 16:32:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCodeBundleEditor methodsFor:'change & update'!
 
 update:aspect with: parameter from:changedObject
@@ -331,6 +338,7 @@
     "Modified: / 28-01-2013 / 20:35:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCodeBundleEditor methodsFor:'menu actions'!
 
 doAdd: libraryOrBundle
@@ -412,6 +420,7 @@
     "Modified: / 30-01-2013 / 17:22:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCodeBundleEditor::Item class methodsFor:'instance creation'!
 
 libraryOrBundle: model parent: parent
@@ -422,6 +431,7 @@
     "Created: / 25-01-2013 / 21:53:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCodeBundleEditor::Item methodsFor:'accessing'!
 
 icon
@@ -444,6 +454,7 @@
     libraryOrBundle := something.
 ! !
 
+
 !JavaCodeBundleEditor::Item methodsFor:'protocol-accessing'!
 
 fetchChildren
@@ -456,10 +467,11 @@
     "Created: / 25-01-2013 / 21:52:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCodeBundleEditor class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/tools/JavaCodeBundleEditor.st,v 1.1 2013-02-16 18:08:44 vrany Exp $'
 !
 
 version_HG