Methods' Details |
setText
[oneway] void |
setText( |
[in] string |
Text ); |
- Description
- sets the text of the control.
|
|
getText
- Description
- returns the text of the control.
|
|
setURL
[oneway] void |
setURL( |
[in] string |
URL ); |
- Description
- sets the url of the control.
|
|
getURL
- Description
- returns the url of the control.
|
|
setAlignment
[oneway] void |
setAlignment( |
[in] short |
nAlign ); |
- Description
- sets the alignment of the text in the control.
0: left
1: center
2: right
|
|
getAlignment
- Description
- returns the alignment of the text in the control.
|
|
addActionListener
- Description
- registers an event handler for click action event.
|
|
removeActionListener
- Description
- unregisters an event handler for click action event.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.