A list view control that hosts DiagramItems and supports drag-and-drop to DiagramView.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class ItemListView extends JList<E> |
RemarksThe ItemListView control provides a list of diagram items that can be dragged and dropped onto a DiagramView to create new item instances.
The dimensions of the newly created item are determined by the NewInstanceSize property. If this property is not set, the item's original size is used.
Inheritance Hierarchyjava.lang.Object![]()
java.awt.Component![]()
java.awt.Container![]()
javax.swing.JComponent![]()
javax.swing.JList(E)![]()
com.mindfusion.diagramming.ItemListView
See Also