|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.client.model.dnd.TransferTreePath
public class TransferTreePath
The Class TransferTreePath.
Constructor Summary | |
---|---|
TransferTreePath(java.util.List<javax.swing.tree.TreePath> treePaths)
Instantiates a new transfer tree path. |
Method Summary | |
---|---|
java.awt.dnd.DragSourceContext |
getDragSourceContext()
Gets the drag source context. |
java.util.List<javax.swing.tree.TreePath> |
getTreePaths()
Gets the tree paths. |
void |
setDragSourceContext(java.awt.dnd.DragSourceContext dragSourceContext)
Sets the drag source context. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransferTreePath(java.util.List<javax.swing.tree.TreePath> treePaths)
treePaths
- the tree pathsMethod Detail |
---|
public java.awt.dnd.DragSourceContext getDragSourceContext()
public void setDragSourceContext(java.awt.dnd.DragSourceContext dragSourceContext)
dragSourceContext
- the new drag source contextpublic java.util.List<javax.swing.tree.TreePath> getTreePaths()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |