Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.controls.tree
Interface TreeCellRadioSelectedListener

All Superinterfaces:
java.util.EventListener

public interface TreeCellRadioSelectedListener
extends java.util.EventListener

Listener interface defining methods that will be called when the user selects or unselects a particular node in a radio button tree.


Method Summary
 void cellSelected(TreeCellRadioSelectedEvent e)
          This method is called when the user clicks on a particular radio button tree node in order to select the node.
 void cellUnselected(TreeCellRadioSelectedEvent e)
          This method is called when the user clicks on a particular radio button tree node in order to unselect the node.
 

Method Detail

cellSelected

void cellSelected(TreeCellRadioSelectedEvent e)
This method is called when the user clicks on a particular radio button tree node in order to select the node.


cellUnselected

void cellUnselected(TreeCellRadioSelectedEvent e)
This method is called when the user clicks on a particular radio button tree node in order to unselect the node.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.