|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ tree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.awt.tree
Class TreeNotifier

java.lang.Objectcom.flexstor.common.awt.tree.TreeNotifier
- public class TreeNotifier
- extends java.lang.Object
| Field Summary | |
static int |
CHECK_FIRST_VISIBLE_NODE
|
static int |
count
|
static int |
LAYOUT
|
static int |
REDRAW_OFF
|
static int |
REDRAW_ON
|
static int |
REPAINT
|
static java.util.Set |
set
|
| Constructor Summary | |
TreeNotifier()
|
|
| Method Summary | |
private static Tree |
findTree(int nTree)
|
static void |
notify(int nTree,
int nCommand)
|
static int |
registerTree(Tree tree)
|
static void |
unregisterTree(Tree tree)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
REPAINT
public static final int REPAINT
- See Also:
- Constant Field Values
LAYOUT
public static final int LAYOUT
- See Also:
- Constant Field Values
REDRAW_OFF
public static final int REDRAW_OFF
- See Also:
- Constant Field Values
REDRAW_ON
public static final int REDRAW_ON
- See Also:
- Constant Field Values
CHECK_FIRST_VISIBLE_NODE
public static final int CHECK_FIRST_VISIBLE_NODE
- See Also:
- Constant Field Values
set
public static java.util.Set set
count
public static int count
| Constructor Detail |
TreeNotifier
public TreeNotifier()
| Method Detail |
registerTree
public static int registerTree(Tree tree)
unregisterTree
public static void unregisterTree(Tree tree)
findTree
private static Tree findTree(int nTree)
notify
public static void notify(int nTree,
int nCommand)
|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ tree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.awt.tree.TreeNotifier