History log of /haiku/src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp
Revision Date Author Comments
# 1f8d1f68 24-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Slight tweak to text control editor.

- Trigger a caller update on modification as well.


# a8249955 03-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add interface subclasses for table cell editors.

TableCellTextControlEditor:
- Serves as a base for editors that expose their functionality via a
text control. Handles common functionality of watching for changes,
validating input, and notifying listeners appropriately.
TableCellOptionPopUpEditor:
- Serves as a base class for editors where the set of possible values
is fixed and known up front. Handles reacting to selection changes
and notifying listeners.


# 1f8d1f68ce08625123718ff286d3827bab88c361 24-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Slight tweak to text control editor.

- Trigger a caller update on modification as well.


# a82499551d62adc4602840e8100a3ebfe4465727 03-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add interface subclasses for table cell editors.

TableCellTextControlEditor:
- Serves as a base for editors that expose their functionality via a
text control. Handles common functionality of watching for changes,
validating input, and notifying listeners appropriately.
TableCellOptionPopUpEditor:
- Serves as a base class for editors where the set of possible values
is fixed and known up front. Handles reacting to selection changes
and notifying listeners.