352353354355356357358359
if( !anItem.canGet( USER_OBJECT, Object.class ) ) { return; } Object object = anItem.get( USER_OBJECT ); LinkEvent evt = new LinkEvent( TreeGraphDisplay.this, object ); fireLinkActivated( evt ); }
104105106107108109110111
{ if( configDescriptor == null ) { return; } LinkEvent linkEvt = new LinkEvent( this, configDescriptor ); detailModelPane.fireLinkActivated( linkEvt ); }
471472473474475476477478
{ return; } Object object = anItem.get( USER_OBJECT ); LinkEvent evt = new LinkEvent( StackedGraphDisplay.this, object ); fireLinkActivated( evt ); }
148149150151152153154155
{ if( linkObject == null ) { return; } LinkEvent linkEvt = new LinkEvent( this, linkObject ); detailModelPane.fireLinkActivated( linkEvt ); }
153154155156157158159160
141142143144145146147148