|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.inspector.layout.AutoExpandPreferredSize
public abstract class AutoExpandPreferredSize
| 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 |
|---|
public static final AutoExpandPreferredSize LARGE
public static final AutoExpandPreferredSize MEDIUM
public static final AutoExpandPreferredSize SMALL
public static final AutoExpandPreferredSize DEFAULT
| Method Detail |
|---|
public static AutoExpandPreferredSize find(java.lang.String name)
public static AutoExpandPreferredSize max(AutoExpandPreferredSize first,
AutoExpandPreferredSize second)
public final java.awt.Dimension dimension(java.awt.Dimension titledPanelSize,
int orientation)
protected abstract int editorWidthPercentage()
protected abstract int editorHeightPercentage()
protected final java.awt.Dimension dimension(java.awt.Dimension titledPanelSize,
int orientation,
int widthPercentage,
int heightPercentage)
public final java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||