- Method in class javax.swing.JList.AccessibleJList public void intervalRemoved (ListDataEvent  e) List Data Listener interval removed method. Used to fire the visible data property changeSpecified by: intervalRemoved in interface ListDataListenerParameters: e - ListDataEvent
- Method in interface javax.swing.event.ListDataListener public void intervalRemoved (ListDataEvent  e) Sent after the indices in the index0,index1 interval have been removed from the data model. The interval includes both index0 and index1.Parameters: e - a ListDataEvent encapuslating the event information
- Method in class javax.swing.plaf.basic.BasicListUI.ListDataHandler public void intervalRemoved (ListDataEvent  e) Description copied from interface: ListDataListener Sent after the indices in the index0,index1 interval have been removed from the data model. The interval includes both index0 and index1.Specified by: intervalRemoved in interface ListDataListenerTags copied from interface: ListDataListenerParameters: e - a ListDataEvent encapuslating the event information
- Method in class javax.swing.plaf.basic.BasicComboPopup.ListDataHandler public void intervalRemoved (ListDataEvent  e) Description copied from interface: ListDataListener Sent after the indices in the index0,index1 interval have been removed from the data model. The interval includes both index0 and index1.Specified by: intervalRemoved in interface ListDataListenerTags copied from interface: ListDataListenerParameters: e - a ListDataEvent encapuslating the event information
- Method in class javax.swing.JComboBox public void intervalRemoved (ListDataEvent  e) Invoked when values have been removed from the data model. The"interval" includes the first and last values removed.Specified by: intervalRemoved in interface ListDataListenerSee Also: ListDataListener