Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.inspector.layout
Class AutoExpandPreferredSize

java.lang.Object
  extended by oracle.ide.inspector.layout.AutoExpandPreferredSize

public abstract class AutoExpandPreferredSize
extends java.lang.Object


Field Summary
static AutoExpandPreferredSize DEFAULT
           
static AutoExpandPreferredSize LARGE
           
static AutoExpandPreferredSize MEDIUM
           
static AutoExpandPreferredSize SMALL
           
 
Method Summary
 java.awt.Dimension dimension(java.awt.Dimension titledPanelSize, int orientation)
           
protected  java.awt.Dimension dimension(java.awt.Dimension titledPanelSize, int orientation, int widthPercentage, int heightPercentage)
           
protected abstract  int editorHeightPercentage()
           
protected abstract  int editorWidthPercentage()
           
static AutoExpandPreferredSize find(java.lang.String name)
           
static AutoExpandPreferredSize max(AutoExpandPreferredSize first, AutoExpandPreferredSize second)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LARGE

public static final AutoExpandPreferredSize LARGE

MEDIUM

public static final AutoExpandPreferredSize MEDIUM

SMALL

public static final AutoExpandPreferredSize SMALL

DEFAULT

public static final AutoExpandPreferredSize DEFAULT
Method Detail

find

public static AutoExpandPreferredSize find(java.lang.String name)

max

public static AutoExpandPreferredSize max(AutoExpandPreferredSize first,
                                          AutoExpandPreferredSize second)

dimension

public final java.awt.Dimension dimension(java.awt.Dimension titledPanelSize,
                                          int orientation)

editorWidthPercentage

protected abstract int editorWidthPercentage()

editorHeightPercentage

protected abstract int editorHeightPercentage()

dimension

protected final java.awt.Dimension dimension(java.awt.Dimension titledPanelSize,
                                             int orientation,
                                             int widthPercentage,
                                             int heightPercentage)

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object

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.