Uses of Class
org.gnu.atk.RelationType

Packages that use RelationType
org.gnu.atk   
 

Uses of RelationType in org.gnu.atk
 

Fields in org.gnu.atk declared as RelationType
static RelationType RelationType.NULL
           
static RelationType RelationType.CONTROLLED_BY
           
static RelationType RelationType.CONTROLLER_FOR
           
static RelationType RelationType.LABEL_FOR
           
static RelationType RelationType.LABELLED_BY
           
static RelationType RelationType.MEMBER_OF
           
static RelationType RelationType.NODE_CHILD_OF
           
static RelationType RelationType.LAST_DEFINED
           
 

Methods in org.gnu.atk that return RelationType
static RelationType RelationType.intern(int value)
           
 RelationType RelationType.or(RelationType other)
           
 RelationType RelationType.and(RelationType other)
           
 RelationType RelationType.xor(RelationType other)
           
 

Methods in org.gnu.atk with parameters of type RelationType
 RelationType RelationType.or(RelationType other)
           
 RelationType RelationType.and(RelationType other)
           
 RelationType RelationType.xor(RelationType other)
           
 boolean RelationType.test(RelationType other)
           
 boolean RelationSet.contains(RelationType relationship)
          Determines whether the relation set contains a relation that matches the specified type.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net