.getLastPathComponent();
Object[] data = getUserObjects(currentNode);
if (data.length == 0) {
// this should clear the right-side panel
mediator.fireDomainDisplayEvent(new DomainDisplayEvent(this, null));
return;
}
Object obj = data[data.length - 1];
if (obj instanceof DataDomain) {
mediator
.fireDomainDisplayEvent(new DomainDisplayEvent(this, (DataDomain) obj));
}
else if (obj instanceof DataMap) {
if (data.length == 3) {
mediator.fireDataMapDisplayEvent(new DataMapDisplayEvent(
this,