Uses of Class
org.eclipse.gmt.weaver.editors.GlobalWeaverEditor

Packages that use GlobalWeaverEditor
org.eclipse.gmt.weaver.editors   
org.eclipse.gmt.weaver.editors.interfaces   
org.eclipse.gmt.weaver.editors.weaving   
org.eclipse.gmt.weaver.transformation.matching   
org.eclipse.gmt.weaver.transformation.panel   
 

Uses of GlobalWeaverEditor in org.eclipse.gmt.weaver.editors
 

Methods in org.eclipse.gmt.weaver.editors that return GlobalWeaverEditor
 GlobalWeaverEditor GlobalWeaverEditor.getGlobalWeaverEditor()
          Returns this instance of GlobalWeaverEditor
 

Uses of GlobalWeaverEditor in org.eclipse.gmt.weaver.editors.interfaces
 

Methods in org.eclipse.gmt.weaver.editors.interfaces that return GlobalWeaverEditor
 GlobalWeaverEditor IWeavingPanel.getGlobalEditor()
           
 

Methods in org.eclipse.gmt.weaver.editors.interfaces with parameters of type GlobalWeaverEditor
 void IWeavingPanel.init(GlobalWeaverEditor editor)
          Initialize the panel with the reference of the Global Editor
 

Uses of GlobalWeaverEditor in org.eclipse.gmt.weaver.editors.weaving
 

Fields in org.eclipse.gmt.weaver.editors.weaving declared as GlobalWeaverEditor
protected  GlobalWeaverEditor GenericWeavingPanel.globalEditor
           
 

Methods in org.eclipse.gmt.weaver.editors.weaving that return GlobalWeaverEditor
 GlobalWeaverEditor GenericWeavingPanel.getGlobalEditor()
           
 

Methods in org.eclipse.gmt.weaver.editors.weaving with parameters of type GlobalWeaverEditor
 void GenericWeavingPanel.init(GlobalWeaverEditor editor)
           
 void GenericWeavingPanel.setGlobalEditor(GlobalWeaverEditor globalEditor)
           
 

Uses of GlobalWeaverEditor in org.eclipse.gmt.weaver.transformation.matching
 

Constructors in org.eclipse.gmt.weaver.transformation.matching with parameters of type GlobalWeaverEditor
MatchConfigurationDialog(org.eclipse.swt.widgets.Shell parentShell, GlobalWeaverEditor editor, TransformationExtensionManager extensionManager, java.lang.String configPath)
          Creates a new wizard dialog for add model/metamodel
 

Uses of GlobalWeaverEditor in org.eclipse.gmt.weaver.transformation.panel
 

Methods in org.eclipse.gmt.weaver.transformation.panel with parameters of type GlobalWeaverEditor
 void TransformationWeavingPanel.init(GlobalWeaverEditor editor)