Extension SDK 10.1.2

Uses of Interface
oracle.ide.layout.Layout

Packages that use Layout
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
 

Uses of Layout in oracle.ide.docking
 

Methods in oracle.ide.docking with parameters of type Layout
 int Dockable.getDefaultVisibility(Layout layout)
          The first time a Dockable is exposed to a layout, if the dockable is not of type Dockable.TYPE_GLOBAL_VISIBLE, it will be asked if it wants to be shown in that layout.
 int DockableWindow.getDefaultVisibility(Layout layout)
           
 

Uses of Layout in oracle.ide.editor
 

Methods in oracle.ide.editor with parameters of type Layout
 void AbstractEditor.initializeLayout(Layout layout)
           
protected  void AbstractEditor.onInitializeLayout(Layout layout)
           
abstract  void EditorManager.saveWelcomeEditor(java.net.URL url, java.lang.String editorClass, Layout layout)
          This method is called when JDeveloper is starting up to determine if a welcome editor should be displayed the first time JDeveloper is run after installation.
 

Uses of Layout in oracle.ide.layout
 

Classes in oracle.ide.layout that implement Layout
 class BaseLayout
          BaseLayout class.
 class IdeLayout
          IdeLayout class.
 class IdeProperties
          The IdeProperties class is reponsible for managing the general layout information, such as the size and position of the main application window and the opened editor frames for example.
 class SimpleLayout
          Simple layout information.
 

Methods in oracle.ide.layout that return Layout
 Layout PreferredLayoutEvent.getLayout()
           
 Layout IdeLayout.getActiveLayout()
           
 Layout IdeLayout.findLayout(java.net.URL url)
          Find the layout associated with the specified url.
 Layout IdeLayout.getDefaults()
           
 Layout Layouts.getActiveSubLayout()
           
 Layout Layouts.getActive()
           
 Layout Layouts.findLayout(java.net.URL url)
           
 Layout Layouts.newDesignLayout(java.net.URL url)
          Creates a SimpleLayout owned by the Design layout.
 Layout Layouts.newLayout(IdeLayout parent)
           
 Layout Layouts.newLayout(IdeLayout parent, java.net.URL fileURL)
           
protected static Layout BaseLayout.findLayout(java.net.URL url, Element layout)
           
 

Methods in oracle.ide.layout with parameters of type Layout
protected  void IdeLayout.setActiveLayout(Layout layout)
           
 void AbstractLayoutListener.close(Layout layout)
           
 void AbstractLayoutListener.addOpenedViews(Layout layout, java.util.List openedList)
          Add all of our opened views to the specified opened list.
protected  boolean AbstractLayoutListener.isVisible(java.lang.String viewId, Layout layout)
           
static Document AbstractLayoutListener.getDocument(java.lang.String urlProp, Layout layout)
          Get the document whose url is stored in the specified layout under the given urlProp.
static Project AbstractLayoutListener.getProject(java.lang.String viewId, Layout layout)
           
static Workspace AbstractLayoutListener.getWorkspace(java.lang.String viewId, Layout layout)
           
 void Layouts.activateLayout(Layout child)
           
 void Layouts.update(Layout layout)
           
protected  void Layouts.close(Layout layout)
           
protected  void Layouts.activate(Layout layout, java.util.HashMap listeners)
           
protected  void Layouts.update(Layout layout, java.util.Iterator iter)
           
 void LayoutSelector.initializeLayout(Layout layout)
          This method is called before to activate the selector's preferred layout.
 void BaseLayoutListener.save(Layout layout)
          Save layout information in the specified layout.
 void BaseLayoutListener.init(Layout layout)
          Initialize the View state from the information in the stored in the specified layout.
 void BaseLayoutListener.close(Layout layout)
          Close the views associated with the specified layout.
 void LayoutListener.addOpenedViews(Layout layout, java.util.List openedList)
           
 void Layout.setInherited(Layout layout)
          Set a layout from which this layout inherits settings.
 void BaseLayout.setInherited(Layout layout)
           
 void SimpleLayout.setInherited(Layout layout)
           
 

Constructors in oracle.ide.layout with parameters of type Layout
PreferredLayoutEvent(int eventID, LayoutSelector selector, Layout layout)
           
 

Uses of Layout in oracle.jdeveloper.ceditor
 

Methods in oracle.jdeveloper.ceditor with parameters of type Layout
 void CodeEditor.save(Layout layout)
          Save this editor's layout information to the given Layout instance.
 void CodeEditor.init(Layout layout)
          Initialize this editor's layout information from the given Layout instance.
 void CodeEditor.close(Layout layout)
          Close the given Layout.
 


Extension SDK

 

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