org.microemu.device.impl
Class ButtonName

java.lang.Object
  extended by org.microemu.device.impl.ButtonName

public final class ButtonName
extends java.lang.Object

This class defines Buttons available on Device Implementation is Java 5 enum in java 1.4

Author:
vlads

Field Summary
static ButtonName BACK_SPACE
           
static ButtonName DELETE
           
static ButtonName DOWN
           
static ButtonName KEY_NUM0
           
static ButtonName KEY_NUM1
           
static ButtonName KEY_NUM2
           
static ButtonName KEY_NUM3
           
static ButtonName KEY_NUM4
           
static ButtonName KEY_NUM5
           
static ButtonName KEY_NUM6
           
static ButtonName KEY_NUM7
           
static ButtonName KEY_NUM8
           
static ButtonName KEY_NUM9
           
static ButtonName KEY_POUND
           
static ButtonName KEY_STAR
           
static ButtonName LEFT
           
static ButtonName RIGHT
           
static ButtonName SELECT
           
static ButtonName SOFT1
           
static ButtonName SOFT2
           
static ButtonName SOFT3
           
static ButtonName UP
           
 
Method Summary
static ButtonName getButtonName(java.lang.String functionName)
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SOFT1

public static final ButtonName SOFT1

SOFT2

public static final ButtonName SOFT2

SOFT3

public static final ButtonName SOFT3

SELECT

public static final ButtonName SELECT

UP

public static final ButtonName UP

DOWN

public static final ButtonName DOWN

LEFT

public static final ButtonName LEFT

RIGHT

public static final ButtonName RIGHT

BACK_SPACE

public static final ButtonName BACK_SPACE

DELETE

public static final ButtonName DELETE

KEY_NUM0

public static final ButtonName KEY_NUM0

KEY_NUM1

public static final ButtonName KEY_NUM1

KEY_NUM2

public static final ButtonName KEY_NUM2

KEY_NUM3

public static final ButtonName KEY_NUM3

KEY_NUM4

public static final ButtonName KEY_NUM4

KEY_NUM5

public static final ButtonName KEY_NUM5

KEY_NUM6

public static final ButtonName KEY_NUM6

KEY_NUM7

public static final ButtonName KEY_NUM7

KEY_NUM8

public static final ButtonName KEY_NUM8

KEY_NUM9

public static final ButtonName KEY_NUM9

KEY_STAR

public static final ButtonName KEY_STAR

KEY_POUND

public static final ButtonName KEY_POUND
Method Detail

getButtonName

public static ButtonName getButtonName(java.lang.String functionName)

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2009 MicroEmulator Team. All Rights Reserved.