org.eclipse.cdt.internal.ui.preferences
Class TodoTaskConfigurationBlock.TaskTagAdapter

java.lang.Object
  extended by 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


Constructor Summary
TodoTaskConfigurationBlock.TaskTagAdapter()
           
 
Method Summary
 void customButtonPressed(ListDialogField field, int index)
          A button from the button bar has been pressed.
 void dialogFieldChanged(DialogField field)
           
 void doubleClicked(ListDialogField field)
          En entry in the list has been double clicked
 void selectionChanged(ListDialogField field)
          The selection of the list has changed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TodoTaskConfigurationBlock.TaskTagAdapter

public TodoTaskConfigurationBlock.TaskTagAdapter()
Method Detail

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