Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt.tree
Class TreeNotifier  view TreeNotifier download TreeNotifier.java

java.lang.Object
  extended bycom.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)