|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cookxml.cookjface.ui.XmlContentProvider
This content provider is used to generate content from XML.
Constructor Summary | |
XmlContentProvider()
|
Method Summary | |
org.eclipse.swt.widgets.Control |
createContents(org.eclipse.swt.widgets.Composite parent)
|
Object |
getVarObj()
Get the variable object. |
void |
setVarObj(Object varObj)
Set the variable object. |
void |
setXml(DocumentElement xml)
Set the XML source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlContentProvider()
Method Detail |
public void setXml(DocumentElement xml)
xml
- the XML source.public Object getVarObj()
public void setVarObj(Object varObj)
varObj
- the variable object.public org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
createContents
in interface WindowContentProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |