|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.lwuit.Component
public class Component
Base class for all the widgets in the toolkit using the composite pattern in
a similar way to the AWT Container/Component relationship. All components are
potentially animated (need to be registered in Display
).
Field Summary | |
---|---|
static int |
BOTTOM
Box-orientation constant used to specify the bottom of a box. |
static int |
BRB_CENTER_OFFSET
Baseline resize behavior constant used to properly align components. |
static int |
BRB_CONSTANT_ASCENT
Baseline resize behavior constant used to properly align components. |
static int |
BRB_CONSTANT_DESCENT
Baseline resize behavior constant used to properly align components. |
static int |
BRB_OTHER
Baseline resize behavior constant used to properly align components. |
static int |
CENTER
Indicates a Component center alignment |
static int |
LEFT
Box-orientation constant used to specify the left side of a box. |
static int |
RIGHT
Box-orientation constant used to specify the right side of a box. |
static int |
TOP
Box-orientation constant used to specify the top of a box. |
Constructor Summary | |
---|---|
protected |
Component()
Creates a new instance of Component |
Method Summary | |
---|---|
void |
addFocusListener(FocusListener l)
Registers interest in receiving callbacks for focus gained events, a focus event is invoked when the component accepts the focus. |
boolean |
animate()
Allows the animation to reduce "repaint" calls when it returns false. |
protected Dimension |
calcPreferredSize()
Calculates the preferred size based on component content. |
protected Dimension |
calcScrollSize()
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport |
boolean |
contains(int x,
int y)
Returns true if the given absolute coordinate is contained in the Component |
protected void |
deinitialize()
Invoked to indicate that the component initialization is being reversed since the component was detached from the container hierarchy. |
protected void |
deinitializeCustomStyle(Style s)
Allows components to create a style of their own, this method cleans up state for the given style |
protected void |
dragEnter(Component dragged)
This callback method indicates that a component drag has just entered this component |
protected void |
dragExit(Component dragged)
This callback method provides an indication for a drop target that a drag operation is exiting the bounds of this component and it should clear all relevant state if such state exists. |
protected boolean |
draggingOver(Component dragged,
int x,
int y)
This method allows a component to indicate if it is a drop target for the given component at the given x/y location (in component coordiate space). |
protected void |
dragInitiated()
Invoked on the focus component to let it know that drag has started on the parent container for the case of a component that doesn't support scrolling |
protected void |
drawDraggedImage(Graphics g,
Image img,
int x,
int y)
Draws the given image at x/y, this method can be overriden to draw additional information such as positive or negative drop indication |
void |
drop(Component dragged,
int x,
int y)
Performs a drop operation of the component at the given X/Y location in coordinate space, this method should be overriden by subclasses to perform all of the logic related to moving a component, by default this method does nothing and so dragging a component and dropping it has no effect |
protected void |
fireClicked()
When working in 3 softbutton mode "fire" key (center softbutton) is sent to this method in order to allow 3 button devices to work properly. |
protected void |
focusGained()
Callback allowing a developer to track wheh the component gains focus |
protected void |
focusLost()
Callback allowing a developer to track wheh the component loses focus |
int |
getAbsoluteX()
Returns the absolute X location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX() |
int |
getAbsoluteY()
Returns the absolute Y location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX() |
int |
getBaseline(int width,
int height)
The baseline for the component text according to which it should be aligned with other components for best visual look. |
int |
getBaselineResizeBehavior()
Returns a constant indicating how the baseline varies with the size of the component. |
protected Border |
getBorder()
Normally returns getStyle().getBorder() but some subclasses might use this to programmatically replace the border in runtime e.g. for a pressed border effect |
int |
getBottomGap()
Returns the gap to be left for the bottom scrollbar on the X axis. |
protected Rectangle |
getBounds()
Returns the component bounds which is sometimes more convenient than invoking getX/Y/Width/Height. |
java.lang.Object |
getClientProperty(java.lang.String key)
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data. |
Form |
getComponentForm()
Returns the Component Form or null if this Component is not added yet to a form |
Rectangle |
getDirtyRegion()
gets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code. |
Style |
getDisabledStyle()
Returns the Component Style for the disabled state allowing us to manipulate the look of the component when its disabled |
protected Image |
getDragImage()
This method returns an image representing the dragged component, it can be overriden by subclasses to customize the look of the image, the image will be overlayed on top of the form during a drag and drop operation |
protected int |
getGridPosX()
This method should be implemented correctly by subclasses to make snap to grid functionality work as expected. |
protected int |
getGridPosY()
This method should be implemented correctly by subclasses to make snap to grid functionality work as expected. |
int |
getHeight()
Returns the component height |
Label |
getLabelForComponent()
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g. starting the ticker when the component receives focus. |
java.lang.String |
getName()
A component name allows us to easily identify the component within a dynamic UI. |
Component |
getNextFocusDown()
Allows us to determine which component will receive focus next when traversing with the down key |
Component |
getNextFocusLeft()
Allows us to determine which component will receive focus next when traversing with the left key. |
Component |
getNextFocusRight()
Allows us to determine which component will receive focus next when traversing with the right key |
Component |
getNextFocusUp()
Allows us to determine which component will receive focus next when traversing with the up key. |
Container |
getParent()
Returns the container in which this component is contained |
int |
getPreferredH()
Helper method to retrieve the preferred height of the component. |
Dimension |
getPreferredSize()
Returns the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size. |
int |
getPreferredW()
Helper method to retrieve the preferred width of the component. |
Style |
getPressedStyle()
Returns the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed |
java.lang.String[] |
getPropertyNames()
A component may expose mutable property names for a UI designer to manipulate, this API is designed for usage internally by the GUI builder code |
java.lang.Class[] |
getPropertyTypes()
Matches the property names method (see that method for further details). |
java.lang.Object |
getPropertyValue(java.lang.String name)
Returns the current value of the property name, this method is used by the GUI builder |
int |
getScrollAnimationSpeed()
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode |
Dimension |
getScrollDimension()
Returns the Components dimension in scrolling, this is very similar to the preferred size aspect only it represents actual scrolling limits. |
int |
getScrollOpacity()
This method is used internally by the look and feel to implement the fading scrollbar behavior. |
int |
getScrollOpacityChangeSpeed()
Indicates the decrement units for the scroll opacity |
int |
getScrollX()
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component. |
int |
getScrollY()
Indicates the Y position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component. |
java.lang.String |
getSelectCommandText()
Allows determining the text for the select command used in the 3rd softbutton mode. |
Rectangle |
getSelectedRect()
Returns the component bounds with absolute screen coordinates, for components that include an internal selection behavior and are not containers (currently only List) this method allows returning the position of the selection itself which is useful for things such as the popup dialog and similar UI's that need to reference the position of the selection externally |
Style |
getSelectedStyle()
Returns the Component Style for the selected state allowing us to manipulate the look of the component when it owns focus |
int |
getSideGap()
Returns the gap to be left for the side scrollbar on the Y axis. |
Style |
getStyle()
Returns the Component Style allowing us to manipulate the look of the component |
int |
getTensileLength()
Recommended length for the tensile, -1 for default |
java.lang.String |
getUIID()
Unique identifier for a component. |
Style |
getUnselectedStyle()
Returns the Component Style for the unselected mode allowing us to manipulate the look of the component |
int |
getWidth()
Returns the component width |
protected Rectangle |
getVisibleBounds()
Returns the component bounds for scrolling which might differ from the getBounds for large components e.g. list. |
int |
getX()
Returns the current component x location relatively to its parent container |
int |
getY()
Returns the component y location relatively to its parent container |
void |
growShrink(int duration)
Grows or shrinks this component to its new preferred size, this method essentially takes a component whose preferred size has changed and creates a "growing" effect that lasts for the duration. |
boolean |
handlesInput()
Prevents key events from being grabbed for focus traversal. |
boolean |
hasFocus()
Returns true if the component has focus |
protected void |
initComponent()
Allows subclasses to bind functionality that relies on fully initialized and "ready for action" component state |
protected void |
initCustomStyle(Style s)
Allows components to create a style of their own, this method binds the listener to the style and installs a bg painter |
protected void |
installDefaultPainter(Style s)
Allows subclasses to create their own custom style types and install the background painter into them |
boolean |
isAlwaysTensile()
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true) |
protected boolean |
isDragActivated()
Indicates whether we are in the middle of a drag operation, this method allows developers overriding the pointer released events to know when this is a drag operaton. |
protected boolean |
isDragAndDropOperation(int x,
int y)
This method allows a developer to define only a specific portion of a component as draggable by default it returns true if the component is defined as "draggable" |
boolean |
isDraggable()
Indicates whether this component can be dragged in a drag and drop operation rather than scroll the parent |
boolean |
isDropTarget()
Indicates whether this component can receive dropped components into it, notice that when dropping on a component or container the parents will be checked recursively to find a valid drop target |
boolean |
isEnabled()
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually |
boolean |
isFlatten()
Makes the component effectively opaque by blending the backgrounds into an image in memory so the layer of underlying components is only drawn once when this component is repainted. |
boolean |
isFocusable()
Returns true if this component can receive focus and is enabled |
boolean |
isGrabsPointerEvents()
This property is useful for blocking in z-order touch events, sometimes we might want to grab touch events in a specific component without making it focusable. |
boolean |
isHideInPortrait()
Indicates that this component and all its children should be hidden when the device is switched to portrait mode |
protected boolean |
isInitialized()
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked. |
boolean |
isRTL()
Is the component a bidi RTL component |
protected boolean |
isScrollable()
Indicates whether the component should/could scroll by default a component is not scrollable. |
boolean |
isScrollableX()
Indicates whether the component should/could scroll on the X axis |
boolean |
isScrollableY()
Indicates whether the component should/could scroll on the Y axis |
boolean |
isScrollVisible()
Indicate whether this component scroll is visible |
protected boolean |
isSelectableInteraction()
This method allows a component to indicate that it is interested in an "implicit" select command to appear in the "fire" button when 3 softbuttons are defined in a device. |
boolean |
isSmoothScrolling()
Indicates that scrolling through the component should work as an animation |
boolean |
isSnapToGrid()
Indicates whether scrolling this component should jump to a specific location in a grid |
boolean |
isTactileTouch()
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI. |
protected boolean |
isTactileTouch(int x,
int y)
Elaborate components might not provide tactile feedback for all their areas (e.g. |
boolean |
isTensileDragEnabled()
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component. |
boolean |
isVisible()
Returns whether the component is visible or not |
void |
keyPressed(int keyCode)
If this Component is focused, the key pressed event will call this method |
void |
keyReleased(int keyCode)
If this Component is focused, the key released event will call this method |
void |
keyRepeated(int keyCode)
If this Component is focused, the key repeat event will call this method. |
protected void |
laidOut()
This is a callback method to inform the Component when it's been laidout on the parent Container |
protected void |
longKeyPress(int keyCode)
If this Component is focused this method is invoked when the user presses and holds the key |
protected void |
longPointerPress(int x,
int y)
If this Component is focused this method is invoked when the user presses and holds the pointer on the Component |
void |
paint(Graphics g)
This method paints the Component on the screen, it should be overriden by subclasses to perform custom drawing or invoke the UI API's to let the PLAF perform the rendering. |
protected void |
paintBackground(Graphics g)
Paints the background of the component, invoked with the clipping region and appropriate scroll translation. |
void |
paintBackgrounds(Graphics g)
This method paints all the parents Components Background. |
protected void |
paintBorder(Graphics g)
Draws the component border if such a border exists. |
void |
paintComponent(Graphics g)
Paints this component as a root by going to all the parent components and setting the absolute translation based on coordinates and scroll status. |
void |
paintComponent(Graphics g,
boolean background)
Paints this component as a root by going to all the parent components and setting the absolute translation based on coordinates and scroll status. |
Image |
paintLock(boolean hardLock)
This method locks the component so it will always paint the given image instead of running through its paint logic. |
void |
paintLockRelease()
Releases the paint lock image to allow paint to work as usual, see paintLock(boolean) for details |
protected void |
paintScrollbars(Graphics g)
Paints the UI for the scrollbars on the component, this will be invoked only for scrollable components. |
protected void |
paintScrollbarX(Graphics g)
Paints the UI for the scrollbar on the X axis, this method allows component subclasses to customize the look of a scrollbar |
protected void |
paintScrollbarY(Graphics g)
Paints the UI for the scrollbar on the Y axis, this method allows component subclasses to customize the look of a scrollbar |
protected java.lang.String |
paramString()
Returns a string representing the state of this component. |
void |
pointerDragged(int[] x,
int[] y)
If this Component is focused, the pointer dragged event will call this method |
void |
pointerDragged(int x,
int y)
If this Component is focused, the pointer dragged event will call this method |
void |
pointerHover(int[] x,
int[] y)
Invoked for devices where the pointer can hover without actually clicking the display. |
void |
pointerHoverPressed(int[] x,
int[] y)
Invoked for devices where the pointer can hover without actually clicking the display. |
void |
pointerHoverReleased(int[] x,
int[] y)
Invoked for devices where the pointer can hover without actually clicking the display. |
void |
pointerPressed(int[] x,
int[] y)
If this Component is focused, the pointer pressed event will call this method |
void |
pointerPressed(int x,
int y)
If this Component is focused, the pointer pressed event will call this method |
void |
pointerReleased(int[] x,
int[] y)
If this Component is focused, the pointer released event will call this method |
void |
pointerReleased(int x,
int y)
If this Component is focused, the pointer released event will call this method |
void |
putClientProperty(java.lang.String key,
java.lang.Object value)
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data. |
void |
refreshTheme()
Makes sure the component is up to date with the current style object |
protected void |
refreshTheme(java.lang.String id)
Makes sure the component is up to date with the given UIID |
void |
removeFocusListener(FocusListener l)
Deregisters interest in receiving callbacks for focus gained events |
void |
repaint()
Repaint this Component, the repaint call causes a callback of the paint method on the event dispatch thread. |
void |
repaint(int x,
int y,
int w,
int h)
Repaints a specific region within the component |
void |
requestFocus()
Changes the current component to the focused component, will work only for a component that belongs to a parent form. |
void |
scrollRectToVisible(int x,
int y,
int width,
int height,
Component coordinateSpace)
Makes sure the component is visible in the scroll if this container is scrollable |
protected void |
scrollRectToVisible(Rectangle rect,
Component coordinateSpace)
Makes sure the component is visible in the scroll if this container is scrollable |
void |
setAlwaysTensile(boolean alwaysTensile)
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true) |
void |
setCellRenderer(boolean cellRenderer)
Used as an optimization to mark that this component is currently being used as a cell renderer |
void |
setDirtyRegion(Rectangle dirty)
sets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code. |
void |
setDisabledStyle(Style style)
Changes the Component disalbed Style by replacing the Component Style with the given Style |
void |
setDraggable(boolean draggable)
Indicates whether this component can be dragged in a drag and drop operation rather than scroll the parent |
void |
setDropTarget(boolean dropTarget)
Indicates whether this component can receive dropped components into it, notice that when dropping on a component or container the parents will be checked recursively to find a valid drop target |
void |
setEnabled(boolean enabled)
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually |
void |
setFlatten(boolean flatten)
Makes the component effectively opaque by blending the backgrounds into an image in memory so the layer of underlying components is only drawn once when this component is repainted. |
void |
setFocus(boolean focused)
This flag doesn't really give focus, its a state that determines what colors from the Style should be used when painting the component. |
void |
setFocusable(boolean focusable)
A simple setter to determine if this Component can get focused |
void |
setGrabsPointerEvents(boolean grabsPointerEvents)
This property is useful for blocking in z-order touch events, sometimes we might want to grab touch events in a specific component without making it focusable. |
void |
setHandlesInput(boolean handlesInput)
Prevents key events from being grabbed for focus traversal. |
void |
setHeight(int height)
Sets the Component height, this method is exposed for the purpose of external layout managers and should not be invoked directly. |
void |
setHideInPortrait(boolean hideInPortrait)
Indicates that this component and all its children should be hidden when the device is switched to portrait mode |
protected void |
setInitialized(boolean initialized)
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked. |
void |
setIsScrollVisible(boolean isScrollVisible)
Deprecated. replaced by setScrollVisible to match the JavaBeans spec |
void |
setLabelForComponent(Label componentLabel)
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g. starting the ticker when the component receives focus. |
void |
setName(java.lang.String name)
A component name allows us to easily identify the component within a dynamic UI. |
void |
setNextFocusDown(Component nextFocusDown)
Allows us to determine which component will receive focus next when traversing with the down key |
void |
setNextFocusLeft(Component nextFocusLeft)
Allows us to determine which component will receive focus next when traversing with the left key, this method doesn't affect the general focus behavior. |
void |
setNextFocusRight(Component nextFocusRight)
Allows us to determine which component will receive focus next when traversing with the right key |
void |
setNextFocusUp(Component nextFocusUp)
Allows us to determine which component will receive focus next when traversing with the up key, this method doesn't affect the general focus behavior. |
void |
setPreferredH(int preferredH)
Helper method to set the preferred height of the component. |
void |
setPreferredSize(Dimension d)
Sets the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size. |
void |
setPreferredW(int preferredW)
Helper method to set the preferred width of the component. |
void |
setPressedStyle(Style style)
Sets the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed |
java.lang.String |
setPropertyValue(java.lang.String name,
java.lang.Object value)
Sets a new value to the given property, returns an error message if failed and null if successful. |
void |
setRTL(boolean rtl)
Is the component a bidi RTL component |
void |
setScrollAnimationSpeed(int animationSpeed)
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode |
void |
setScrollOpacityChangeSpeed(int scrollOpacityChangeSpeed)
Indicates the decrement units for the scroll opacity |
void |
setScrollSize(Dimension d)
Set the size for the scroll area |
void |
setScrollVisible(boolean isScrollVisible)
Set whether this component scroll is visible |
protected void |
setScrollX(int scrollX)
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component. |
protected void |
setScrollY(int scrollY)
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component. |
void |
setSelectCommandText(java.lang.String selectText)
Allows determining the text for the select command used in the 3rd softbutton mode. |
void |
setSelectedStyle(Style style)
Changes the Component selected Style by replacing the Component Style with the given Style |
void |
setShouldCalcPreferredSize(boolean shouldCalcPreferredSize)
Indicates the values within the component have changed and preferred size should be recalculated |
void |
setSize(Dimension d)
Sets the Component size, this method is exposed for the purpose of external layout managers and should not be invoked directly. |
void |
setSmoothScrolling(boolean smoothScrolling)
Indicates that scrolling through the component should work as an animation |
void |
setSnapToGrid(boolean snapToGrid)
Indicates whether scrolling this component should jump to a specific location in a grid |
void |
setTactileTouch(boolean tactileTouch)
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI. |
void |
setTensileDragEnabled(boolean tensileDragEnabled)
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component. |
void |
setTensileLength(int tensileLength)
Recommended length for the tensile, -1 for default |
void |
setUIID(java.lang.String id)
This method sets the Component the Unique identifier. |
void |
setUnselectedStyle(Style style)
Changes the Component Style by replacing the Component Style with the given Style |
void |
setWidth(int width)
Sets the Component width, this method is exposed for the purpose of external layout managers and should not be invoked directly. |
void |
setVisible(boolean visible)
Toggles visibility of the component |
void |
setX(int x)
Sets the Component x location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly. |
void |
setY(int y)
Sets the Component y location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly. |
void |
styleChanged(java.lang.String propertyName,
Style source)
Invoked to indicate a change in a propertyName of a Style |
java.lang.String |
toString()
Overriden to return a useful value for debugging purposes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BRB_CONSTANT_ASCENT
getBaselineResizeBehavior()
,
Constant Field Valuespublic static final int BRB_CONSTANT_DESCENT
getBaselineResizeBehavior()
,
Constant Field Valuespublic static final int BRB_CENTER_OFFSET
getBaselineResizeBehavior()
,
Constant Field Valuespublic static final int BRB_OTHER
getBaselineResizeBehavior()
,
Constant Field Valuespublic static final int CENTER
public static final int TOP
public static final int LEFT
public static final int BOTTOM
public static final int RIGHT
Constructor Detail |
---|
protected Component()
Method Detail |
---|
public int getX()
public int getY()
public boolean isVisible()
public java.lang.Object getClientProperty(java.lang.String key)
key
- the key used for putClientProperty
public void putClientProperty(java.lang.String key, java.lang.Object value)
key
- arbitrary key for the propertyvalue
- the value assigned to the given client propertypublic final Rectangle getDirtyRegion()
public final void setDirtyRegion(Rectangle dirty)
dirty
- the region that needs repainting or null for the whole componentpublic void setVisible(boolean visible)
visible
- true if component is visible; otherwise falsepublic int getWidth()
public int getHeight()
public void setX(int x)
x
- the current x coordinate of the components originpublic void setY(int y)
y
- the current y coordinate of the components originpublic int getBaseline(int width, int height)
width
- the component widthheight
- the component height
public int getBaselineResizeBehavior()
public void setPreferredSize(Dimension d)
d
- the component dimensionpublic Dimension getPreferredSize()
public Dimension getScrollDimension()
protected Dimension calcScrollSize()
public void setScrollSize(Dimension d)
d
- dimension of the scroll areapublic void setPreferredW(int preferredW)
preferredW
- the preferred width of the componentsetPreferredSize(com.sun.lwuit.geom.Dimension)
public void setPreferredH(int preferredH)
preferredH
- the preferred height of the componentsetPreferredSize(com.sun.lwuit.geom.Dimension)
public int getPreferredW()
getPreferredSize()
public int getPreferredH()
getPreferredSize()
public void setWidth(int width)
width
- the width of the componentsetPreferredSize(com.sun.lwuit.geom.Dimension)
public void setHeight(int height)
height
- the height of the componentsetPreferredSize(com.sun.lwuit.geom.Dimension)
public void setSize(Dimension d)
d
- the component dimensionsetPreferredSize(com.sun.lwuit.geom.Dimension)
public java.lang.String getUIID()
public void setUIID(java.lang.String id)
id
- UIID unique identifier for component typepublic Container getParent()
public void addFocusListener(FocusListener l)
l
- listener interface implementing the observable patternpublic void removeFocusListener(FocusListener l)
l
- listener interface implementing the observable patternprotected void fireClicked()
protected boolean isSelectableInteraction()
public void setSelectCommandText(java.lang.String selectText)
selectText
- text for the interaction with the softkeypublic java.lang.String getSelectCommandText()
public void setLabelForComponent(Label componentLabel)
componentLabel
- a label associated with this componentpublic Label getLabelForComponent()
protected void focusGained()
protected void focusLost()
public void paintBackgrounds(Graphics g)
g
- the graphics objectpublic int getAbsoluteX()
getX()
public int getAbsoluteY()
getY()
protected void paintScrollbars(Graphics g)
g
- the component graphicsprotected void paintScrollbarX(Graphics g)
g
- the component graphicspublic int getScrollOpacity()
public Rectangle getSelectedRect()
protected void paintScrollbarY(Graphics g)
g
- the component graphicspublic final void paintComponent(Graphics g)
g
- the graphics to paint this Component onpublic final void paintComponent(Graphics g, boolean background)
g
- the graphics to paint this Component onbackground
- if true paints all parents backgroundprotected Border getBorder()
protected void paintBackground(Graphics g)
g
- the component graphicspublic void paint(Graphics g)
paint
in interface Animation
g
- the component graphicsprotected boolean isScrollable()
public boolean isScrollableX()
public boolean isScrollableY()
public int getScrollX()
public int getScrollY()
protected void setScrollX(int scrollX)
scrollX
- the X position of the scrollingprotected void setScrollY(int scrollY)
scrollY
- the Y position of the scrollingpublic int getBottomGap()
public int getSideGap()
public boolean contains(int x, int y)
x
- the given absolute x coordinatey
- the given absolute y coordinate
protected Dimension calcPreferredSize()
protected Rectangle getBounds()
getX()
,
getY()
protected Rectangle getVisibleBounds()
getX()
,
getY()
public boolean isFocusable()
public void setFocusable(boolean focusable)
focusable
- indicate whether this component can get focusedpublic void setShouldCalcPreferredSize(boolean shouldCalcPreferredSize)
shouldCalcPreferredSize
- indicate whether this component need to
recalculate his preferred sizepublic boolean handlesInput()
public void setHandlesInput(boolean handlesInput)
handlesInput
- indicates whether key events can be grabbed for
focus traversalpublic boolean hasFocus()
setFocus(boolean)
public void setFocus(boolean focused)
focused
- sets the state that determines what colors from the
Style should be used when painting a focused componentrequestFocus()
public Form getComponentForm()
public void repaint()
Display
public void repaint(int x, int y, int w, int h)
x
- boundry of the region to repainty
- boundry of the region to repaintw
- boundry of the region to repainth
- boundry of the region to repaintprotected void longKeyPress(int keyCode)
keyCode
- the key code value to indicate a physical key.public void keyPressed(int keyCode)
keyCode
- the key code value to indicate a physical key.public void keyReleased(int keyCode)
keyCode
- the key code value to indicate a physical key.public void keyRepeated(int keyCode)
keyCode
- the key code value to indicate a physical key.public int getScrollAnimationSpeed()
public void setScrollAnimationSpeed(int animationSpeed)
animationSpeed
- scroll animation speed in millisecondspublic boolean isSmoothScrolling()
public void setSmoothScrolling(boolean smoothScrolling)
smoothScrolling
- indicates if a component uses smooth scrollingpublic void pointerHover(int[] x, int[] y)
x
- the pointer x coordinatey
- the pointer y coordinatepublic void pointerHoverReleased(int[] x, int[] y)
x
- the pointer x coordinatey
- the pointer y coordinatepublic void pointerHoverPressed(int[] x, int[] y)
x
- the pointer x coordinatey
- the pointer y coordinatepublic void pointerDragged(int[] x, int[] y)
x
- the pointer x coordinatey
- the pointer y coordinateprotected Image getDragImage()
protected void dragInitiated()
protected void drawDraggedImage(Graphics g, Image img, int x, int y)
g
- the graphics contextimg
- the imagex
- x positiony
- y positionprotected boolean draggingOver(Component dragged, int x, int y)
dragged
- the component being draggedx
- the x location over the componenty
- the y location over the component
protected void dragEnter(Component dragged)
dragged
- the component being draggedprotected void dragExit(Component dragged)
dragged
- the component being draggedpublic void drop(Component dragged, int x, int y)
dragged
- the component being droppedx
- the x coordinate of the dropy
- the y coordinate of the droppublic void pointerDragged(int x, int y)
x
- the pointer x coordinatey
- the pointer y coordinatepublic void pointerPressed(int[] x, int[] y)
x
- the pointer x coordinatey
- the pointer y coordinateprotected boolean isDragAndDropOperation(int x, int y)
x
- the x coordinate relative to the componenty
- the y coordinate relative to the component
public void pointerPressed(int x, int y)
x
- the pointer x coordinatey
- the pointer y coordinatepublic void pointerReleased(int[] x, int[] y)
x
- the pointer x coordinatey
- the pointer y coordinateprotected void longPointerPress(int x, int y)
public void pointerReleased(int x, int y)
x
- the pointer x coordinatey
- the pointer y coordinatepublic void setTensileDragEnabled(boolean tensileDragEnabled)
tensileDragEnabled
- true to enable tensile dragpublic boolean isTensileDragEnabled()
public Style getStyle()
public Style getPressedStyle()
public void setPressedStyle(Style style)
style
- the component Style objectpublic Style getUnselectedStyle()
public Style getSelectedStyle()
public Style getDisabledStyle()
public void setUnselectedStyle(Style style)
style
- the component Style objectpublic void setSelectedStyle(Style style)
style
- the component Style objectpublic void setDisabledStyle(Style style)
style
- the component Style objectprotected void installDefaultPainter(Style s)
s
- the custom stylepublic void requestFocus()
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String paramString()
null
.
public void refreshTheme()
protected void refreshTheme(java.lang.String id)
id
- The Style Id to update the Component withprotected boolean isDragActivated()
protected int getGridPosY()
protected int getGridPosX()
public boolean animate()
Animation
Display
class.
animate
in interface Animation
protected void scrollRectToVisible(Rectangle rect, Component coordinateSpace)
rect
- the rectangle that need to be visiblecoordinateSpace
- the component according to whose coordinates
rect is defined. Rect's x/y are relative to that component
(they are not absolute).public void scrollRectToVisible(int x, int y, int width, int height, Component coordinateSpace)
x
- y
- width
- height
- coordinateSpace
- the component according to whose coordinates
rect is defined. Rect's x/y are relative to that component
(they are not absolute).protected void paintBorder(Graphics g)
g
- graphics context on which the border is paintedpublic void setCellRenderer(boolean cellRenderer)
cellRenderer
- indicate whether this component is currently being
used as a cell rendererpublic boolean isScrollVisible()
public void setScrollVisible(boolean isScrollVisible)
isScrollVisible
- Indicate whether this component scroll is visiblepublic void setIsScrollVisible(boolean isScrollVisible)
isScrollVisible
- Indicate whether this component scroll is visibleprotected void laidOut()
protected void deinitialize()
protected void initComponent()
protected boolean isInitialized()
protected void setInitialized(boolean initialized)
initialized
- Indicates if the component is in the initialized statepublic void styleChanged(java.lang.String propertyName, Style source)
StyleListener
styleChanged
in interface StyleListener
propertyName
- the property name that was changedsource
- The changed Style objectpublic Component getNextFocusDown()
public void setNextFocusDown(Component nextFocusDown)
nextFocusDown
- the next focus componentpublic Component getNextFocusUp()
public void setNextFocusUp(Component nextFocusUp)
nextFocusUp
- next focus componentpublic Component getNextFocusLeft()
public void setNextFocusLeft(Component nextFocusLeft)
nextFocusLeft
- the next focus componentpublic Component getNextFocusRight()
public void setNextFocusRight(Component nextFocusRight)
nextFocusRight
- the next focus componentpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- true to enable false to disablepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- a name for the componentprotected void initCustomStyle(Style s)
s
- style to initializeprotected void deinitializeCustomStyle(Style s)
s
- style no longer usedpublic boolean isRTL()
public void setRTL(boolean rtl)
rtl
- true if the component should work in a right to left modeprotected boolean isTactileTouch(int x, int y)
x
- the x positiony
- the y position
public boolean isTactileTouch()
public void setTactileTouch(boolean tactileTouch)
tactileTouch
- true to trigger vibration when the component is pressedpublic java.lang.String[] getPropertyNames()
public java.lang.Class[] getPropertyTypes()
public java.lang.Object getPropertyValue(java.lang.String name)
name
- the name of the property
public java.lang.String setPropertyValue(java.lang.String name, java.lang.Object value)
name
- the name of the propertyvalue
- new value for the property
public void paintLockRelease()
public Image paintLock(boolean hardLock)
Duplicate calls to this method won't produce duplicate locks, in case of a soft lock the return value will always be null.
hardLock
- indicates whether the lock uses a hard or a soft reference to the image
public boolean isSnapToGrid()
public void setSnapToGrid(boolean snapToGrid)
snapToGrid
- the snapToGrid to setpublic boolean isFlatten()
public void setFlatten(boolean flatten)
flatten
- the flatten valuepublic int getTensileLength()
public void setTensileLength(int tensileLength)
tensileLength
- length for tensile dragpublic boolean isGrabsPointerEvents()
public void setGrabsPointerEvents(boolean grabsPointerEvents)
grabsPointerEvents
- the grabsPointerEvents to setpublic int getScrollOpacityChangeSpeed()
public void setScrollOpacityChangeSpeed(int scrollOpacityChangeSpeed)
scrollOpacityChangeSpeed
- the scrollOpacityChangeSpeed to setpublic void growShrink(int duration)
duration
- the duration in milliseconds for the grow/shrink animationpublic boolean isAlwaysTensile()
public void setAlwaysTensile(boolean alwaysTensile)
alwaysTensile
- the alwaysTensile to setpublic boolean isDraggable()
public void setDraggable(boolean draggable)
draggable
- the draggable to setpublic boolean isDropTarget()
public void setDropTarget(boolean dropTarget)
dropTarget
- the dropTarget to setpublic boolean isHideInPortrait()
public void setHideInPortrait(boolean hideInPortrait)
hideInPortrait
- set to true in order to hide when in portrait
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |