Skip navigation links

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

E52944-01


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

E52944-01


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