Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.view.swing
Interface ListSelectionParent  view ListSelectionParent download ListSelectionParent.java

All Known Implementing Classes:
SList, STable

public interface ListSelectionParent

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

Version:
$Revision: 1.2 $ $Date: 2002/01/12 09:35:42 $

Method Summary
 java.lang.Object findElementAt(int index)
           
 int findIndexFor(java.lang.Object inValue)
           
 void issueChangeSelectionControl()
           
 void setEnabled(boolean inEnabled)
           
 void validationFailed(java.lang.Exception inException)
           
 void validationSuccess()
           
 

Method Detail

validationFailed

public void validationFailed(java.lang.Exception inException)

validationSuccess

public void validationSuccess()

setEnabled

public void setEnabled(boolean inEnabled)

issueChangeSelectionControl

public void issueChangeSelectionControl()

findIndexFor

public int findIndexFor(java.lang.Object inValue)

findElementAt

public java.lang.Object findElementAt(int index)