|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ui.forms.AbstractFormPart
org.topbraidcomposer.widgets.AbstractWidget
public abstract class AbstractWidget
A base class for form parts that implement IWidget.
| Constructor Summary | |
|---|---|
protected |
AbstractWidget()
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.rdf.model.Resource |
getSubject()
Gets the subject that is currently assigned to this. |
protected org.eclipse.ui.forms.widgets.FormToolkit |
getToolkit()
|
void |
setSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Notifies this that the subject has changed. |
| Methods inherited from class org.eclipse.ui.forms.AbstractFormPart |
|---|
commit, dispose, getManagedForm, initialize, isDirty, isStale, markDirty, markStale, refresh, setFocus, setFormInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.topbraidcomposer.widgets.IWidget |
|---|
getControl |
| Methods inherited from interface org.eclipse.ui.forms.IFormPart |
|---|
commit, dispose, initialize, isDirty, isStale, refresh, setFocus, setFormInput |
| Constructor Detail |
|---|
protected AbstractWidget()
| Method Detail |
|---|
public com.hp.hpl.jena.rdf.model.Resource getSubject()
IWidget
getSubject in interface IWidgetprotected org.eclipse.ui.forms.widgets.FormToolkit getToolkit()
public void setSubject(com.hp.hpl.jena.rdf.model.Resource subject)
IWidget
setSubject in interface IWidgetsubject - the new subject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||