|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatementAction
An action that is applied to a given Jena Statement (triple). IStatementActions are declared using the corresponding Eclipse extension point, so that user interfaces can add the actions to drop down menus etc.
| 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 interface org.topbraid.actions.IAction |
|---|
getImageMetadata, getText |
| Method Detail |
|---|
boolean isEnabledFor(com.hp.hpl.jena.rdf.model.Statement statement)
isVisibleFor(statement)
has delivered true.
statement - the Statement to test against
boolean isVisibleFor(com.hp.hpl.jena.rdf.model.Statement statement)
isEnabledFor returns false.
statement - the Statement to test against
void run(com.hp.hpl.jena.rdf.model.Statement statement)
statement - the Statement to operate on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||