public static final class TreeTable.DropLocation
extends javax.swing.TransferHandler.DropLocation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(TreeTable.DropLocation o) |
int |
getColumn() |
int |
getIndex()
Returns the child index within the last branch of the path.
|
javax.swing.tree.TreePath |
getPath() |
int |
getRow() |
boolean |
isInsertColumn() |
boolean |
isInsertRow() |
public javax.swing.tree.TreePath getPath()
public int getIndex()
public int getRow()
public int getColumn()
public boolean isInsertRow()
public boolean isInsertColumn()
public boolean equals(TreeTable.DropLocation o)