Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gtk.ButtonsType
public class ButtonsType
extends Enum
Field Summary | |
static ButtonsType |
|
static ButtonsType |
|
static ButtonsType |
|
static ButtonsType |
|
static ButtonsType |
|
static ButtonsType |
|
Method Summary | |
ButtonsType |
|
static ButtonsType |
|
ButtonsType |
|
boolean |
|
ButtonsType |
|
public static final ButtonsType CANCEL
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
A Cancel button
public static final ButtonsType CLOSE
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
A Close button
public static final ButtonsType NONE
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
No buttons at all.
public static final ButtonsType OK
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
An OK button.
public static final ButtonsType OK_CANCEL
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
OK and Cancel buttons.
public static final ButtonsType YES_NO
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Yes and No buttons.