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

E13403-08

oracle.ide.controls
Class VerticalFlowLayout

java.lang.Object
  extended by java.awt.FlowLayout
      extended by oracle.javatools.ui.layout.VerticalFlowLayout
          extended by oracle.ide.controls.VerticalFlowLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

Deprecated. since 11.0. Use VerticalFlowLayout.

public class VerticalFlowLayout
extends VerticalFlowLayout

See Also:
Serialized Form

Field Summary
static int BOTTOM
          Deprecated.  
static int MIDDLE
          Deprecated.  
static int TOP
          Deprecated.  
 
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
 
Constructor Summary
VerticalFlowLayout()
          Deprecated.  
VerticalFlowLayout(boolean hfill, boolean vfill)
          Deprecated.  
VerticalFlowLayout(int align)
          Deprecated.  
VerticalFlowLayout(int align, boolean hfill, boolean vfill)
          Deprecated.  
VerticalFlowLayout(int align, int hgap, int vgap, boolean hfill, boolean vfill)
          Deprecated.  
 
Method Summary
 boolean getHorizontalFill()
          Deprecated.  
 boolean getVerticalFill()
          Deprecated.  
 void layoutContainer(java.awt.Container target)
          Deprecated. Lays out the container.
 java.awt.Dimension minimumLayoutSize(java.awt.Container target)
          Deprecated. Returns the minimum size needed to layout the target container
 java.awt.Dimension preferredLayoutSize(java.awt.Container target)
          Deprecated. Returns the preferred dimensions given the components in the target container.
 void setHorizontalFill(boolean hfill)
          Deprecated.  
 void setVerticalFill(boolean vfill)
          Deprecated.  
 
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOP

public static final int TOP
Deprecated. 
See Also:
Constant Field Values

MIDDLE

public static final int MIDDLE
Deprecated. 
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

VerticalFlowLayout

public VerticalFlowLayout()
Deprecated. 

VerticalFlowLayout

public VerticalFlowLayout(boolean hfill,
                          boolean vfill)
Deprecated. 

VerticalFlowLayout

public VerticalFlowLayout(int align)
Deprecated. 

VerticalFlowLayout

public VerticalFlowLayout(int align,
                          boolean hfill,
                          boolean vfill)
Deprecated. 

VerticalFlowLayout

public VerticalFlowLayout(int align,
                          int hgap,
                          int vgap,
                          boolean hfill,
                          boolean vfill)
Deprecated. 
Method Detail

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
Deprecated. 
Description copied from class: VerticalFlowLayout
Returns the preferred dimensions given the components in the target container.

Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
Overrides:
preferredLayoutSize in class VerticalFlowLayout
Parameters:
target - the component to lay out

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container target)
Deprecated. 
Description copied from class: VerticalFlowLayout
Returns the minimum size needed to layout the target container

Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
Overrides:
minimumLayoutSize in class VerticalFlowLayout
Parameters:
target - the component to lay out

setVerticalFill

public void setVerticalFill(boolean vfill)
Deprecated. 
Overrides:
setVerticalFill in class VerticalFlowLayout

getVerticalFill

public boolean getVerticalFill()
Deprecated. 
Overrides:
getVerticalFill in class VerticalFlowLayout

setHorizontalFill

public void setHorizontalFill(boolean hfill)
Deprecated. 
Overrides:
setHorizontalFill in class VerticalFlowLayout

getHorizontalFill

public boolean getHorizontalFill()
Deprecated. 
Overrides:
getHorizontalFill in class VerticalFlowLayout

layoutContainer

public void layoutContainer(java.awt.Container target)
Deprecated. 
Description copied from class: VerticalFlowLayout
Lays out the container.

Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class VerticalFlowLayout
Parameters:
target - the container to lay out.

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.