Package org.geotools.swing.wizard
Class JWizard.Controller
Object
Controller
- All Implemented Interfaces:
ActionListener
,KeyListener
,EventListener
,DocumentListener
,ListSelectionListener
- Enclosing class:
- JWizard
public class JWizard.Controller
extends Object
implements ActionListener, KeyListener, DocumentListener, ListSelectionListener
The controller listens to everything and updates the buttons
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
setListen
(boolean listen) Set listen to false to update a field without the controller passing on a notification.void
void
-
Field Details
-
listen
public boolean listen
-
-
Constructor Details
-
Controller
public Controller()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
setListen
public void setListen(boolean listen) Set listen to false to update a field without the controller passing on a notification. -
syncButtonsToPage
public void syncButtonsToPage() -
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
-
keyTyped
- Specified by:
keyTyped
in interfaceKeyListener
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-