org.esa.beam.framework.ui
Interface CommandUIFactoryAware

All Known Implementing Classes:
BasicView, ProductMetadataView, ProductPlacemarkView, ProductSceneView

public interface CommandUIFactoryAware


Method Summary
 CommandUIFactory getCommandUIFactory()
          Gets the command UI factory used to create the context dependent menu items for the context menu associated with this view.
 void setCommandUIFactory(CommandUIFactory commandUIFactory)
          Sets the command UI factory used to create the context dependent menu items for the context menu associated with this view.
 

Method Detail

getCommandUIFactory

CommandUIFactory getCommandUIFactory()
Gets the command UI factory used to create the context dependent menu items for the context menu associated with this view.

Returns:
the command UI factory

setCommandUIFactory

void setCommandUIFactory(CommandUIFactory commandUIFactory)
Sets the command UI factory used to create the context dependent menu items for the context menu associated with this view.

Parameters:
commandUIFactory - the command UI factory


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.