Search
NodeListView Class
Remarks See Also
 






Represents a list control containing DiagramNode objects. Nodes from the list can be dragged to a Diagram canvas to create new nodes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public class NodeListView
    extends JList<DraggedItem>

 Remarks

 Obsolete
This component has been superseded by ItemListView, which can also display DiagramLink objects.

 Inheritance Hierarchy


java.lang.Object
    android.view.View
        android.view.ViewGroup
            android.widget.AdapterView<android.widget.ListAdapter>
                android.widget.AbsListView
                    android.widget.ListView
                        com.mindfusion.diagramming.NodeListView

 See Also