com.jme.widget.button
Class WidgetButtonStateType

java.lang.Object
  extended bycom.jme.util.JmeType
      extended bycom.jme.widget.button.WidgetButtonStateType

public final class WidgetButtonStateType
extends JmeType

Version:
$Id: WidgetButtonStateType.java,v 1.4 2004/05/27 02:07:29 guurk Exp $
Author:
Gregg Patton

Field Summary
static WidgetButtonStateType BUTTON_DISABLED
           
static WidgetButtonStateType BUTTON_DOWN
           
static WidgetButtonStateType BUTTON_OVER
           
static WidgetButtonStateType BUTTON_UP
           
 
Fields inherited from class com.jme.util.JmeType
name
 
Method Summary
 JmeType getType(java.lang.String name)
          getType returns an instance of the JmeType
 
Methods inherited from class com.jme.util.JmeType
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUTTON_OVER

public static final WidgetButtonStateType BUTTON_OVER

BUTTON_UP

public static final WidgetButtonStateType BUTTON_UP

BUTTON_DOWN

public static final WidgetButtonStateType BUTTON_DOWN

BUTTON_DISABLED

public static final WidgetButtonStateType BUTTON_DISABLED
Method Detail

getType

public JmeType getType(java.lang.String name)
Description copied from class: JmeType
getType returns an instance of the JmeType

Specified by:
getType in class JmeType
Parameters:
name - the String representation of the type
Returns:
an instance of the JmeType