Interface TreeKeyHandler

All Known Implementing Classes:
ShapeModel3D

public interface TreeKeyHandler
Object which is prepared to handle a key-press event on its tree node.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Method Summary

    Modifier and Type Method Description
    void handleTreeKeyEvent​(java.awt.event.KeyEvent event)
    Handle the key event on this object's tree node.
  • Method Details

    • handleTreeKeyEvent

      void handleTreeKeyEvent​(java.awt.event.KeyEvent event)
      Handle the key event on this object's tree node.
      Parameters:
      event -