Skip navigation links

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

E17493-04


oracle.ide.controls.tree
Interface TreeCellCheckedListener

All Superinterfaces:
java.util.EventListener

public interface TreeCellCheckedListener
extends java.util.EventListener

Listener interface defining methods that will be called when the user checks or unchecks a particular node in a checkbox tree.


Method Summary
 void cellChecked(TreeCellCheckedEvent e)
          This method is called when the user clicks on a particular checkbox tree node in order to check the node.
 void cellUnchecked(TreeCellCheckedEvent e)
          This method is called when the user clicks on a particular checkbox tree node in order to uncheck the node.

 

Method Detail

cellChecked

void cellChecked(TreeCellCheckedEvent e)
This method is called when the user clicks on a particular checkbox tree node in order to check the node.

cellUnchecked

void cellUnchecked(TreeCellCheckedEvent e)
This method is called when the user clicks on a particular checkbox tree node in order to uncheck the node.

Skip navigation links

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

E17493-04


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