|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.actions.statement.AbstractStatementAction
org.topbraidcomposer.widgets.row.composite.actions.AbstractMoveStatementAction
org.topbraidcomposer.widgets.row.composite.actions.MoveDownStatementAction
public class MoveDownStatementAction
| Constructor Summary | |
|---|---|
MoveDownStatementAction()
|
|
| Method Summary | |
|---|---|
boolean |
isEnabledFor(com.hp.hpl.jena.rdf.model.Statement statement)
Checks if this action is enabled for a given statement. |
boolean |
isVisibleFor(com.hp.hpl.jena.rdf.model.Statement statement)
Checks if this action shall appear in a UI (drop down menu) for a given statement. |
void |
run(com.hp.hpl.jena.rdf.model.Statement statement)
Executes the action for a given Statement. |
| Methods inherited from class org.topbraidcomposer.widgets.row.composite.actions.AbstractMoveStatementAction |
|---|
run |
| Methods inherited from class org.topbraid.actions.statement.AbstractStatementAction |
|---|
getImageMetadata, getText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MoveDownStatementAction()
| Method Detail |
|---|
public boolean isEnabledFor(com.hp.hpl.jena.rdf.model.Statement statement)
IStatementActionisVisibleFor(statement)
has delivered true.
isEnabledFor in interface IStatementActionisEnabledFor in class AbstractMoveStatementActionstatement - the Statement to test against
public boolean isVisibleFor(com.hp.hpl.jena.rdf.model.Statement statement)
IStatementActionisEnabledFor returns false.
isVisibleFor in interface IStatementActionisVisibleFor in class AbstractMoveStatementActionstatement - the Statement to test against
public void run(com.hp.hpl.jena.rdf.model.Statement statement)
IStatementAction
statement - the Statement to operate on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||