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

Method Summary
 IPropertyWidget addPropertyWidget(com.hp.hpl.jena.rdf.model.Property property, boolean value)
           
 org.eclipse.swt.widgets.Control getControl()
           
 IPropertyWidget getPropertyWidget(com.hp.hpl.jena.rdf.model.Property property)
           
 com.hp.hpl.jena.rdf.model.Resource getSubject()
           
 

Method Detail

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()