edu.umd.cfar.lamp.viper.gui.core
Interface HasMediator

All Known Subinterfaces:
ViperTableTabComponent
All Known Implementing Classes:
AbstractViperTable, ContentTable, SourcefileEditor

public interface HasMediator

A useful helper interface for objects that have a reference to the viper UI mediator.


Method Summary
 ViperViewMediator getMediator()
          Gets the currntly associated UI mediator.
 

Method Detail

getMediator

public ViperViewMediator getMediator()
Gets the currntly associated UI mediator.

Returns:
a viper ui mediator