Class Flow


  extended by Object
      extended by Component
          extended by Flow
Direct Known Subclasses:
Surface, View

public class Flow
extends Component

Flow is a container class for other user interface Components. As the name suggests the Flow uses HTML like layout management where child components are laid out to "lines". Components need to have VISIBLE flag in order for them to appear on screen. Contents of this container are accessed and manipulated with:

A line break occurs on the following conditions:

All flags are:

Flow has following special style customizations:


Constructor Summary
Flow(Style style)
          Creates a new Flow container.
 
Method Summary
 
Methods inherited from class Component
add, appendText, clear, find, first, get, getAction, getData, getElement, getFlags, getImage, getLocation, getParent, getShell, getSize, getStyle, getText, getViewPort, hasLinefeed, indexOf, insert, isFocusable, isShown, isVisible, isWrapping, last, operator_get, operator_set, remove, remove, repaint, set, setAction, setData, setElement, setFlags, setImage, setLocation, setPreferredHeight, setPreferredSize, setPreferredWidth, setStyle, setText, size
 
Methods inherited from class Object
toString, equals, hashCode
 
Methods inherited from
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flow

public Flow(Style style)
Creates a new Flow container.

Parameters:
style - Style to use