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.panels.ApplyListener

Packages that use ApplyListener
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ideimpl.webupdate   
oracle.jdevimpl.audit.profile   

 

Uses of ApplyListener in oracle.ide.model

 

Classes in oracle.ide.model that implement ApplyListener
 class LazyLoadedTraversable
           

 

Uses of ApplyListener in oracle.ide.panels

 

Classes in oracle.ide.panels that implement ApplyListener
 class MDDPanel
          This implementation of NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel.
 class TabbedPanel
          This is a NavigableUIContainer implementation whose appearance is based on JTabbedPane; each page of a TabbedPanel is a Traversable and the order of the pages is specified by an array of Navigables.

 

Methods in oracle.ide.panels with parameters of type ApplyListener
 void ApplyNotifier.addApplyListener(ApplyListener applyListener)
          Adds an ApplyListener that will be called when the user applies or cancels changes.
 void TDialogLauncher.addApplyListener(ApplyListener applyListener)
           
 void ApplyNotifier.removeApplyListener(ApplyListener applyListener)
          Removes a previously added ApplyListener so that it no longer receives notification when the user applies or cancels changes.
 void TDialogLauncher.removeApplyListener(ApplyListener applyListener)
           

 

Uses of ApplyListener in oracle.ide.webbrowser

 

Classes in oracle.ide.webbrowser that implement ApplyListener
 class ProxySettingsPanel
          A panel containing controls for setting the HTTP proxy.

 

Uses of ApplyListener in oracle.ideimpl.webupdate

 

Classes in oracle.ideimpl.webupdate that implement ApplyListener
 class UpdatePreferences
          Preferences page for check for updates.

 

Uses of ApplyListener in oracle.jdevimpl.audit.profile

 

Classes in oracle.jdevimpl.audit.profile that implement ApplyListener
 class AuditProfilePanel
          The Audit and Metrics profile panel.

 


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.