public interface ControlConstants
Modifier and Type | Field and Description |
---|---|
static int |
All |
static int |
AlwaysEnabled
Control Modifier - sets the control to always be enabled, regardless of the Disabled flag.
|
static int |
AlwaysRecalculateSizes
Control Modifier - forces the control to always do a full recalculation of its preferred size
rather than using a cached version.
|
static int |
ByDeferredMouse
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
ByDeferredPen
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
ByFrameChange
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
ByKeyboard
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
ByMouse
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
ByPen
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
ByRequest
An option for requestFocus(), gotFocus() and lostFocus().
|
static int |
CalculatedSizes
Control Modifier - flags the control as having already calculated its preferred/min/max sizes.
|
static int |
ContainerDontPaintChildren
For Containers only - it tells the container not to paint its children.
|
static int |
Disabled
Control Modifier - sets the control to a disabled state.
|
static int |
DisablePopupMenu
Control Modifier - tells the control not to show popup menus.
|
static int |
DisplayOnly
Control Modifier - flags the control as a DisplayOnly control.
|
static int |
DontBuffer
//Control Modifier - tells this control not to double buffer painting itself.
|
static int |
Down |
static int |
DrawFlat
Control Modifier - sets the control to draw itself and its children flat instead of 3-D or etched.
|
static int |
Flag |
static int |
ForceResize
Control Modifier - forces the control to resize itself.
|
static int |
HasData
Control Modifier - flags the control as one that paints its data via paintData() separately
to painting other parts of it (e.g. its border).
|
static int |
Invisible
Control Modifier - sets the control to an invisible state.
|
static int |
KeepImage
Control Modifier - sets the control to keep its associated image.
|
static int |
KeepSIP
Control Modifier - says that the control should keep the SIP Input Panel open when focused.
|
static int |
Left |
static int |
MakeMenuAtLeastAsWide
Control Modifier - if the control has an associated drop-down menu, this says that the menu
should be made at least as wide as the control when it is displayed.
|
static int |
Maximize |
static int |
Minimize |
static int |
ModifiersInheritedFromWindow |
static int |
MouseSensitive
Control Modifier - sets the control to react to when the mouse is over the control or not.
|
static int |
NoFocus
Control Modifier - sets the control to not take the keyboard focus.
|
static int |
NotAnEditor
Control Modifier - flags this control as one that does not alter data state.
|
static int |
NotEditable
Control Modifier - sets the control to a non-editable state.
|
static int |
PaintDataOnly
Control Modifier - sets the control to paint its data only in the next paint operation.
|
static int |
PaintOutsideOnly
Control Modifier for non-containers only - sets the control to paint everything except its data in the next paint
operation.
|
static int |
PenTransparent
Control Modifier - sets the control to ignore pen/mouse presses.
|
static int |
PreferredSizeOnly
Control Modifier - sets the control to only size itself to its preferred size.
|
static int |
Right |
static int |
SendUpUIEvents
Control Modifier - sets the control to send up user input (mouse/key) events to its parent.
|
static int |
ShowSIP
Control Modifier - says that the control should show the SIP when it has gained the focus.
|
static int |
ShrinkToNothing
Control Modifier - tells the control to set its preferred size to be 0.
|
static int |
SmallControl
Control Modifier - sets the control to display itself and its children as small controls.
|
static int |
TakeChildUIEvents
Control Modifier - sets the control to intercept child user input events.
|
static int |
TakeControlEvents
Control Modifier - sets the control to take control events from its children and modify them
so they appear to come from itself.
|
static int |
TakesKeyFocus
Control Modifier - says that this control takes the key focus.
|
static int |
Transparent
Control Modifier - sets the control to be transparent.
|
static int |
Up |
static int |
WantDrag
Control Modifier - says that the control want drag events.
|
static int |
WantHoldDown
Control Modifier - says that the control wants to detect when the pen/mouse is held down on
the control.
|
static final int Flag
static final int Maximize
static final int Minimize
static final int NotEditable
static final int Disabled
static final int Invisible
static final int PreferredSizeOnly
static final int NoFocus
static final int NotAnEditor
static final int AlwaysEnabled
static final int KeepSIP
static final int WantHoldDown
static final int WantDrag
static final int TakesKeyFocus
static final int MakeMenuAtLeastAsWide
static final int DrawFlat
static final int TakeControlEvents
static final int DontBuffer
static final int ShrinkToNothing
static final int SmallControl
static final int CalculatedSizes
static final int ForceResize
static final int AlwaysRecalculateSizes
static final int SendUpUIEvents
static final int TakeChildUIEvents
static final int PenTransparent
static final int KeepImage
static final int Transparent
static final int MouseSensitive
static final int DisplayOnly
static final int HasData
static final int PaintDataOnly
static final int PaintOutsideOnly
static final int ContainerDontPaintChildren
static final int DisablePopupMenu
static final int ShowSIP
static final int ByDeferredMouse
static final int ByDeferredPen
static final int ByFrameChange
static final int ByRequest
static final int ByKeyboard
static final int ByPen
static final int ByMouse
static final int Left
static final int Right
static final int Up
static final int Down
static final int All
static final int ModifiersInheritedFromWindow