VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.ReloadElementBinding

Packages that use ReloadElementBinding
uk.ac.reload.editor.contentpackaging.manifestview   
uk.ac.reload.editor.gui   
 

Uses of ReloadElementBinding in uk.ac.reload.editor.contentpackaging.manifestview
 

Methods in uk.ac.reload.editor.contentpackaging.manifestview with parameters of type ReloadElementBinding
 void ManifestElementEditor.setElement(ReloadElementBinding elementBinding)
          Set The Panel to display the data for the Element Over-ride this so we can get the Title Element
 

Uses of ReloadElementBinding in uk.ac.reload.editor.gui
 

Fields in uk.ac.reload.editor.gui declared as ReloadElementBinding
protected  ReloadElementBinding ReloadElementTreeNode._eb
          The ReloadElementBinding
protected  ReloadElementBinding ReloadElementEditor._elementBinding
          The ElementBinding we are editing
protected  ReloadElementBinding ReloadAttributeEditor._elementBinding
          The current ReloadElementBinding
 

Methods in uk.ac.reload.editor.gui that return ReloadElementBinding
 ReloadElementBinding ReloadElementTreeNode.createReloadElementBinding()
          Because other classes may not be interested in tree nodes we can return the important bits wrapped up in a ReloadElementBinding
 

Methods in uk.ac.reload.editor.gui with parameters of type ReloadElementBinding
 void ReloadInfoPanel.setElement(ReloadElementBinding elementBinding)
          Set The Panels to display the data for the Element
 void ReloadElementEditor.setElement(ReloadElementBinding elementBinding)
          Set The Panel to display the data for the Element
 void ReloadElementAttributePanel.setElement(ReloadElementBinding elementBinding)
          Set The Panels to display the data for the Element
 void ReloadAttributeEditor.setElement(ReloadElementBinding elementBinding)
          Set The Panel to display the data for the Element
 


VdexReload 1.1.3 API