Package | Description |
---|---|
ini.trakem2.tree |
Modifier and Type | Class and Description |
---|---|
class |
LayerTree |
class |
ProjectTree
A class to hold a tree of Thing nodes
|
class |
TemplateTree |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultTreeTransferHandler.canPerformAction(DNDTree target,
DefaultMutableTreeNode dragged_node,
int action,
Point location) |
abstract boolean |
AbstractTreeTransferHandler.canPerformAction(DNDTree target,
DefaultMutableTreeNode nodeDragged,
int action,
Point location) |
boolean |
DefaultTreeTransferHandler.executeDrop(DNDTree target,
DefaultMutableTreeNode dragged_node,
DefaultMutableTreeNode new_parent_node,
int action) |
abstract boolean |
AbstractTreeTransferHandler.executeDrop(DNDTree target,
DefaultMutableTreeNode nodeDragged,
DefaultMutableTreeNode newParentNode,
int action) |
static void |
DNDTree.expandAllNodes(DNDTree tree,
DefaultMutableTreeNode root_node)
Convenient method.
|
static boolean |
DNDTree.expandNode(DNDTree tree,
DefaultMutableTreeNode node) |
static void |
DNDTree.selectNode(Object ob,
DNDTree tree)
Deselects whatever node is selected in the tree, and tries to select the one that contains the given object.
|
Constructor and Description |
---|
AbstractTreeTransferHandler(DNDTree tree,
int action,
boolean drawIcon) |
DefaultTreeTransferHandler(Project project,
DNDTree tree,
int action) |
Copyright © 2015–2021 Fiji. All rights reserved.