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

E13403-08

Uses of Class
oracle.ide.layout.IdeLayout

Packages that use IdeLayout
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
 

Uses of IdeLayout in oracle.ide.layout
 

Methods in oracle.ide.layout that return IdeLayout
 IdeLayout Layouts.getActiveLayout()
          Returns the active layout.
 IdeLayout Layouts.getDesignLayout()
           
 IdeLayout SimpleLayout.getOwner()
           
 IdeLayout Layout.getOwner()
          Get the IdeLayout that owns this layout.
 

Methods in oracle.ide.layout with parameters of type IdeLayout
 void Layouts.activateLayout(IdeLayout layout)
           
 void Layouts.activateLayout(IdeLayout layout, boolean startup)
           
protected  boolean IdeLayout.equalsImpl(IdeLayout other)
           
 Layout Layouts.newLayout(IdeLayout parent)
           
 Layout Layouts.newLayout(IdeLayout parent, java.net.URL fileURL)
           
 void SimpleLayout.setOwner(IdeLayout owner)
           
 void Layout.setOwner(IdeLayout owner)
          Set the owner of this layout.
 

Uses of IdeLayout in oracle.ide.runner
 

Methods in oracle.ide.runner that return IdeLayout
 IdeLayout RunProcess.getProcessLayout()
          Returns the layout that should be shown when this process is selected in the run manager navigator.
 


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.