org.onebusaway.quickstart.bootstrap.gui.widgets
Class PropertyEventHelpers

java.lang.Object
  extended by org.onebusaway.quickstart.bootstrap.gui.widgets.PropertyEventHelpers

public class PropertyEventHelpers
extends Object

Helper methods to create virtual property change events for particular Swing widgets to help with bi-directional data-binding as enabled with AutoBinding.

Author:
bdferris

Constructor Summary
PropertyEventHelpers()
           
 
Method Summary
static void addSelectedPropertyChangeEventForJRadioButton(JRadioButton button)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEventHelpers

public PropertyEventHelpers()
Method Detail

addSelectedPropertyChangeEventForJRadioButton

public static void addSelectedPropertyChangeEventForJRadioButton(JRadioButton button)


Copyright © 2012 OneBusAway. All Rights Reserved.