|
||||||||||
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(PropertyChangeListener object)
Constructor: sets the object that gets changed by actions on the edit panel. |
|
JaxoOptionsPanelListener(PropertyChangeListener object,
ChangeListener l)
Constructor: sets the object that gets changed by actions on the edit panel. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent evt)
Transmits the changes from an edit panel to the object. |
void |
changedUpdate(DocumentEvent evt)
Checks for DocumentEvents that have ocurred on the panel, (used for text fields). |
void |
insertUpdate(DocumentEvent evt)
Checks for DocumentEvents that have ocurred on the panel, (used for text fields). |
void |
itemStateChanged(ItemEvent evt)
Checks for ItemEvents that have ocurred on the panel, (check boxes, comboboxes and radiobuttons). |
void |
removeUpdate(DocumentEvent evt)
Checks for DocumentEvents that have ocurred on the panel, (used for text fields). |
void |
stateChanged(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(PropertyChangeListener object)
object
- The object to receive ChangeEvents from the edit panel.public JaxoOptionsPanelListener(PropertyChangeListener object, 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(ChangeEvent evt)
stateChanged
in interface ChangeListener
evt
- The ChangeEvent to transmit.public void actionPerformed(ActionEvent evt)
actionPerformed
in interface ActionListener
evt
- The ActionEvent to transmit.public final void itemStateChanged(ItemEvent evt)
itemStateChanged
in interface ItemListener
evt
- The ItemEvent that has ocurred.public void insertUpdate(DocumentEvent evt)
insertUpdate
in interface DocumentListener
evt
- The DocumentEvent that has ocurred.public void removeUpdate(DocumentEvent evt)
removeUpdate
in interface DocumentListener
evt
- The DocumentEvent that has ocurred.public void changedUpdate(DocumentEvent evt)
changedUpdate
in interface DocumentListener
evt
- The DocumentEvent that has ocurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |