Extension SDK 10.1.2

Uses of Class
oracle.ide.panels.ApplyEvent

Packages that use ApplyEvent
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 ApplyEvent in oracle.ide.config
 

Methods in oracle.ide.config with parameters of type ApplyEvent
 void DocumentExtensionsPanel.apply(ApplyEvent event)
           
 void DocumentExtensionsPanel.cancel(ApplyEvent e)
           
 

Uses of ApplyEvent in oracle.ide.panels
 

Methods in oracle.ide.panels with parameters of type ApplyEvent
 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.
 void CommitListener.cancel(ApplyEvent event)
          Called to cancel the FSMWizard.
 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 ApplyListener.cancel(ApplyEvent e)
          This method is called when the changes made in the NavigableUIContainer are to be discarded.
 

Uses of ApplyEvent in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model with parameters of type ApplyEvent
 void J2eePanel.apply(ApplyEvent e)
           
 void J2eePanel.cancel(ApplyEvent e)
           
 


Extension SDK

 

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