Uses of Class
org.gnu.gtk.ArrowType

Packages that use ArrowType
org.gnu.gtk   
 

Uses of ArrowType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ArrowType
static ArrowType ArrowType.UP
           
static ArrowType ArrowType.DOWN
           
static ArrowType ArrowType.LEFT
           
static ArrowType ArrowType.RIGHT
           
 

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

Methods in org.gnu.gtk with parameters of type ArrowType
 void Arrow.setValues(ArrowType type, ShadowType shadowType)
          Set the values for this Arrow object.
 ArrowType ArrowType.or(ArrowType other)
           
 ArrowType ArrowType.and(ArrowType other)
           
 ArrowType ArrowType.xor(ArrowType other)
           
 boolean ArrowType.test(ArrowType other)
           
 

Constructors in org.gnu.gtk with parameters of type ArrowType
Arrow(ArrowType type, ShadowType shadowType)
          Construct a new Arrow.
 


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