org.topbraid.actions.statement
Class StatementActions

java.lang.Object
  extended by org.topbraid.actions.statement.StatementActions

public class StatementActions
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
StatementActions()
           
 
Method Summary
static java.util.List<IStatementAction> getActions()
           
static java.lang.String getGroupName(IStatementAction action)
           
static java.util.Iterator<IStatementAction> 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

StatementActions

public StatementActions()
Method Detail

getActions

public static java.util.List<IStatementAction> getActions()

getGroupName

public static java.lang.String getGroupName(IStatementAction action)

listActions

public static java.util.Iterator<IStatementAction> listActions()