org.gnu.gnome
Class UIInfoConfigurableTypes

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gnome.UIInfoConfigurableTypes

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 have an equivalent in java-gnome 4.0; have a look for org.gnome.gnome.UIInfoConfigurableTypes.

public class UIInfoConfigurableTypes
extends org.gnu.glib.Enum

The standard items that can be added into menus and toolbars.


Field Summary
static UIInfoConfigurableTypes ABOUT
          Deprecated.  
static UIInfoConfigurableTypes CLEAR
          Deprecated.  
static UIInfoConfigurableTypes CLOSE
          Deprecated.  
static UIInfoConfigurableTypes CLOSE_WINDOW
          Deprecated.  
static UIInfoConfigurableTypes COPY
          Deprecated.  
static UIInfoConfigurableTypes CUT
          Deprecated.  
static UIInfoConfigurableTypes END_GAME
          Deprecated.  
static UIInfoConfigurableTypes FIND
          Deprecated.  
static UIInfoConfigurableTypes FIND_AGAIN
          Deprecated.  
static UIInfoConfigurableTypes HINT
          Deprecated.  
static UIInfoConfigurableTypes NEW
          Deprecated.  
static UIInfoConfigurableTypes NEW_GAME
          Deprecated.  
static UIInfoConfigurableTypes NEW_WINDOW
          Deprecated.  
static UIInfoConfigurableTypes OPEN
          Deprecated.  
static UIInfoConfigurableTypes PASTE
          Deprecated.  
static UIInfoConfigurableTypes PAUSE_GAME
          Deprecated.  
static UIInfoConfigurableTypes PREFERENCES
          Deprecated.  
static UIInfoConfigurableTypes PRINT
          Deprecated.  
static UIInfoConfigurableTypes PRINT_SETUP
          Deprecated.  
static UIInfoConfigurableTypes PROPERTIES
          Deprecated.  
static UIInfoConfigurableTypes QUIT
          Deprecated.  
static UIInfoConfigurableTypes REDO
          Deprecated.  
static UIInfoConfigurableTypes REDO_MOVE
          Deprecated.  
static UIInfoConfigurableTypes REPLACE
          Deprecated.  
static UIInfoConfigurableTypes RESTART_GAME
          Deprecated.  
static UIInfoConfigurableTypes REVERT
          Deprecated.  
static UIInfoConfigurableTypes SAVE
          Deprecated.  
static UIInfoConfigurableTypes SAVE_AS
          Deprecated.  
static UIInfoConfigurableTypes SCORES
          Deprecated.  
static UIInfoConfigurableTypes SELECT_ALL
          Deprecated.  
static UIInfoConfigurableTypes UNDO
          Deprecated.  
static UIInfoConfigurableTypes UNDO_MOVE
          Deprecated.  
 
Method Summary
 UIInfoConfigurableTypes and(UIInfoConfigurableTypes other)
          Deprecated.  
static UIInfoConfigurableTypes intern(int value)
          Deprecated.  
 UIInfoConfigurableTypes or(UIInfoConfigurableTypes other)
          Deprecated.  
 boolean test(UIInfoConfigurableTypes other)
          Deprecated.  
 UIInfoConfigurableTypes xor(UIInfoConfigurableTypes 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

NEW

public static final UIInfoConfigurableTypes NEW
Deprecated. 

OPEN

public static final UIInfoConfigurableTypes OPEN
Deprecated. 

SAVE

public static final UIInfoConfigurableTypes SAVE
Deprecated. 

SAVE_AS

public static final UIInfoConfigurableTypes SAVE_AS
Deprecated. 

REVERT

public static final UIInfoConfigurableTypes REVERT
Deprecated. 

PRINT

public static final UIInfoConfigurableTypes PRINT
Deprecated. 

PRINT_SETUP

public static final UIInfoConfigurableTypes PRINT_SETUP
Deprecated. 

CLOSE

public static final UIInfoConfigurableTypes CLOSE
Deprecated. 

QUIT

public static final UIInfoConfigurableTypes QUIT
Deprecated. 

CUT

public static final UIInfoConfigurableTypes CUT
Deprecated. 

COPY

public static final UIInfoConfigurableTypes COPY
Deprecated. 

PASTE

public static final UIInfoConfigurableTypes PASTE
Deprecated. 

CLEAR

public static final UIInfoConfigurableTypes CLEAR
Deprecated. 

UNDO

public static final UIInfoConfigurableTypes UNDO
Deprecated. 

REDO

public static final UIInfoConfigurableTypes REDO
Deprecated. 

FIND

public static final UIInfoConfigurableTypes FIND
Deprecated. 

FIND_AGAIN

public static final UIInfoConfigurableTypes FIND_AGAIN
Deprecated. 

REPLACE

public static final UIInfoConfigurableTypes REPLACE
Deprecated. 

PROPERTIES

public static final UIInfoConfigurableTypes PROPERTIES
Deprecated. 

PREFERENCES

public static final UIInfoConfigurableTypes PREFERENCES
Deprecated. 

ABOUT

public static final UIInfoConfigurableTypes ABOUT
Deprecated. 

SELECT_ALL

public static final UIInfoConfigurableTypes SELECT_ALL
Deprecated. 

NEW_WINDOW

public static final UIInfoConfigurableTypes NEW_WINDOW
Deprecated. 

CLOSE_WINDOW

public static final UIInfoConfigurableTypes CLOSE_WINDOW
Deprecated. 

NEW_GAME

public static final UIInfoConfigurableTypes NEW_GAME
Deprecated. 

PAUSE_GAME

public static final UIInfoConfigurableTypes PAUSE_GAME
Deprecated. 

RESTART_GAME

public static final UIInfoConfigurableTypes RESTART_GAME
Deprecated. 

UNDO_MOVE

public static final UIInfoConfigurableTypes UNDO_MOVE
Deprecated. 

REDO_MOVE

public static final UIInfoConfigurableTypes REDO_MOVE
Deprecated. 

HINT

public static final UIInfoConfigurableTypes HINT
Deprecated. 

SCORES

public static final UIInfoConfigurableTypes SCORES
Deprecated. 

END_GAME

public static final UIInfoConfigurableTypes END_GAME
Deprecated. 
Method Detail

intern

public static UIInfoConfigurableTypes intern(int value)
Deprecated. 

or

public UIInfoConfigurableTypes or(UIInfoConfigurableTypes other)
Deprecated. 

and

public UIInfoConfigurableTypes and(UIInfoConfigurableTypes other)
Deprecated. 

xor

public UIInfoConfigurableTypes xor(UIInfoConfigurableTypes other)
Deprecated. 

test

public boolean test(UIInfoConfigurableTypes other)
Deprecated.