Extension SDK 9.0.5

Uses of Interface
oracle.ide.panels.ApplyListener

Packages that use ApplyListener
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of ApplyListener in oracle.ide.config
 

Classes in oracle.ide.config that implement ApplyListener
 class DocumentExtensionsPanel
          DocumentExtensionsPanel class.
 

Uses of ApplyListener in oracle.ide.panels
 

Classes in oracle.ide.panels that implement ApplyListener
(package private)  class oracle.ide.panels.AbstractUIContainer
          Common implementation for concrete NavigableUIContainer classes.
 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 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.addApplyListener(ApplyListener applyListener)
           
 void TDialogLauncher.removeApplyListener(ApplyListener applyListener)
           
 

Uses of ApplyListener in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement ApplyListener
 class J2eePanel
           
 


Extension SDK

 

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