Directory cdx/scorebot/util/swing/binding/

Directory Created:
2007-02-20 10:25
Total Files:
19
Deleted Files:
0
Lines of Code:
2501

[root]/cdx/scorebot/util/swing/binding
                         delegate (17 files, 3382 lines)

Lines of Code

cdx/scorebot/util/swing/binding/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
dound 39 (100.0%) 2703 (100.0%) 69.3

Most Recent Commits

dound 2007-03-29 04:15

Added a bindingLoaded method to the BindingListener interface. This method is called after the new binding has been used to populate the component which it is bound to.

20 lines of code changed in:

  • cdx/scorebot/util/swing/binding: BindingAdapter.java (+7 -2), BindingListener.java (+13 -5)
dound 2007-03-20 10:06

Bug fix: previously, when trying to bind to a method, only the name was matched -- now the parameters are also checked so that if the method is overloaded, the binding will bind to the appropriate one.

43 lines of code changed in:

  • cdx/scorebot/util/swing/binding: Binding.java (+43 -10)
dound 2007-02-26 10:13

Removed constructor: Intermediate fields ignore indexAt because they do contain a list of values of which they can bind to one -- they only bind to a single object.

2 lines of code changed in:

  • cdx/scorebot/util/swing/binding: IntermediateField.java (+2 -19)
dound 2007-02-25 01:12

javadoc fixes

4 lines of code changed in:

  • cdx/scorebot/util/swing/binding: BindingListener.java (+4 -4)
dound 2007-02-25 00:03

Bug fixed: a reference to the component being passed to the constructor was not being saved so getBoundComponent always returned null.

5 lines of code changed in:

  • cdx/scorebot/util/swing/binding: BindingEvent.java (+5 -4)
dound 2007-02-24 23:16

Bug fix: binding adapter now implements BindingListener as intended.

3 lines of code changed in:

  • cdx/scorebot/util/swing/binding: BindingAdapter.java (+3 -3)
dound 2007-02-24 23:13

Added getter for the bound component being used to create the BindingEvent.

13 lines of code changed in:

  • cdx/scorebot/util/swing/binding: BindingEvent.java (+13 -3)
dound 2007-02-24 23:11

A new BindingListener class allows users to monitor when the bindings change in bound components.

102 lines of code changed in:

  • cdx/scorebot/util/swing/binding: BindingAdapter.java (new 38), BindingEvent.java (new 29), BindingListener.java (new 35)
dound 2007-02-22 16:45

getter/setter names of empty strings now interpreted the same as null

4 lines of code changed in:

  • cdx/scorebot/util/swing/binding: Binding.java (+4 -4)
dound 2007-02-22 10:35

Removed old subfield support.

15 lines of code changed in:

  • cdx/scorebot/util/swing/binding: Binding.java (+13 -72), JTextFieldBound.java (+2 -15)
dound 2007-02-22 10:28

Removed old subfield support.

2 lines of code changed in:

  • cdx/scorebot/util/swing/binding: JListBound.java (+2 -15)
dound 2007-02-22 10:27

Can now bind to a subfield within an object via an IntermediateField object.

7 lines of code changed in:

  • cdx/scorebot/util/swing/binding: IntermediateField.java (+7 -5)
dound 2007-02-22 10:21

Can now bind to a subfield within an object via an IntermediateField object.

133 lines of code changed in:

  • cdx/scorebot/util/swing/binding: IntermediateField.java (new 118), JListBound.java (+15 -2)
dound 2007-02-22 08:58

Can now bind to a subfield within an object.

43 lines of code changed in:

  • cdx/scorebot/util/swing/binding: Binding.java (+26 -18), JTextFieldBound.java (+17 -3)
dound 2007-02-22 08:34

Can now bind to a subfield within an object.

55 lines of code changed in:

  • cdx/scorebot/util/swing/binding: Binding.java (+55 -4)
dound 2007-02-21 23:57

Bound version.

112 lines of code changed in:

  • cdx/scorebot/util/swing/binding: CalendarHourComboBoxBound.java (new 112)
dound 2007-02-21 21:41

Fixed javadoc stuff.

3 lines of code changed in:

  • cdx/scorebot/util/swing/binding: JMenuBound.java (+3 -7)
dound 2007-02-21 21:27

JMenu can now be bound to as a container of JRadioButtonMenuItem's. Special static menus can appear above or below those menus.

163 lines of code changed in:

  • cdx/scorebot/util/swing/binding: JMenuBound.java (new 163)
dound 2007-02-20 20:53

Added support for validation error messages which describe why a field could not be validated.

8 lines of code changed in:

  • cdx/scorebot/util/swing/binding: Binding.java (+8 -4)
dound 2007-02-20 10:27

javadocs were swapped (fixed)

7 lines of code changed in:

  • cdx/scorebot/util/swing/binding: package.html (+7 -3)

(1 more)

Generated by StatCVS 0.3