Interface FocusableEditor

All Known Implementing Classes:
AddressInput

public interface FocusableEditor
Signals that the implementing cell editor desires to be notified when editing begins so that the editor can request focus on the right widget.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called with the editor should take focus.
  • Method Details

    • focusEditor

      void focusEditor()
      Called with the editor should take focus.