|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.ui.ControlBase
The only purpose of this class is to provide space for Control's static variables and to keep the number of Fields in control below 64.
| Field Summary | |
static MenuItem[] |
clipItems
|
static Object |
clipObject
|
static Control |
clipOwner
|
static Point |
curPoint
|
static PenEvent |
currentPenEvent
This is set to be the current PenEvent in the onPenEvent() handler. |
static Control |
debugControl
|
static boolean |
debugFlag
|
static int |
DidHoldDown
|
static boolean |
doubleBuffer
|
static int |
doubleClickTime
|
static boolean |
firstPress
|
static boolean |
globalDrawFlat
|
static boolean |
globalEditable
|
static boolean |
globalEnabled
|
static boolean |
globalPalmStyle
|
static boolean |
globalSmallControls
|
static int |
GotPenDown
|
static int |
PenIsOn
|
static Point |
pressPoint
|
static int |
TAG_LAST_USER_DATA
You can use tags from TAG_USER_DATA up to and including TAG_LAST_USER_DATA, which spans 1000 tags. |
static int |
TAG_USER_DATA
You can use tags from TAG_USER_DATA up to and including TAG_LAST_USER_DATA, which spans 1000 tags. |
static int |
TAKE_FIRST_PRESS
|
static String |
unnamed
|
static boolean |
useNativeTextInput
|
| Constructor Summary | |
ControlBase()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public static final int GotPenDown
public static final int DidHoldDown
public static final int PenIsOn
public static boolean doubleBuffer
public static final int TAKE_FIRST_PRESS
public static final int TAG_USER_DATA
public static final int TAG_LAST_USER_DATA
public static boolean globalEnabled
public static boolean globalEditable
public static boolean globalDrawFlat
public static boolean globalSmallControls
public static boolean globalPalmStyle
public static int doubleClickTime
public static Point pressPoint
public static Point curPoint
public static boolean firstPress
public static Control clipOwner
public static PenEvent currentPenEvent
public static String unnamed
public static Control debugControl
public static boolean debugFlag
public static Object clipObject
public static MenuItem[] clipItems
public static boolean useNativeTextInput
| Constructor Detail |
public ControlBase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||