|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.GObject | +--org.gnu.atk.RelationSet
Constructor Summary | |
RelationSet()
Create a new empty RelationSet |
Method Summary | |
void |
add(Relation relation)
Add a new relation to the current relation set if it is not already present. |
boolean |
contains(RelationType relationship)
Determines whether the relation set contains a relation that matches the specified type. |
void |
remove(Relation relation)
Remove a relation from the relation set. |
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationSet()
Method Detail |
public void add(Relation relation)
public void remove(Relation relation)
public boolean contains(RelationType relationship)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |