org.gnu.atk
Class Layer

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.atk.Layer

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.atk.Layer. As this package was never fully implemented in java-gnome 2.x, however, any new code written will have a considerably different public API.

public class Layer
extends org.gnu.glib.Enum

Describes the layer of a component.


Field Summary
static Layer BACKGROUND
          Deprecated.  
static Layer CANVAS
          Deprecated.  
static Layer INVALID
          Deprecated.  
static Layer MDI
          Deprecated.  
static Layer OVERLAY
          Deprecated.  
static Layer POPUP
          Deprecated.  
static Layer WIDGET
          Deprecated.  
static Layer WINDOW
          Deprecated.  
 
Method Summary
 Layer and(Layer other)
          Deprecated.  
static Layer intern(int value)
          Deprecated.  
 Layer or(Layer other)
          Deprecated.  
 boolean test(Layer other)
          Deprecated.  
 Layer xor(Layer other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final Layer INVALID
Deprecated. 

BACKGROUND

public static final Layer BACKGROUND
Deprecated. 

CANVAS

public static final Layer CANVAS
Deprecated. 

WIDGET

public static final Layer WIDGET
Deprecated. 

MDI

public static final Layer MDI
Deprecated. 

POPUP

public static final Layer POPUP
Deprecated. 

OVERLAY

public static final Layer OVERLAY
Deprecated. 

WINDOW

public static final Layer WINDOW
Deprecated. 
Method Detail

intern

public static Layer intern(int value)
Deprecated. 

or

public Layer or(Layer other)
Deprecated. 

and

public Layer and(Layer other)
Deprecated. 

xor

public Layer xor(Layer other)
Deprecated. 

test

public boolean test(Layer other)
Deprecated.