public class TreeStateEvent extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NODE_COLLAPSED |
static int |
NODE_EXPANDED |
static int |
SELECTED_NODE_CHANGED |
| Constructor and Description |
|---|
TreeStateEvent(int nEventType,
java.lang.Object objNodeUID,
ITreeStateModel objTreeStateModel)
Constructor for TreeStateEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Returns the EventType.
|
java.lang.Object |
getNodeUID() |
ITreeStateModel |
getTreeStateModel() |
boolean |
isEvent(int nEventType) |
public static final int SELECTED_NODE_CHANGED
public static final int NODE_EXPANDED
public static final int NODE_COLLAPSED
public TreeStateEvent(int nEventType, java.lang.Object objNodeUID, ITreeStateModel objTreeStateModel)
public int getEventType()
public boolean isEvent(int nEventType)
public java.lang.Object getNodeUID()
public ITreeStateModel getTreeStateModel()