de.jaret.util.ui.timebars.swt
Interface RowContextMenuHandler


public interface RowContextMenuHandler

Callback interface for retrieving a context menu on a header or hierarchy popup.

Version:
$Id: RowContextMenuHandler.java 800 2008-12-27 22:27:33Z kliem $
Author:
Peter Kliem

Method Summary
 org.eclipse.swt.widgets.Menu getContextMenu(TimeBarViewer tbv, TimeBarRow row)
          Retrieve a configured context menu appropriate for the row selection.
 

Method Detail

getContextMenu

org.eclipse.swt.widgets.Menu getContextMenu(TimeBarViewer tbv,
                                            TimeBarRow row)
Retrieve a configured context menu appropriate for the row selection. May return null indicating no context menu.

Parameters:
tbv - requesting TimeBarViewer.
row - row on which the context menu is popped up
Returns:
a configured context menu or null.


Copyright © 2012. All Rights Reserved.