protected class DefaultTabbedContainerUI.ModelListener extends Object implements ComplexListDataListener
| Constructor and Description |
|---|
DefaultTabbedContainerUI.ModelListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contentsChanged(ListDataEvent e)
DefaultTabDataModel will always call this method with an instance of
ComplexListDataEvent.
|
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
|
void |
intervalAdded(ListDataEvent e) |
void |
intervalRemoved(ListDataEvent e) |
public DefaultTabbedContainerUI.ModelListener()
public void contentsChanged(ListDataEvent e)
contentsChanged in interface ListDataListenerpublic void intervalAdded(ListDataEvent e)
intervalAdded in interface ListDataListenerpublic void intervalRemoved(ListDataEvent e)
intervalRemoved in interface ListDataListenerpublic void indicesAdded(ComplexListDataEvent e)
ComplexListDataListenerindicesAdded in interface ComplexListDataListenere - The eventpublic void indicesRemoved(ComplexListDataEvent e)
ComplexListDataListenerindicesRemoved in interface ComplexListDataListenere - The eventpublic void indicesChanged(ComplexListDataEvent e)
ComplexListDataListenerisTextChanged() method will return true.indicesChanged in interface ComplexListDataListenere - The eventBuilt on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.