Directory groovy/groovy-core/src/main/groovy/swing/impl/

Directory Created:
2003-10-24 13:47
Total Files:
9
Deleted Files:
0
Lines of Code:
774

Browse with ViewVC

[root]/groovy/groovy-core/src/main/groovy/swing/impl

Lines of Code

groovy/groovy-core/src/main/groovy/swing/impl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 799 (100.0%) 47.0
jstrachan 12 (70.6%) 786 (98.4%) 65.5
paulk 5 (29.4%) 13 (1.6%) 2.6

Most Recent Commits

paulk 2007-03-07 06:34

CHECKSTYLE: remove some warnings plus swapped to simian as built-in strictdupcheck matched all license header comments

13 lines of code changed in:

jstrachan 2003-12-23 14:43

removed the dependency on commons-logging. we may as well use JDK 1.4 logging instead since we're 1.4 dependent. This means 1 less jar for folks to use when embedding

4 lines of code changed in:

jstrachan 2003-11-04 13:00

Minor fixes to avoid some PMD code warnings, mostly removing unused code & adding some equals() implementations.



Also refactored GroovyClassLoader into groovy.lang

11 lines of code changed in:

jstrachan 2003-10-28 18:02

Minor refactor - moved the AntBuillder and GroovyMBean classes into the groovy.util package to make the groovy APIs simpler to use.



Also cleaned up the javadoc somewhat ensuring there's a package descriptor for each package

10 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/swing/impl: package.html (new 10)
jstrachan 2003-10-27 10:17

Added getProperty() and setProperty() methods on GroovyObject making it easy to overload the property access mechanism in Groovy.



Also added an initial GroovyMBean which acts just like a regular POGO but is actually a JMX proxy to an underlying local or remote MBean

0 lines of code changed in:

jstrachan 2003-10-24 13:47

Numerous changes.



* tidied up the closure methods - added many new helper methods such as for iterating over files by line



* added a Swing builder together with some MVC models to make creating Swing UIs in Groovy really simple



* various things tidied up and more unit test cases



* return statement is now optional

761 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT