Extension SDK 10.1.2

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 Layout.getOwner()
          Get the IdeLayout that owns this layout.
 IdeLayout BaseLayout.getOwner()
           
 IdeLayout SimpleLayout.getOwner()
           
 

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

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.
 


Extension SDK

 

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