| Package | Description | 
|---|---|
| oracle.ide.db.transfer.generate | 
 Contains classes that control the targets available for generating database
objects to in the IDE. 
 | 
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GenerateController.cancel(ApplyEvent event)  | 
void | 
GenerateController.checkCommit(ApplyEvent event)  | 
void | 
GenerateController.rollback(ApplyEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LazyLoadedTraversable.apply(ApplyEvent e)  | 
void | 
LazyLoadedTraversable.cancel(ApplyEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProxySettingsPanel.apply(ApplyEvent e)  | 
void | 
ProxySettingsPanel.cancel(ApplyEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpdatePreferences.apply(ApplyEvent e)  | 
void | 
UpdatePreferences.cancel(ApplyEvent e)  |