org.equanda.t5gui
Interface SelectedSetter<T>


public interface SelectedSetter<T>

Allow reply from a (single) selection to be set

Author:
Joachim Van der Auwera

Method Summary
 void setSelected(T value)
          Set the value which was selected from the list
 

Method Detail

setSelected

void setSelected(T value)
Set the value which was selected from the list

Parameters:
value - value to set


Copyright © 2007-2009. All Rights Reserved.