Uses of Class
ix.iview.domain.UIObjectClass

Packages that use UIObjectClass
ix.iview Viewers. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.iview.table   
ix.iview.util   
 

Uses of UIObjectClass in ix.iview
 

Fields in ix.iview declared as UIObjectClass
protected  UIObjectClass ObjectConstraintEditor.objectClass
           
 

Methods in ix.iview that return UIObjectClass
protected  UIObjectClass AROEditorPanel.getClassFromUser(java.util.List offers, java.lang.String message, UIObjectClass parentClass)
           
protected  UIObjectClass AROEditorPanel.getClassFromUser(java.util.List offers, UIObjectClass parentClass)
           
protected  UIObjectClass AROEditorPanel.getClassFromUser(java.lang.String message, UIObjectClass parentClass)
           
protected  UIObjectClass AROEditorPanel.getClassFromUser(UIObjectClass parentClass)
           
protected  UIObjectClass DeclarationEditor.getVarType(ItemVar var)
          Looks up the var type for the given variable in the varTypeMap
 UIObjectClass AROEditorPanel.newUIObjectClass(java.lang.String name)
           
 UIObjectClass AROEditorPanel.newUIObjectClass(java.lang.String name, UIObjectClass parent)
           
 

Methods in ix.iview with parameters of type UIObjectClass
protected  UIObjectClass AROEditorPanel.getClassFromUser(java.util.List offers, java.lang.String message, UIObjectClass parentClass)
           
protected  UIObjectClass AROEditorPanel.getClassFromUser(java.util.List offers, UIObjectClass parentClass)
           
protected  UIObjectClass AROEditorPanel.getClassFromUser(java.lang.String message, UIObjectClass parentClass)
           
protected  UIObjectClass AROEditorPanel.getClassFromUser(UIObjectClass parentClass)
           
protected static java.util.List ObjectConstraintEditor.getObjectProperties(int mode, UIObjectClass oClass)
           
protected  Constraint ObjectConstraintEditor.makeConstraint(ItemVar var, UIObjectClass oClass, java.lang.String typeProperty)
          Make a type constraint for the variable
 UIObjectClass AROEditorPanel.newUIObjectClass(java.lang.String name, UIObjectClass parent)
           
protected  void DeclarationEditor.noteVarType(ItemVar var, UIObjectClass type)
          Notes the given type for the given variable in the varTypeMap.
protected  void DeclarationEditor.noteVarTypeConstraint(ItemVar var, UIObjectClass oClass)
          Notes the var type for the given variable in the varTypeConstraints map
protected  boolean DeclarationEditor.removeConstraint(ItemVar var, UIObjectClass type, Constraint c)
          Remove the constraint;
protected  boolean DeclarationEditor.removeConstraint(ItemVar var, UIObjectClass type, ObjectProperty prop, Constraint c)
          Remove the constraint;
 void PropertyConstraintsListener.variableTypeChanged(ItemVar var, UIObjectClass oldType, UIObjectClass newType)
           
 void ObjectConstraintEditor.variableTypeChanged(ItemVar var, UIObjectClass oldType, UIObjectClass newType)
           
 void DeclarationEditor.variableTypeChanged(ItemVar var, UIObjectClass oldType, UIObjectClass newType)
           
 

Uses of UIObjectClass in ix.iview.domain
 

Methods in ix.iview.domain that return UIObjectClass
 UIObjectClass UIObjectClass.cloneThis()
           
 UIObjectClass UIDomain.getObjectClassRoot()
           
 UIObjectClass UIDomain.getObjectClassRootOld()
           
 

Methods in ix.iview.domain with parameters of type UIObjectClass
 boolean UIObjectClass.checkLegalParent(UIObjectClass otherNode)
           
 boolean UIObjectClass.isParentOf(UIObjectClass otherNode)
           
 java.lang.String UIObjectClass.reportLegalChild(UIObjectClass otherNode)
           
 java.lang.String UIObjectClass.reportLegalParent(UIObjectClass otherNode)
           
 

Uses of UIObjectClass in ix.iview.table
 

Fields in ix.iview.table declared as UIObjectClass
(package private)  UIObjectClass PropertyTableModel.objectClass
           
 

Methods in ix.iview.table with parameters of type UIObjectClass
static java.util.HashMap PropertyTableModel.noteProperty(java.util.HashMap propMap, UIObjectClass oClass, ObjectProperty prop, Constraint c)
          Note the given constraint in the given propMap under the given property.
 void PropertyTableModel.setConstraints(ItemVar var, UIObjectClass oClass, java.util.HashMap propConstrMap)
           
 void PropertyTableModel.setObjectClass(UIObjectClass oClass)
           
 

Uses of UIObjectClass in ix.iview.util
 

Methods in ix.iview.util with parameters of type UIObjectClass
static ObjectProperty IVUtil.propertyFromConstraint(UIObjectClass oClass, Constraint c)
          Looks at the pattern of the given constraint and returns the string that is the first element of that pattern, i.e. the place where a property would be.
static ObjectProperty IVUtil.propertyFromPattern(java.util.List pattern, UIObjectClass oClass)
          Looks for an ObjectProperty in the given pattern that is defined for the given UIObjectClass.
static ObjectProperty IVUtil.propertyFromString(java.lang.String s, UIObjectClass oc)
          Finds a property of the given class whose name matches the given string.
static Constraint IVUtil.setConstraintValue(UIObjectClass oClass, Constraint constr, java.lang.Object val)