Package docking.widgets.table
Interface FocusableEditor
- All Known Implementing Classes:
AddressInput
public interface FocusableEditor NEW
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
ChangeModifier and TypeMethodDescriptionvoidCalled with the editor should take focus.
-
Method Details
-
focusEditor
void focusEditor()Called with the editor should take focus.
-