public class JaxoOptionsPanelListener extends java.lang.Object implements JaxoEditPanelListener
| Constructor and Description |
|---|
JaxoOptionsPanelListener(java.beans.PropertyChangeListener object)
Constructor: sets the object that gets changed
by actions on the edit panel.
|
JaxoOptionsPanelListener(java.beans.PropertyChangeListener object,
javax.swing.event.ChangeListener l)
Constructor: sets the object that gets changed
by actions on the edit panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Transmits the changes from an edit panel to the object.
|
void |
changedUpdate(javax.swing.event.DocumentEvent evt)
Checks for DocumentEvents that have ocurred on the panel,
(used for text fields).
|
void |
insertUpdate(javax.swing.event.DocumentEvent evt)
Checks for DocumentEvents that have ocurred on the panel,
(used for text fields).
|
void |
itemStateChanged(java.awt.event.ItemEvent evt)
Checks for ItemEvents that have ocurred on the panel,
(check boxes, comboboxes and radiobuttons).
|
void |
removeUpdate(javax.swing.event.DocumentEvent evt)
Checks for DocumentEvents that have ocurred on the panel,
(used for text fields).
|
void |
stateChanged(javax.swing.event.ChangeEvent evt)
Transmits the changes from an edit panel to the object.
|
public JaxoOptionsPanelListener(java.beans.PropertyChangeListener object)
object - The object to receive ChangeEvents from the edit panel.public JaxoOptionsPanelListener(java.beans.PropertyChangeListener object,
javax.swing.event.ChangeListener l)
object - The object to receive ChangeEvents from the edit panel.l - ChangeListener to notify after each change to 'object'. May be null.public void stateChanged(javax.swing.event.ChangeEvent evt)
stateChanged in interface javax.swing.event.ChangeListenerevt - The ChangeEvent to transmit.public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListenerevt - The ActionEvent to transmit.public final void itemStateChanged(java.awt.event.ItemEvent evt)
itemStateChanged in interface java.awt.event.ItemListenerevt - The ItemEvent that has ocurred.public void insertUpdate(javax.swing.event.DocumentEvent evt)
insertUpdate in interface javax.swing.event.DocumentListenerevt - The DocumentEvent that has ocurred.public void removeUpdate(javax.swing.event.DocumentEvent evt)
removeUpdate in interface javax.swing.event.DocumentListenerevt - The DocumentEvent that has ocurred.public void changedUpdate(javax.swing.event.DocumentEvent evt)
changedUpdate in interface javax.swing.event.DocumentListenerevt - The DocumentEvent that has ocurred.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.