| |
|
| java.lang.Object org.openjx.jx.JXActionAdapter
JXActionAdapter | public class JXActionAdapter implements ActionListener(Code) | | This is an adapter class to the ActionListener 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 | JXActionAdapter() This the constructor for the JXActionAdapter class. |
jxTranslator | public JXTranslator jxTranslator(Code) | | This is a reference to the JXTranslator.
|
JXActionAdapter | public JXActionAdapter()(Code) | | This the constructor for the JXActionAdapter class. It creates a new
instance of JXActionAdapter.
|
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | This method handles action change events.
Parameters: evt - is the event that was fired off. |
|
|
|