TWE 2.3-2 API

org.enhydra.jawe
Interface ChoiceButtonListener

All Known Implementing Classes:
GraphController, InfoBarController, JaWEController, XMLListPanel, XMLTablePanel

public interface ChoiceButtonListener


Method Summary
 java.util.List getChoices(ChoiceButton cbutton)
           
 java.lang.Object getSelectedObject(ChoiceButton cbutton)
           
 void selectionChanged(ChoiceButton cbutton, java.lang.Object change)
           
 

Method Detail

selectionChanged

public void selectionChanged(ChoiceButton cbutton,
                             java.lang.Object change)

getSelectedObject

public java.lang.Object getSelectedObject(ChoiceButton cbutton)

getChoices

public java.util.List getChoices(ChoiceButton cbutton)

TWE 2.3-2 API