Skip navigation links

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

E17493-04


Uses of Interface
oracle.ide.controls.checkboxlist.CheckBoxListItemStateListener

Packages that use CheckBoxListItemStateListener
oracle.ide.controls.checkboxlist   
oracle.ide.db.panels Reusable UI panels for listing, creating or editing database objects in dialogs in the IDE. 
oracle.ide.db.panels.sql UI classes for declaratively editing a SQL query. 
oracle.ide.dialogs Contains classes implementing standard dialogs used by JDeveloper. 

 

Uses of CheckBoxListItemStateListener in oracle.ide.controls.checkboxlist

 

Methods in oracle.ide.controls.checkboxlist with parameters of type CheckBoxListItemStateListener
 void CheckBoxListModel.addCheckBoxStateListener(CheckBoxListItemStateListener listener)
          Adds the listener to each element in the list.
 void CheckBoxListCellData.setStateListener(CheckBoxListItemStateListener listener)
           

 

Uses of CheckBoxListItemStateListener in oracle.ide.db.panels

 

Classes in oracle.ide.db.panels that implement CheckBoxListItemStateListener
 class SelectDBObjectsPanel
          Base panel for picking DBObjects from a DBObjectProvider.

 

Uses of CheckBoxListItemStateListener in oracle.ide.db.panels.sql

 

Classes in oracle.ide.db.panels.sql that implement CheckBoxListItemStateListener
 class BaseSQLQueryPickerPanel
           
 class FromObjectsPanel
           
 class JoinObjectEditDialog
          Standalone dialog that can be used to edit the properties of a JoinObject.
 class QuickPickObjectsPanel
          Panel for quick-picking which objects to include in the various part of the view's sql query.

 

Uses of CheckBoxListItemStateListener in oracle.ide.dialogs

 

Classes in oracle.ide.dialogs that implement CheckBoxListItemStateListener
 class SelectFilesPanel
          A Swing-based JPanel subclass for displaying a list of files for selection.

 


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.