Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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 Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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