public static final enum

GTKConstants.ExpanderStyle

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sun.java.swing.plaf.gtk.GTKConstants.ExpanderStyle

Class Overview

Java representation of native GtkExpanderStyle enum

Summary

Enum Values
GTKConstants.ExpanderStyle  COLLAPSED   
GTKConstants.ExpanderStyle  EXPANDED   
GTKConstants.ExpanderStyle  SEMI_COLLAPSED   
GTKConstants.ExpanderStyle  SEMI_EXPANDED   
Public Methods
static GTKConstants.ExpanderStyle valueOf(String name)
final static ExpanderStyle[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GTKConstants.ExpanderStyle COLLAPSED

public static final GTKConstants.ExpanderStyle EXPANDED

public static final GTKConstants.ExpanderStyle SEMI_COLLAPSED

public static final GTKConstants.ExpanderStyle SEMI_EXPANDED

Public Methods

public static GTKConstants.ExpanderStyle valueOf (String name)

public static final ExpanderStyle[] values ()