org.eclipse.cdt.internal.ui.preferences
Class TodoTaskConfigurationBlock.TaskTagAdapter
java.lang.Object
org.eclipse.cdt.internal.ui.preferences.TodoTaskConfigurationBlock.TaskTagAdapter
- All Implemented Interfaces:
- IDialogFieldListener, IListAdapter
- Enclosing class:
- TodoTaskConfigurationBlock
public class TodoTaskConfigurationBlock.TaskTagAdapter
- extends java.lang.Object
- implements IListAdapter, IDialogFieldListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TodoTaskConfigurationBlock.TaskTagAdapter
public TodoTaskConfigurationBlock.TaskTagAdapter()
customButtonPressed
public void customButtonPressed(ListDialogField field,
int index)
- Description copied from interface:
IListAdapter
- A button from the button bar has been pressed.
- Specified by:
customButtonPressed
in interface IListAdapter
selectionChanged
public void selectionChanged(ListDialogField field)
- Description copied from interface:
IListAdapter
- The selection of the list has changed.
- Specified by:
selectionChanged
in interface IListAdapter
doubleClicked
public void doubleClicked(ListDialogField field)
- Description copied from interface:
IListAdapter
- En entry in the list has been double clicked
- Specified by:
doubleClicked
in interface IListAdapter
dialogFieldChanged
public void dialogFieldChanged(DialogField field)
- Specified by:
dialogFieldChanged
in interface IDialogFieldListener