Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
java.lang.Objectjava.util.EventObject
jve.generated.SwingTableBinder.SwingTableSelectionChangedEvent
The type of event that is fired when the table's selection changes.
Field Summary
Fields inherited from class java.util.EventObject source
Constructor Summary SwingTableBinder.SwingTableSelectionChangedEvent(java.lang.Object source)
Method Summary int getSelectionIndex()
This returns the index of the selected row in the visual table.
Methods inherited from class java.util.EventObject getSource, toString
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jve.generated.ITableBinder.SelectionChangedEvent getSource
Constructor Detail
public SwingTableBinder.SwingTableSelectionChangedEvent(java.lang.Object source)
Method Detail
public int getSelectionIndex()
Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD