Package docking.widgets.table
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
-
Method Details
-
focusEditor
void focusEditor()Called with the editor should take focus.
-