public class DeletionController extends KeyAdapter implements Observer, ActionListener
| Constructor and Description |
|---|
DeletionController() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent ae) |
void |
keyPressed(KeyEvent e) |
void |
setDeleteButton(JButton deleteButton) |
void |
setGraphModelManager(GraphModelManager graphModelManager) |
void |
setGraphPanel(GraphPanel graphPanel) |
void |
update(Observable o,
Object arg) |
keyReleased, keyTypedpublic void setGraphModelManager(GraphModelManager graphModelManager)
public void setGraphPanel(GraphPanel graphPanel)
public void setDeleteButton(JButton deleteButton)
public void update(Observable o, Object arg)
public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerkeyPressed in class KeyAdapterpublic void actionPerformed(ActionEvent ae)
actionPerformed in interface ActionListenerCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.