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

E13403-04

Uses of Class
oracle.ide.panels.ApplyEvent

Packages that use ApplyEvent
oracle.ide.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
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.jdevimpl.audit.profile   
oracle.jdevimpl.bookmarks   
 

Uses of ApplyEvent in oracle.ide.db.transfer.generate
 

Methods in oracle.ide.db.transfer.generate with parameters of type ApplyEvent
 void GenerateController.cancel(ApplyEvent event)
           
 void GenerateController.checkCommit(ApplyEvent event)
           
 void GenerateController.rollback(ApplyEvent event)
           
 

Uses of ApplyEvent in oracle.ide.panels
 

Methods in oracle.ide.panels with parameters of type ApplyEvent
 void ApplyListener.apply(ApplyEvent e)
          This method is called when the changes made in the NavigableUIContainer are to be committed to the original data structures.
 void CommitListener.cancel(ApplyEvent event)
          Called to cancel the FSMWizard.
 void ApplyListener.cancel(ApplyEvent e)
          This method is called when the changes made in the NavigableUIContainer are to be discarded.
 void CommitListener.checkCommit(ApplyEvent event)
          Called to see if the listener is ready to commit.
 void CommitListener.commit(ApplyEvent event)
          Called to have the listener perform the commit action.
 void CommitListener.rollback(ApplyEvent event)
          Called to have the listener rollback the commit.
 

Uses of ApplyEvent in oracle.ide.webbrowser
 

Methods in oracle.ide.webbrowser with parameters of type ApplyEvent
 void ProxySettingsPanel.apply(ApplyEvent e)
           
 void ProxySettingsPanel.cancel(ApplyEvent e)
           
 

Uses of ApplyEvent in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate with parameters of type ApplyEvent
 void UpdatePreferences.apply(ApplyEvent e)
           
 void UpdatePreferences.cancel(ApplyEvent e)
           
 

Uses of ApplyEvent in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type ApplyEvent
 void ProjectDeploymentPanel.apply(ApplyEvent e)
          This method is called when the changes made in the NavigableUIContainer are to be committed to the original data structures (i.e.
 void ProjectDeploymentPanel.cancel(ApplyEvent e)
          This method is called when the changes made in the NavigableUIContainer are to be discarded (i.e.
 

Uses of ApplyEvent in oracle.jdevimpl.audit.profile
 

Methods in oracle.jdevimpl.audit.profile with parameters of type ApplyEvent
 void AuditProfilePanel.apply(ApplyEvent e)
           
 void AuditProfilePanel.cancel(ApplyEvent e)
           
 

Uses of ApplyEvent in oracle.jdevimpl.bookmarks
 

Methods in oracle.jdevimpl.bookmarks with parameters of type ApplyEvent
 void BookmarkOptionsPanel.apply(ApplyEvent event)
           
 void BookmarkOptionsPanel.cancel(ApplyEvent e)
           
 


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

E13403-04

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