org.eclipse.xtext.ui.editor.tasks.dialogfields
Interface IListAdapter


public interface IListAdapter

Change listener used by ListDialogField and CheckedListDialogField


Method Summary
 void customButtonPressed(ListDialogField field, int index)
          A button from the button bar has been pressed.
 void doubleClicked(ListDialogField field)
          En entry in the list has been double clicked
 void selectionChanged(ListDialogField field)
          The selection of the list has changed.
 

Method Detail

customButtonPressed

void customButtonPressed(ListDialogField field,
                         int index)
A button from the button bar has been pressed.


selectionChanged

void selectionChanged(ListDialogField field)
The selection of the list has changed.


doubleClicked

void doubleClicked(ListDialogField field)
En entry in the list has been double clicked