net.sourceforge.xwing.dom
Class NodeTextListModel
java.lang.Object
javax.swing.AbstractListModel
net.sourceforge.xwing.FilteringListModel
net.sourceforge.xwing.dom.NodeTextListModel
- All Implemented Interfaces:
- ListModel, Serializable
- public class NodeTextListModel
- extends FilteringListModel
- See Also:
- Serialized Form
Method Summary |
Object |
readFilter(Object src)
Overridden by all derived classes to provide specific
filtering behavior. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeTextListModel
public NodeTextListModel(ListModel src)
readFilter
public Object readFilter(Object src)
- Description copied from class:
FilteringListModel
- Overridden by all derived classes to provide specific
filtering behavior.
- Specified by:
readFilter
in class FilteringListModel
- Parameters:
src
- The value from the underlying ListModel.
- Returns:
- The filtered value.
Copyright © 2003 The Xwing Project. All Rights Reserved.