|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dyntable.EntityTableFocusType
$Id: EntityTableFocusType.java,v 1.0 2005/09/25 jDynTable@gmx.de $
This EntityTableFocusType is used to specify the typesafe
focus modes for the EntityTable. This
EntityTableFocusType specifies three modes
of focus: Table, Row, and Cell. See the Jdyntable for
information about how these focus modes affect the behaviour of the
EntityTable.
Field Summary | |
---|---|
static EntityTableFocusType[] |
ALL
An array of all the valid focus types. |
static EntityTableFocusType |
CELL_FOCUS
Identifier for focusing on a cell. |
static EntityTableFocusType |
ROW_FOCUS
Identifier for focusing on a row. |
static EntityTableFocusType |
TABLE_FOCUS
Identifier for focusing on the entire table. |
Method Summary | |
---|---|
EntityTableFocusType[] |
getAll()
Returns an array with all the focus types. |
java.lang.String |
getDescription()
Returns a string description of the focus type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final EntityTableFocusType TABLE_FOCUS
public static final EntityTableFocusType ROW_FOCUS
public static final EntityTableFocusType CELL_FOCUS
public static final EntityTableFocusType[] ALL
Method Detail |
public EntityTableFocusType[] getAll()
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |