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

E17493-02

oracle.ide.docking
Class DrawerWindowConfig

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

public final class DrawerWindowConfig
extends java.lang.Object

Configuration options for drawer windows.


Constructor Summary
DrawerWindowConfig()
           
 
Method Summary
 javax.swing.Icon icon()
           
 void icon(javax.swing.Icon icon)
           
 java.lang.String tabName()
           
 void tabName(java.lang.String tabName)
           
 java.lang.String titleName()
           
 void titleName(java.lang.String titleName)
           
 javax.swing.JComponent topComponent()
           
 void topComponent(javax.swing.JComponent topComponent)
           
 int type()
           
 void type(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawerWindowConfig

public DrawerWindowConfig()
Method Detail

tabName

public java.lang.String tabName()

tabName

public void tabName(java.lang.String tabName)

titleName

public java.lang.String titleName()

titleName

public void titleName(java.lang.String titleName)

type

public int type()

type

public void type(int type)

topComponent

public javax.swing.JComponent topComponent()

topComponent

public void topComponent(javax.swing.JComponent topComponent)

icon

public javax.swing.Icon icon()

icon

public void icon(javax.swing.Icon icon)

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

E17493-02

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