org.topbraidcomposer.forms
Interface ISubjectForm
- All Known Implementing Classes:
- NestedForm, ResourceFormPage
public interface ISubjectForm
A generic interface for UI components that represent resource forms.
- Author:
- Holger Knublauch
addPropertyWidget
IPropertyWidget addPropertyWidget(com.hp.hpl.jena.rdf.model.Property property,
boolean value)
getControl
org.eclipse.swt.widgets.Control getControl()
getPropertyWidget
IPropertyWidget getPropertyWidget(com.hp.hpl.jena.rdf.model.Property property)
getSubject
com.hp.hpl.jena.rdf.model.Resource getSubject()