public class JWizard.Controller extends Object implements ActionListener, KeyListener, DocumentListener, ListSelectionListener
Modifier and Type | Field and Description |
---|---|
boolean |
listen |
Constructor and Description |
---|
Controller() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
changedUpdate(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
removeUpdate(DocumentEvent e) |
void |
setListen(boolean listen)
Set listen to false to update a field without the controller passing on a notification.
|
void |
syncButtonsToPage() |
void |
valueChanged(ListSelectionEvent e) |
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void setListen(boolean listen)
listen
- public void syncButtonsToPage()
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void changedUpdate(DocumentEvent e)
changedUpdate
in interface DocumentListener
public void insertUpdate(DocumentEvent e)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent e)
removeUpdate
in interface DocumentListener
public void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
Copyright © 1996–2019 Geotools. All rights reserved.