Package org.eclipse.draw2d.text
Class FlowAdapter
java.lang.Object
org.eclipse.draw2d.Figure
org.eclipse.draw2d.text.FlowFigure
org.eclipse.draw2d.text.FlowAdapter
- All Implemented Interfaces:
IFigure
Adapts non-flow figures for use within a parent hierarchy requiring flow
figures. Normal draw2d figures can be added as children. If a normal
LayoutManager is set, the children will be positioned by that layout manager.
The size of this figure within the flow will be determined by its preferred
size.
WARNING: This class is not intended to be subclassed by clients.
- Since:
- 3.1
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.draw2d.Figure
Figure.FigureIterator, Figure.IdentitySearch, Figure.ReverseFigureChildrenIterator
Nested classes/interfaces inherited from interface org.eclipse.draw2d.IFigure
IFigure.NoInsets
-
Field Summary
Fields inherited from class org.eclipse.draw2d.text.FlowFigure
selectionStart
Fields inherited from class org.eclipse.draw2d.Figure
bgColor, border, bounds, fgColor, flags, font, MAX_FLAG, maxSize, minSize, NO_MANAGER, prefSize, toolTip
Fields inherited from interface org.eclipse.draw2d.IFigure
MAX_DIMENSION, MIN_DIMENSION, NO_INSETS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
contributeBidi
(BidiProcessor proc) This FlowFigure contributes an Object Replacement Character.protected FlowFigureLayout
Creates the default layout managerprotected void
layout()
Sizes the content box to be big enough to display all figures.void
Updates the bounds of this figure to match that of its content box, and lays out this figure's children.void
setBidiInfo
(BidiInfo info) Sets the bidi level of the content box associated with this Figurevoid
FlowFigures override setBounds() to prevent translation of children.void
setFlowContext
(FlowContext flowContext) Sets the flow context.void
validate()
Do not validate children.Methods inherited from class org.eclipse.draw2d.text.FlowFigure
add, addLeadingWordRequirements, remove, revalidateBidi, setSelection
Methods inherited from class org.eclipse.draw2d.Figure
add, add, add, addAncestorListener, addCoordinateListener, addFigureListener, addFocusListener, addKeyListener, addLayoutListener, addListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findDescendantAtExcluding, findFigureAt, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, findMouseEventTargetInDescendantsAt, fireCoordinateSystemChanged, fireFigureMoved, fireMoved, firePropertyChange, firePropertyChange, firePropertyChange, getBackgroundColor, getBorder, getBounds, getChildren, getChildrenRevIterable, getClientArea, getClientArea, getClippingStrategy, getCursor, getFlag, getFont, getForegroundColor, getInsets, getLayoutManager, getListeners, getListenersIterable, getLocalBackgroundColor, getLocalFont, getLocalForegroundColor, getLocation, getMaximumSize, getMinimumSize, getMinimumSize, getParent, getPreferredSize, getPreferredSize, getSize, getToolTip, getUpdateManager, handleFocusGained, handleFocusLost, handleKeyPressed, handleKeyReleased, handleMouseDoubleClicked, handleMouseDragged, handleMouseEntered, handleMouseExited, handleMouseHover, handleMouseMoved, handleMousePressed, handleMouseReleased, hasFocus, internalGetEventDispatcher, intersects, invalidate, invalidateTree, isCoordinateSystem, isEnabled, isFocusTraversable, isMirrored, isMouseEventTarget, isOpaque, isRequestFocusEnabled, isShowing, isValid, isValidationRoot, isVisible, optimizeClip, paint, paintBorder, paintChildren, paintClientArea, paintFigure, primTranslate, removeAll, removeAncestorListener, removeCoordinateListener, removeFigureListener, removeFocusListener, removeKeyListener, removeLayoutListener, removeListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setChildrenDirection, setChildrenEnabled, setChildrenOrientation, setClippingStrategy, setConstraint, setCursor, setEnabled, setFlag, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, useLocalCoordinates
-
Constructor Details
-
FlowAdapter
public FlowAdapter()
-
-
Method Details
-
contributeBidi
This FlowFigure contributes an Object Replacement Character.- Overrides:
contributeBidi
in classFlowFigure
- Parameters:
proc
- the BidiProcessor to which contributions should be made- See Also:
-
createDefaultFlowLayout
Description copied from class:FlowFigure
Creates the default layout manager- Specified by:
createDefaultFlowLayout
in classFlowFigure
- Returns:
null
- See Also:
-
layout
protected void layout()Sizes the content box to be big enough to display all figures. Wraps to the next line if there is not enough room on the current one. -
postValidate
public void postValidate()Updates the bounds of this figure to match that of its content box, and lays out this figure's children.- Specified by:
postValidate
in classFlowFigure
- See Also:
-
setBidiInfo
Sets the bidi level of the content box associated with this Figure- Overrides:
setBidiInfo
in classFlowFigure
- Parameters:
info
- the BidiInfo for this figure- See Also:
-
setBounds
Description copied from class:FlowFigure
FlowFigures override setBounds() to prevent translation of children. "bounds" is a derived property for FlowFigures, calculated from the fragments that make up the FlowFigure.- Specified by:
setBounds
in interfaceIFigure
- Overrides:
setBounds
in classFlowFigure
- Parameters:
rect
- The new bounds- See Also:
-
setFlowContext
Description copied from class:FlowFigure
Sets the flow context.- Overrides:
setFlowContext
in classFlowFigure
- Parameters:
flowContext
- the flow context for this flow figure- See Also:
-
validate
public void validate()Do not validate children.
-