Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
org.gnu.atk.RelationSet
public class RelationSet
extends GObject
Constructor Summary | |
|
Method Summary | |
void | |
void |
|
boolean |
|
int | |
Relation |
|
Relation | |
void |
public RelationSet()
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Create a new empty RelationSet
public void add(Relation relation)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Add a new relation to the current relation set if it is not already present.
public boolean contains(RelationType relationship)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Determines whether the relation set contains a relation that matches the specified type.
public int getNumRelations()
public void remove(Relation relation)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Remove a relation from the relation set.