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

E13403-08

Uses of Interface
oracle.ide.panels.ApplyListener

Packages that use ApplyListener
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.jdeveloper.deploy.dt   
oracle.jdeveloper.template.wizard   
oracle.jdevimpl.audit.profile   
oracle.jdevimpl.bookmarks   
 

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 TDialogLauncher.addApplyListener(ApplyListener applyListener)
           
 void ApplyNotifier.addApplyListener(ApplyListener applyListener)
          Adds an ApplyListener that will be called when the user applies or cancels changes.
 void TDialogLauncher.removeApplyListener(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.
 

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.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement ApplyListener
 class ProjectDeploymentPanel
          Panel for editing the profiles.
 

Uses of ApplyListener in oracle.jdeveloper.template.wizard
 

Classes in oracle.jdeveloper.template.wizard that implement ApplyListener
 class ManageTemplatesPanel
           
 

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.
 

Uses of ApplyListener in oracle.jdevimpl.bookmarks
 

Classes in oracle.jdevimpl.bookmarks that implement ApplyListener
 class BookmarkOptionsPanel
          The BookmarkOptionsPanel is the panel that lays out components to allow editing of bookmark options.
 


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

E13403-08

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