org.das2.jythoncompletion.ui.LazyListModel

Model that can compute its values lazily and moreover handle some kind of filtering. Made public just to test an impl of Children.EntrySource based on this filtering list.


addListDataListener

addListDataListener( javax.swing.event.ListDataListener l ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


contentsChanged

contentsChanged( javax.swing.event.ListDataEvent listDataEvent ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


getElementAt

getElementAt( int index ) → Object

If value is not know for given index and CREATE.get() is Boolean.FALSE it returns defaultValue.

Returns:

java.lang.Object

search for examples view on GitHub view source


intervalAdded

intervalAdded( javax.swing.event.ListDataEvent listDataEvent ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


intervalRemoved

intervalRemoved( javax.swing.event.ListDataEvent listDataEvent ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


removeListDataListener

removeListDataListener( javax.swing.event.ListDataListener l ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source