public class TreeColumnModelEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_COLUMNS |
| Constructor and Description |
|---|
TreeColumnModelEvent(TreeColumnModel source,
javax.swing.tree.TreePath path,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
javax.swing.tree.TreePath |
getTreePath() |
public static final int ALL_COLUMNS
public TreeColumnModelEvent(TreeColumnModel source, javax.swing.tree.TreePath path, int column)