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 ActionListenerpublic void setListen(boolean listen)
listen - public void syncButtonsToPage()
public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenerCopyright © 1996–2019 Geotools. All rights reserved.