com.fg.ftree
Interface FActionConstants

All Known Subinterfaces:
FNodeCellGUI, FTreeCellGUI
All Known Implementing Classes:
DefaultFTreeCellGUI, FAbstractToggleNode, FTree

public interface FActionConstants

Interface defines a set of constants to be returned (possibly as a "bitwise OR" combination) by the FTreeCellGUI.cellClicked(FTree, Object, JComponent, int, int, java.util.List) and FNodeCellGUI.cellClicked(FTree, JComponent, int, int, java.util.List) methods.

Version:
2.0
Author:
Felix Golubov
See Also:
FNodeCellGUI, FTreeCellGUI

Field Summary
static int CHANGE_EXPANSION
           
static int DROP_SELECTION
           
static int EDIT_CELL
           
static int NO_ACTION
           
static int SELECT_NODE
           
 

Field Detail

NO_ACTION

public static final int NO_ACTION
See Also:
Constant Field Values

DROP_SELECTION

public static final int DROP_SELECTION
See Also:
Constant Field Values

SELECT_NODE

public static final int SELECT_NODE
See Also:
Constant Field Values

CHANGE_EXPANSION

public static final int CHANGE_EXPANSION
See Also:
Constant Field Values

EDIT_CELL

public static final int EDIT_CELL
See Also:
Constant Field Values