|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyWidget
An IWidget that displays the values of a given subject/predicate combination.
| Method Summary | |
|---|---|
void |
addEmptyValue()
Asks the widget to add an "empty" row to hold a new value. |
void |
expandNested()
|
com.hp.hpl.jena.rdf.model.Property |
getPredicate()
|
void |
restoreState(IWidgetState state)
Restores a previously saved state. |
IWidgetState |
saveState()
Creates an object that can be used to restore the state of this widget in the future. |
void |
setPredicate(com.hp.hpl.jena.rdf.model.Property predicate)
|
void |
triplesChanged(TripleChangeRecord[] records,
boolean undone)
Called by the container when triples with the current subject/predicate combination have changed. |
| Methods inherited from interface org.topbraidcomposer.widgets.IWidget |
|---|
getControl, getSubject, setSubject |
| Methods inherited from interface org.eclipse.ui.forms.IFormPart |
|---|
commit, dispose, initialize, isDirty, isStale, refresh, setFocus, setFormInput |
| Method Detail |
|---|
void addEmptyValue()
void expandNested()
com.hp.hpl.jena.rdf.model.Property getPredicate()
void restoreState(IWidgetState state)
state - the state to restore (never null)IWidgetState saveState()
void setPredicate(com.hp.hpl.jena.rdf.model.Property predicate)
void triplesChanged(TripleChangeRecord[] records,
boolean undone)
records - the records describing the changeundone - true if the records have been undone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||