Uses of Interface
org.topbraid.actions.statement.IStatementAction

Packages that use IStatementAction
org.topbraid.actions.statement   
org.topbraid.actionslib.statement   
org.topbraidcomposer.navigation.inferences.explanations.actions   
org.topbraidcomposer.sparql.form.actions   
org.topbraidcomposer.ui.actions   
org.topbraidcomposer.widgets.row.actions   
org.topbraidcomposer.widgets.row.composite.actions   
 

Uses of IStatementAction in org.topbraid.actions.statement
 

Classes in org.topbraid.actions.statement that implement IStatementAction
 class AbstractStatementAction
          A basic implementation of IStatementAction with some convenience services.
 

Methods in org.topbraid.actions.statement that return types with arguments of type IStatementAction
static java.util.List<IStatementAction> StatementActions.getActions()
           
static java.util.Iterator<IStatementAction> StatementActions.listActions()
           
 

Methods in org.topbraid.actions.statement with parameters of type IStatementAction
static java.lang.String StatementActions.getGroupName(IStatementAction action)
           
 

Uses of IStatementAction in org.topbraid.actionslib.statement
 

Classes in org.topbraid.actionslib.statement that implement IStatementAction
 class AssertStatementAction
           
 class ConvertObjectToBNodeAction
           
 class DeleteStatementAction
           
 

Uses of IStatementAction in org.topbraidcomposer.navigation.inferences.explanations.actions
 

Classes in org.topbraidcomposer.navigation.inferences.explanations.actions that implement IStatementAction
 class InferencesExplanationsStatementAction
           
 

Uses of IStatementAction in org.topbraidcomposer.sparql.form.actions
 

Classes in org.topbraidcomposer.sparql.form.actions that implement IStatementAction
 class ExecuteQueryAction
           
 

Uses of IStatementAction in org.topbraidcomposer.ui.actions
 

Constructors in org.topbraidcomposer.ui.actions with parameters of type IStatementAction
StatementActionAction(IStatementAction action, com.hp.hpl.jena.rdf.model.Statement statement)
           
 

Uses of IStatementAction in org.topbraidcomposer.widgets.row.actions
 

Classes in org.topbraidcomposer.widgets.row.actions that implement IStatementAction
 class AddMax1StatementAction
           
 class CreateReifiedStatementAction
           
 class DeleteReifiedStatementAction
           
 class ReplaceInstanceStatementAction
           
 class ViewReifiedStatementAction
           
 

Uses of IStatementAction in org.topbraidcomposer.widgets.row.composite.actions
 

Classes in org.topbraidcomposer.widgets.row.composite.actions that implement IStatementAction
 class AbstractMoveStatementAction
           
 class MoveDownStatementAction
           
 class MoveUpStatementAction