|
org.netbeans.swing.tabcontrol 1.36 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComplexListDataListener
An extension to javax.swing.ListDataListener to allow handling of events on non-contiguous elements
| Method Summary | |
|---|---|
void |
indicesAdded(ComplexListDataEvent e)
Elements have been added at the indices specified by the event's getIndices() value |
void |
indicesChanged(ComplexListDataEvent e)
Elements have been changed at the indices specified by the event's getIndices() value. |
void |
indicesRemoved(ComplexListDataEvent e)
Elements have been removed at the indices specified by the event's getIndices() value |
| Methods inherited from interface javax.swing.event.ListDataListener |
|---|
contentsChanged, intervalAdded, intervalRemoved |
| Method Detail |
|---|
void indicesAdded(ComplexListDataEvent e)
e - The eventvoid indicesRemoved(ComplexListDataEvent e)
e - The eventvoid indicesChanged(ComplexListDataEvent e)
isTextChanged() method will return true.
e - The event
|
org.netbeans.swing.tabcontrol 1.36 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||