org.topbraidcomposer.widgets.row.actions
Class RowWidgetActions

java.lang.Object
  extended by org.topbraidcomposer.widgets.row.actions.RowWidgetActions

public class RowWidgetActions
extends java.lang.Object

A Singleton to conveniently access the registered StatementActions.

Author:
Holger Knublauch

Field Summary
static java.lang.String EXTENSION_POINT
           
 
Constructor Summary
RowWidgetActions()
           
 
Method Summary
static void addActions(org.eclipse.jface.action.IMenuManager menuManager, RowWidget widget)
           
static java.util.Iterator listActions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT

public static final java.lang.String EXTENSION_POINT
See Also:
Constant Field Values
Constructor Detail

RowWidgetActions

public RowWidgetActions()
Method Detail

addActions

public static void addActions(org.eclipse.jface.action.IMenuManager menuManager,
                              RowWidget widget)

listActions

public static java.util.Iterator listActions()