| |
|
| java.lang.Object org.openjx.jx.JXPropertyAdapter
JXPropertyAdapter | public class JXPropertyAdapter implements PropertyChangeListener(Code) | | This is an adapter class to the PropertyChangeListener interface. It allows us
to bind swing values to JX properties and vice versa. It is also used in
other forms of binding.
author: Jared Spigner |
Constructor Summary | |
public | JXPropertyAdapter() This the constructor for the JXPropertyAdapter class. |
jxTranslator | public JXTranslator jxTranslator(Code) | | This is a reference to the JXTranslator.
|
JXPropertyAdapter | public JXPropertyAdapter()(Code) | | This the constructor for the JXPropertyAdapter class. It creates a new
instance of JXPropertyAdapter.
|
propertyChange | public void propertyChange(PropertyChangeEvent evt)(Code) | | This method handles property change events.
Parameters: evt - is the event that was fired off. |
|
|
|