Skip navigation links

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

E17493-04


Package oracle.ide.controls.tree

# THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS.

See:
          Description

Interface Summary
TreeCellCheckedListener Listener interface defining methods that will be called when the user checks or unchecks a particular node in a checkbox tree.
TreeCellRadioSelectedListener Listener interface defining methods that will be called when the user selects or unselects a particular node in a radio button tree.

 

Class Summary
CustomJTree Customizes the implementation of the standard JTree to include support for tree nodes that have the appearance and behavior of JLabeledCheckBox or JLabeledRadioButton .
JMutableTreeNode Extension of DefaultMutableTreeNode that provides support for the JTreeCell data structure.
JTreeCellData Data structure for describing a tree cell.
JTreeCellRenderer This is a TreeCellRenderer that is capable of producing a tree node that has a checkbox, icon, and text label if the underlying Object is a JMutableTreeNode with a JTreeCellData instance detailing the state of the tree node.
TreeCellCheckedEvent  
TreeCellRadioSelectedEvent  

 

Package oracle.ide.controls.tree Description

# THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. #


# BEGIN YOUR PACKAGE COMMENTS WITH A #
# ONE-SENTENCE SUMMARY STARTING WITH A VERB, SUCH AS...: #

Provides for....

Package Specification

# DESCRIBE THE PACKAGE HERE #

Related Documentation

# PUT '@SEE' TAGS AND OTHER REFERENCES HERE #


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.