Uses of Class
se.cambio.cds.gdl.editor.controller.GDLEditor

Packages that use GDLEditor
se.cambio.cds.gdl.editor.controller   
se.cambio.cds.gdl.editor.controller.interfaces   
se.cambio.cds.gdl.editor.controller.sw   
se.cambio.cds.gdl.editor.util   
se.cambio.cds.gdl.editor.view.dialog   
se.cambio.cds.gdl.editor.view.frame   
se.cambio.cds.gdl.editor.view.panels   
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.controller
 

Methods in se.cambio.cds.gdl.editor.controller that return GDLEditor
static GDLEditor EditorManager.getActiveGDLEditor()
           
 

Methods in se.cambio.cds.gdl.editor.controller with parameters of type GDLEditor
static void EditorManager.initController(GDLEditor controller)
           
static void EditorManager.setActiveGDLEditor(GDLEditor controller)
           
 void GDLEditor.setCurrentTab(GDLEditor editor)
           
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.controller.interfaces
 

Methods in se.cambio.cds.gdl.editor.controller.interfaces with parameters of type GDLEditor
 void EditorViewer.initController(GDLEditor controller)
           
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.controller.sw
 

Methods in se.cambio.cds.gdl.editor.controller.sw that return GDLEditor
 GDLEditor CompileGuideSW.getController()
           
 

Constructors in se.cambio.cds.gdl.editor.controller.sw with parameters of type GDLEditor
CompileGuideSW(GDLEditor controller)
           
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.util
 

Methods in se.cambio.cds.gdl.editor.util with parameters of type GDLEditor
static boolean DefinitionDependencyChecker.isBeingUsed(ArchetypeElementInstantiationRuleLine aeirl, GDLEditor controller)
          Checks if the definition of an Archetype Element is used inside any rule line (preconditions, conditions or actions)
static boolean DefinitionDependencyChecker.isBeingUsed(ArchetypeInstantiationRuleLine airl, GDLEditor controller)
          Checks if the definition of a Archetype Reference is used inside any rule line (preconditions, conditions or actions)
static boolean DefinitionDependencyChecker.isBeingUsedInAction(ArchetypeInstantiationRuleLine airl, GDLEditor controller)
          Checks if the definition of a Archetype Reference is used inside any rule line on an action
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.view.dialog
 

Methods in se.cambio.cds.gdl.editor.view.dialog with parameters of type GDLEditor
 void DialogGDLEditor.initController(GDLEditor controller)
           
 

Constructors in se.cambio.cds.gdl.editor.view.dialog with parameters of type GDLEditor
DialogElementAttributeFunctionInstanceSelection(Window owner, GDLEditor controller, boolean onlyCDSDomain)
           
DialogElementInstanceSelection(Window owner, GDLEditor controller, boolean onlyCDSDomain)
           
DialogGTCodeSelection(Window owner, GDLEditor controller)
           
DialogTerminologyIdSelection(Window owner, GDLEditor controller)
           
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.view.frame
 

Methods in se.cambio.cds.gdl.editor.view.frame with parameters of type GDLEditor
 void GDLEditorFrame.initController(GDLEditor controller)
           
 

Uses of GDLEditor in se.cambio.cds.gdl.editor.view.panels
 

Fields in se.cambio.cds.gdl.editor.view.panels declared as GDLEditor
 GDLEditor ConditionsAndActionsPanel._controller
           
 

Methods in se.cambio.cds.gdl.editor.view.panels that return GDLEditor
 GDLEditor RuleLinesPanel.getController()
           
 

Constructors in se.cambio.cds.gdl.editor.view.panels with parameters of type GDLEditor
BindingPanel(GDLEditor gdlEditor, String terminologyId)
           
BindingsPanel(GDLEditor controller)
           
ConditionsAndActionsPanel(GDLEditor controller)
           
DescriptionPanel(GDLEditor gdlEditor)
           
DVISACodedTextPanel(DVGenericPanel dvGenericPanel, org.openehr.rm.datatypes.basic.DataValue dataValue, GDLEditor controller)
           
DVLocalCodedTextPanel(GDLEditor controller)
           
GDLEditorMainPanel(GDLEditor controller)
          This is the default constructor
GDLPanel(GDLEditor controller)
           
GuideExportPluginPanel(GDLEditor controller, GuideExportPlugin exportPlugin)
           
GuidePanel(GDLEditor controller)
           
HTMLPanel(GDLEditor controller)
           
RuleLinesPanel(GDLEditor controller, Collection<RuleLine> selectableRuleLines, List<RuleLine> ruleLines, String title)
           
RulePanel(GDLEditor controller)
           
RulesPanel(GDLEditor controller)
           
TerminologyPanel(GDLEditor gdlEditor)
           
 



Copyright © 2013 Cambio. All Rights Reserved.