alxtree
Class AlxTreeEvent
java.lang.Object
|
+--alxtree.AlxTreeEvent
- public class AlxTreeEvent
- extends java.lang.Object
Titre :
Description :
Copyright : Copyright (c) 2001
Société :
- Version:
- 1.0
- Author:
- Alexandre Alapetite
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ALX_TREE_OUVERTURE
public static final int ALX_TREE_OUVERTURE
ALX_TREE_FERMETURE
public static final int ALX_TREE_FERMETURE
ALX_TREE_NOEUD_EVENT
public static final int ALX_TREE_NOEUD_EVENT
alxTree
private AlxTree alxTree
alxNoeud
private AlxNoeud alxNoeud
id
private int id
AlxTreeEvent
public AlxTreeEvent(AlxTree alxTree_Source,
AlxNoeud alxNoeud_Source)
AlxTreeEvent
public AlxTreeEvent(AlxTree alxTree_Source,
AlxNoeud alxNoeud_Source,
int id)
getAlxTree
public AlxTree getAlxTree()
getAlxNoeud
public AlxNoeud getAlxNoeud()
getID
public int getID()