|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWidget
A part of a resource form. Widgets are typically used to edit values of a predicate for a given subject. This interface extends IFormPart and implementations should follow the usual life cycle of an IFormPart within a ManagedForm.
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Control |
getControl()
Gets the visual Control represented by this widget. |
com.hp.hpl.jena.rdf.model.Resource |
getSubject()
Gets the subject that is currently assigned to this. |
void |
setSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Notifies this that the subject has changed. |
| Methods inherited from interface org.eclipse.ui.forms.IFormPart |
|---|
commit, dispose, initialize, isDirty, isStale, refresh, setFocus, setFormInput |
| Method Detail |
|---|
org.eclipse.swt.widgets.Control getControl()
com.hp.hpl.jena.rdf.model.Resource getSubject()
void setSubject(com.hp.hpl.jena.rdf.model.Resource subject)
subject - the new subject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||