|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.view.swing
Interface ListSelectionParent

- 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)
|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC