Uses of Class
ix.iview.domain.UIRefinement

Packages that use UIRefinement
ix.iview Viewers. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.iview.event   
ix.iview.igraph   
ix.iview.tree   
ix.iview.util   
 

Uses of UIRefinement in ix.iview
 

Fields in ix.iview declared as UIRefinement
(package private)  UIRefinement DeclarationEditor.VarTypeTableModel.refinement
           
 

Methods in ix.iview that return UIRefinement
 UIRefinement ActionEditorPanel.makeNewRefinement(java.lang.String name, LList pattern)
           
 

Methods in ix.iview with parameters of type UIRefinement
 void GlobalFramePanel.actionChanged(java.awt.Component source, UIRefinement old, UIRefinement newAction)
           
 void ActionEditorPanel.actionChanged(java.awt.Component source, UIRefinement old, UIRefinement newAction)
           
 java.util.ArrayList ActionEditorPanel.getAllExpansions(UIRefinement ref)
           
protected  void DeclarationEditor.loadObjectConstraints(UIRefinement refinement)
          Gets variable type and property constraints from the given refinement, loads them into the editor and keeps a copy in case of cancel.
protected  void DeclarationEditor.loadVarConstraints(UIRefinement uir, ItemVar var)
          Loads the constraints of the refinement into the varConstMap
protected  void DeclarationEditor.loadVarType(UIRefinement uir, ItemVar var)
          Looks up the type constraint of the given var in the given refinement.
protected  void DeclarationEditor.saveVarConstraints(UIRefinement uir, ItemVar var)
          Saves the constraints in the varConstMap into the refinement
protected  void DeclarationEditor.saveVarType(UIRefinement uir, ItemVar var)
          Saves the var type (class) in the varTypeMap into the refinement.
protected  java.util.Set DeclarationEditor.setAllConstraints(UIRefinement refinement)
          Goes through the variable type constraints in the var-type table and sets them all in the refinement.
 void DeclarationEditor.VarListEditor.setData(UIRefinement uir, java.util.Collection itemVars)
           
 void DeclarationEditor.VarTypeTableModel.setData(UIRefinement uir, java.util.Collection itemVars)
           
 void DeclarationEditor.setListData(UIRefinement refinement, java.util.Collection data)
          Sets the data in the variable-type table Handles lists or sets of ItemVar
 void GlobalFormPanel.setSelectedAction(UIRefinement newAction)
           
 

Constructors in ix.iview with parameters of type UIRefinement
ConditionEffectEditor(java.awt.Frame owner, UIRefinement refinement)
          Creates an editor for specifying time point relations within the given refinement.
DeclarationEditor(java.awt.Frame owner, UIRefinement refinement)
          Creates an editor for specifying variable declarations within the given refinement.
DefaultConstraintEditor(java.awt.Frame owner, UIRefinement refinement)
          Creates an editor for specifying time point relations within the given refinement.
ObjectConstraintEditor(java.awt.Frame owner, UIRefinement refinement)
          Creates an editor for specifying object constraints within the given refinement.
OrderingEditor(java.awt.Frame owner, UIRefinement refinement)
          Creates an editor for specifying time point relations within the given refinement.
SimpleDeclarationEditor(java.awt.Frame owner, UIRefinement refinement)
          Creates an editor for specifying variable declarations within the given refinement.
 

Uses of UIRefinement in ix.iview.domain
 

Methods in ix.iview.domain that return UIRefinement
 UIRefinement UIRefinement.cloneThis()
           
 

Uses of UIRefinement in ix.iview.event
 

Methods in ix.iview.event with parameters of type UIRefinement
 void CurrentActionListener.actionChanged(java.awt.Component source, UIRefinement oldAction, UIRefinement newAction)
          Implement this method to take note of action selections
 

Uses of UIRefinement in ix.iview.igraph
 

Fields in ix.iview.igraph declared as UIRefinement
 UIRefinement ExpansionModel.currentAction
           
 

Methods in ix.iview.igraph with parameters of type UIRefinement
 void GExpansionEditor.saveExpansionGraph(UIRefinement uir)
           
 void GExpansionEditor.saveToGivenObject(UIRefinement uir)
           
 void GExpansionEditor.setAction(UIRefinement uir)
           
 void ExpansionModel.setAction(UIRefinement uir)
           
 void ExpansionModel.updateAction(UIRefinement uir)
          Updates the given action from the graph
 

Constructors in ix.iview.igraph with parameters of type UIRefinement
ExpansionModel(UIRefinement uir)
           
 

Uses of UIRefinement in ix.iview.tree
 

Constructors in ix.iview.tree with parameters of type UIRefinement
RefinementTreeNode(UIRefinement ref)
           
 

Uses of UIRefinement in ix.iview.util
 

Methods in ix.iview.util with parameters of type UIRefinement
static boolean IVUtil.checkNodeRefConsistency(UIRefinement uir, Ordering o)
          This should be a method within Orderings and Constraints!