| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectProperty | |
|---|---|
| ix.iface.domain | Domain parsers and outputters. | 
| ix.ip2 | I-X Process Panels | 
| 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 ObjectProperty in ix.iface.domain | 
|---|
| Methods in ix.iface.domain that return ObjectProperty | |
|---|---|
(package private)  ObjectProperty | 
LTF_Parser.makeObjectProperty(LList spec)
 | 
| Uses of ObjectProperty in ix.ip2 | 
|---|
| Fields in ix.ip2 declared as ObjectProperty | |
|---|---|
(package private)  ObjectProperty | 
ObjectWhiteboard.Fact.prop
 | 
| Methods in ix.ip2 with parameters of type ObjectProperty | |
|---|---|
(package private)  void | 
ObjectWhiteboard.HtmlAnalyser.analyseTD(javax.swing.text.Element td,
          java.lang.Object obj,
          ObjectProperty prop)
 | 
(package private)  java.lang.Object | 
ObjectWhiteboard.getPropValue(ObjectProperty prop,
             java.lang.Object obj,
             java.util.Map state)
 | 
 java.lang.Object | 
ObjectView.read(ObjectProperty property,
     java.lang.String text,
     java.lang.Object oldValue)
 | 
 java.lang.Object | 
ObjectView.ValueParser.read(ObjectProperty property,
     java.lang.String text,
     java.lang.Object oldValue)
 | 
 java.lang.Object | 
ObjectView.ValueParser.readEmptyValue(ObjectProperty property,
               java.lang.Object oldValue)
 | 
 java.lang.String | 
ObjectView.write(ObjectProperty property,
      java.lang.Object value)
 | 
 java.lang.String | 
ObjectView.ValueParser.write(ObjectProperty property,
      java.lang.Object value)
 | 
| Constructors in ix.ip2 with parameters of type ObjectProperty | |
|---|---|
ObjectWhiteboard.Fact(java.lang.Object obj,
                      ObjectProperty prop,
                      javax.swing.text.Element td)
 | 
|
| Uses of ObjectProperty in ix.iview | 
|---|
| Methods in ix.iview with parameters of type ObjectProperty | |
|---|---|
protected  void | 
ObjectConstraintEditor.deleteConstraint(ObjectProperty prop,
                 Constraint c)
 | 
protected  boolean | 
DeclarationEditor.removeConstraint(ItemVar var,
                 UIObjectClass type,
                 ObjectProperty prop,
                 Constraint c)
Remove the constraint;  | 
| Uses of ObjectProperty in ix.iview.domain | 
|---|
| Methods in ix.iview.domain with parameters of type ObjectProperty | |
|---|---|
 void | 
UIObjectClass.addProperty(ObjectProperty property)
 | 
 boolean | 
UIObjectClass.isOwnProperty(ObjectProperty prop)
 | 
 boolean | 
UIObjectClass.isProperty(ObjectProperty prop)
 | 
 void | 
UIObjectClass.replaceProperty(ObjectProperty oldProp,
                ObjectProperty newProp)
 | 
| Uses of ObjectProperty in ix.iview.table | 
|---|
| Methods in ix.iview.table with parameters of type ObjectProperty | |
|---|---|
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.  | 
| Uses of ObjectProperty in ix.iview.util | 
|---|
| Methods in ix.iview.util that return ObjectProperty | |
|---|---|
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.  | 
| Methods in ix.iview.util with parameters of type ObjectProperty | |
|---|---|
static boolean | 
IVUtil.isPropertyPattern(ObjectProperty prop,
                  LList pattern)
Looks at the first element in the list and compares it to the given property.  | 
static boolean | 
IVUtil.isSimplePropertyAssignment(PatternAssignment ass,
                           ObjectProperty prop,
                           ItemVar var)
Looks at the second element in the list and compares it to the given variable.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||