| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ITraversalStrategy.TraversalScope>
org.eclipse.nebula.widgets.nattable.selection.ITraversalStrategy.TraversalScope
public static enum ITraversalStrategy.TraversalScope
The scope of the traversal which is necessary to determine what should happen on cycling.
| Enum Constant Summary | |
|---|---|
AXIS
The scope of the traversal is on the axis, row or column.  | 
|
TABLE
The scope of the traversal is on the table itself.  | 
|
| Method Summary | |
|---|---|
static ITraversalStrategy.TraversalScope | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static ITraversalStrategy.TraversalScope[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final ITraversalStrategy.TraversalScope AXIS
public static final ITraversalStrategy.TraversalScope TABLE
| Method Detail | 
|---|
public static ITraversalStrategy.TraversalScope[] values()
for (ITraversalStrategy.TraversalScope c : ITraversalStrategy.TraversalScope.values()) System.out.println(c);
public static ITraversalStrategy.TraversalScope valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||