com.intel.gui.controls2.configurable
Enum GUIKeys

java.lang.Object
  extended by java.lang.Enum<GUIKeys>
      extended by com.intel.gui.controls2.configurable.GUIKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GUIKeys>

public enum GUIKeys
extends java.lang.Enum<GUIKeys>

Version:
$Id: GUIKeys.java,v 1.2 2007/02/20 15:46:47 dizhigul Exp $
Author:
Denis Zhigula

Enum Constant Summary
ascending
           
column0
           
column1
           
column2
           
column3
           
column4
           
column5
           
column6
           
column7
           
column8
           
column9
           
columns
           
height
           
HScrollBar
           
lastPath
           
lastSortColumn
           
selectedTab
           
splitPosition
           
state
           
textValue
           
VScrollBar
           
width
           
x
           
y
           
 
Field Summary
static GUIKeys[] TableColumns
           
 
Method Summary
 java.lang.String getKey()
           
static GUIKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GUIKeys[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

x

public static final GUIKeys x

y

public static final GUIKeys y

width

public static final GUIKeys width

height

public static final GUIKeys height

state

public static final GUIKeys state

ascending

public static final GUIKeys ascending

lastSortColumn

public static final GUIKeys lastSortColumn

VScrollBar

public static final GUIKeys VScrollBar

HScrollBar

public static final GUIKeys HScrollBar

column0

public static final GUIKeys column0

column1

public static final GUIKeys column1

column2

public static final GUIKeys column2

column3

public static final GUIKeys column3

column4

public static final GUIKeys column4

column5

public static final GUIKeys column5

column6

public static final GUIKeys column6

column7

public static final GUIKeys column7

column8

public static final GUIKeys column8

column9

public static final GUIKeys column9

columns

public static final GUIKeys columns

textValue

public static final GUIKeys textValue

selectedTab

public static final GUIKeys selectedTab

splitPosition

public static final GUIKeys splitPosition

lastPath

public static final GUIKeys lastPath
Field Detail

TableColumns

public static GUIKeys[] TableColumns
Method Detail

values

public static final GUIKeys[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(GUIKeys c : GUIKeys.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static GUIKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getKey

public java.lang.String getKey()


Copyright © 2008. All Rights Reserved.