Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.docking
Class DrawerConfig

java.lang.Object
  extended by oracle.ide.docking.DrawerConfig

public final class DrawerConfig
extends java.lang.Object


Nested Class Summary
static class DrawerConfig.State
           
 
Constructor Summary
DrawerConfig()
           
DrawerConfig(DockableWindow view)
           
DrawerConfig(DockableWindow view, float weight)
           
DrawerConfig(DockableWindow view, int index)
          Deprecated. 
DrawerConfig(java.lang.String tabName)
           
DrawerConfig(java.lang.String tabName, DrawerConfig.State state)
           
 
Method Summary
 int index()
          Deprecated. 
 void index(int index)
          Deprecated. 
 DrawerConfig.State state()
           
 void state(DrawerConfig.State state)
           
 java.lang.String tabName()
           
 void tabName(java.lang.String tabName)
           
 float weight()
           
 void weight(float newWeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawerConfig

public DrawerConfig()

DrawerConfig

@Deprecated
public DrawerConfig(DockableWindow view,
                               int index)
Deprecated. 


DrawerConfig

public DrawerConfig(DockableWindow view,
                    float weight)

DrawerConfig

public DrawerConfig(DockableWindow view)

DrawerConfig

public DrawerConfig(java.lang.String tabName,
                    DrawerConfig.State state)

DrawerConfig

public DrawerConfig(java.lang.String tabName)
Method Detail

state

public DrawerConfig.State state()

state

public void state(DrawerConfig.State state)

tabName

public java.lang.String tabName()

tabName

public void tabName(java.lang.String tabName)

index

@Deprecated
public int index()
Deprecated. 


index

@Deprecated
public void index(int index)
Deprecated. 


weight

public float weight()

weight

public void weight(float newWeight)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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