Exemplo n.º 1
0
 /**
  * Adds an event entity to the tree and selects it.
  *
  * @param entity The entity
  */
 public void addEventEntity(EventEntity entity) {
   tree.addEntity(entity);
   tree.select(entity);
   setEventEntity(entity);
 }