Class PALplate.interactors.component_flow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PALplate.interactors.component_flow

java.lang.Object
   |
   +----sub_arctic.lib.min_interactor
           |
           +----sub_arctic.lib.base_interactor
                   |
                   +----sub_arctic.lib.base_parent_interactor
                           |
                           +----PALplate.interactors.component_flow

public class component_flow
extends base_parent_interactor

Variable Index

 o _default_offset
 o _layout_type
The layout type for this row.
 o BOTTOM_JUSTIFIED
Constant to denote right justified layout
 o CENTER_JUSTIFIED
Constant to denote centered layout.
 o TOP_JUSTIFIED
Constant to denote left justified layout.

Constructor Index

 o component_flow(int, int)
Minimal Constructor
 o component_flow(int, int, int, int)
Medium constructor

Method Index

 o configure()
 o layout_type()
The layout type for this row.
 o position_children()
 o set_layout_type(byte)
Set the layout type for this row.

Variables

 o _default_offset
  protected int _default_offset
 o CENTER_JUSTIFIED
  public final static byte CENTER_JUSTIFIED
Constant to denote centered layout.
 o TOP_JUSTIFIED
  public final static byte TOP_JUSTIFIED
Constant to denote left justified layout.
 o BOTTOM_JUSTIFIED
  public final static byte BOTTOM_JUSTIFIED
Constant to denote right justified layout
 o _layout_type
  protected byte _layout_type
The layout type for this row.

Constructors

 o component_flow
  public component_flow(int x,
                        int y,
                        int w,
                        int h)
Medium constructor
Parameters:
x - The initial x position of the toolbar
y - The initial y position of the toolbar
w - The initial width of the toolbar
h - The initial height of the toolbar
 o component_flow
  public component_flow(int xv,
                        int yv)
Minimal Constructor
Parameters:
x - The initial x position of the toolbar
y - The initial y position of the toolbar

Methods

 o layout_type
  public byte layout_type()
The layout type for this row.
Returns:
byte the type of layout in use in this interactor (must be one of the constants CENTER_JUSTIFIED, TOP_JUSTIFIED, BOTTOM_JUSTIFIED).
 o set_layout_type
  public void set_layout_type(byte v)
Set the layout type for this row.
Parameters:
byte - v the type of layout you want (must be one of the constants CENTER_JUSTIFIED, TOP_JUSTIFIED, BOTTOM_JUSTIFIED).
 o configure
  public void configure()
Overrides:
configure in class base_interactor
 o position_children
  public void position_children()

All Packages  Class Hierarchy  This Package  Previous  Next  Index