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.ViewId

Packages that use ViewId
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.view   
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.vcs.changelist   
 

Uses of ViewId in oracle.ide.docking
 

Methods in oracle.ide.docking with parameters of type ViewId
abstract  Dockable DockStation.findDockable(ViewId viewId)
          Searches/create a dockable based on a name.
abstract  Dockable DockStation.getDockable(ViewId viewId)
          Searches a dockable based on a name.
 Dockable DockableFactory.getDockable(ViewId viewId)
           
abstract  DockableFactory DockStation.lookupFactory(ViewId viewId)
           
 View BaseDockableFactory.lookupView(ViewId viewId)
           
 

Uses of ViewId in oracle.ide.layout
 

Methods in oracle.ide.layout with parameters of type ViewId
 void LayoutListener.addView(ViewId id, View view)
           
 void AbstractLayoutListener.addView(ViewId id, View view)
           
 void Layouts.addView(ViewId id, View view)
           
 View LayoutListener.getView(ViewId id)
           
 View AbstractLayoutListener.getView(ViewId id)
           
 View Layouts.getView(ViewId id)
           
 

Uses of ViewId in oracle.ide.log
 

Constructors in oracle.ide.log with parameters of type ViewId
AbstractLogPage(ViewId viewId)
          Creates an AbstractLogPage.
AbstractLogPage(ViewId viewId, javax.swing.Icon icon)
          Creates an AbstractLogPage.
AbstractLogPage(ViewId viewId, javax.swing.Icon icon, boolean addPage)
          Creates an AbstractLogPage.
DefaultLogPage(ViewId id, javax.swing.Icon icon, boolean addPage)
           
DefaultLogPage(ViewId id, javax.swing.Icon icon, boolean addPage, int menuOptions)
          Constructor.
MessagePage(ViewId viewId)
          Creates a MessagePage using thle specified ViewId.
MessagePage(ViewId viewId, javax.swing.Icon icon)
          Creates a MessagePage using the specified ViewId and Icon.
MessagePage(ViewId viewId, javax.swing.Icon icon, boolean addPage)
          Creates a MessagePage using the specified ViewId and Icon.
MessagePage(ViewId viewId, javax.swing.Icon icon, boolean addPage, boolean showStyledText)
          Deprecated. use #MessagePage(ViewId,Icon,boolean). The showStyledText parameter has been deprecated, since all message pages are now capable of showing styled text by default.
 

Uses of ViewId in oracle.ide.navigator
 

Methods in oracle.ide.navigator that return ViewId
protected  ViewId NavigatorManager.newViewId(Element folder)
          Returns the ViewId for a NavigatorWindow opened on the specified Element.
 

Methods in oracle.ide.navigator with parameters of type ViewId
protected  NavigatorWindow ProjectNavigatorManager.createNavigatorWindow(Context context, ViewId viewId)
           
 boolean NavigatorManager.isSystemNavigator(ViewId viewId)
          Returns true if the view identified by the give viewId is the system navigator.
 void NavigatorManager.registerHostedDockable(ViewId viewId)
           
 

Uses of ViewId in oracle.ide.view
 

Methods in oracle.ide.view that return ViewId
 ViewId MultiManager.getDefaultViewId()
           
protected  ViewId MultiManager.getViewId(Context context)
           
 

Methods in oracle.ide.view with parameters of type ViewId
protected abstract  DockableView MultiManager.createDockableView(Context ctx, ViewId viewId)
           
protected  DockableView MultiManager.findView(ViewId viewId)
           
 DockableView MultiManager.getNewView(Context context, ViewId viewId)
          Get a new View instance rooted on the given Context and having the given ViewId.
protected  int MultiManager.getOrientation(ViewId viewId, DockableView relative)
           
protected  DockableView MultiManager.getRelativeView(Context context, ViewId viewId)
           
 

Uses of ViewId in oracle.jdeveloper.compiler
 

Constructors in oracle.jdeveloper.compiler with parameters of type ViewId
ProblemsPage(ViewId id, javax.swing.Icon icon, boolean addPage)
           
ProblemsPage(ViewId id, javax.swing.Icon icon, boolean addPage, int menuOptions)
           
 

Uses of ViewId in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type ViewId
 Dockable ChangeListDockableFactory.getDockable(ViewId viewId)
          
 


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.