:: com :: sun :: star :: awt ::
|
interface XRadioButton |
|
- Description
- gives access to the state of a radio button and makes it possible
to register item event listeners.
|
Methods' Details |
addItemListener
- Description
- registers a listener for item events.
|
|
removeItemListener
- Description
- unregisters a listener for item events.
|
|
getState
- Description
- returns true if the button is checked, false otherwise.
|
|
setState
[oneway] void |
setState( |
[in] boolean |
b ); |
- Description
- sets the state of the radio button.
|
|
setLabel
[oneway] void |
setLabel( |
[in] string |
Label ); |
- Description
- sets the label of the radio button.
|
|
Top of Page
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.