org.scopemvc.view.swing
Interface ListSelectionParent

All Known Implementing Classes:
SList, STable

public interface ListSelectionParent

STable and SList implement this to allow their SListSelectionModel to refresh parent.

Version:
$Revision: 1.3 $ $Date: 2002/09/05 15:41:48 $
Author:
Steve Meyfroidt

Method Summary
 java.lang.Object findElementAt(int index)
          TODO: document the method
 int findIndexFor(java.lang.Object inValue)
          TODO: document the method
 void issueChangeSelectionControl()
          TODO: document the method
 void setEnabled(boolean inEnabled)
          Sets the enabled
 void validationFailed(java.lang.Exception inException)
          TODO: document the method
 void validationSuccess()
          TODO: document the method
 

Method Detail

validationFailed

public void validationFailed(java.lang.Exception inException)
TODO: document the method

Parameters:
inException - TODO: Describe the Parameter

validationSuccess

public void validationSuccess()
TODO: document the method


setEnabled

public void setEnabled(boolean inEnabled)
Sets the enabled

Parameters:
inEnabled - The new enabled value

issueChangeSelectionControl

public void issueChangeSelectionControl()
TODO: document the method


findIndexFor

public int findIndexFor(java.lang.Object inValue)
TODO: document the method

Parameters:
inValue - TODO: Describe the Parameter
Returns:
TODO: Describe the Return Value

findElementAt

public java.lang.Object findElementAt(int index)
TODO: document the method

Parameters:
index - TODO: Describe the Parameter
Returns:
TODO: Describe the Return Value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.