net.rim.blackberry.api.bbm.platform.ui.chat.component
Class ThinSeparatorField
java.lang.Object
|
+--net.rim.device.api.ui.Field
|
+--net.rim.device.api.ui.component.SeparatorField
|
+--net.rim.blackberry.api.bbm.platform.ui.chat.component.ThinSeparatorField
- All Implemented Interfaces:
- IComponent, InputMethodListener
- public final class ThinSeparatorField
- extends SeparatorField
A separator field that is always 1 pixel thin. Useful to separator the toggle field from the reply field.
Set a background on this field to change its color.
- Since:
- BBM SDK 1.0
|
Constructor Summary |
ThinSeparatorField(long style)
Creates an instance of the separator field. |
|
Method Summary |
protected void |
layout(int width,
int height)
Restricts the height to only one pixel. |
ThinSeparatorField
public ThinSeparatorField(long style)
- Creates an instance of the separator field. Passes the style to the parent.
- Parameters:
style - style passed to the parent- Since:
- BBM SDK 1.0
layout
protected void layout(int width,
int height)
- Restricts the height to only one pixel.
- Since:
- BBM SDK 1.0
- See Also:
SeparatorField#layout(int width, int height)
Copyright 1999- Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.