Extension SDK 9.0.5

oracle.jdeveloper.vcs.spi
Class VCSDockableViewRegistry

java.lang.Object
  extended byoracle.jdeveloper.vcs.spi.VCSDockableViewRegistry

public class VCSDockableViewRegistry
extends java.lang.Object

Registry class for dockable version control views and their shared orientations. This class helps to ensure that dockables with the same initial orientation (as defined by local constants) share their screen real estate by being docked together, with tabs.

Since:
9.0.5

Field Summary
static int EAST_OF_LOG_ORIENTATION_ID
           
 
Method Summary
static DockingParam createDockingParam(int orientationId)
           
static void deregisterDockableView(java.lang.String viewId)
           
static void registerDockableView(java.lang.String viewId, int orientationId)
           
static void showDockableView(java.lang.String viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EAST_OF_LOG_ORIENTATION_ID

public static final int EAST_OF_LOG_ORIENTATION_ID
See Also:
Constant Field Values
Method Detail

registerDockableView

public static final void registerDockableView(java.lang.String viewId,
                                              int orientationId)

deregisterDockableView

public static final void deregisterDockableView(java.lang.String viewId)

showDockableView

public static final void showDockableView(java.lang.String viewId)

createDockingParam

public static final DockingParam createDockingParam(int orientationId)

Extension SDK

 

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