|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
public class JaxoOptionsPanelListener
A listener for edit panels.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||