Eclipse Draw2d
2.1
A B C D E F G H I K L M N O P Q R S T U V W X Y

F

FanRouter - class org.eclipse.draw2d.FanRouter.
Automatic router that spreads its Connections in a fan-like fashion upon collision.
FanRouter() - Constructor for class org.eclipse.draw2d.FanRouter
 
fgColor - Variable in class org.eclipse.draw2d.SWTGraphics.State
Background and foreground colors
fgColor - Variable in class org.eclipse.draw2d.Figure
This Figure's foreground color.
Figure - class org.eclipse.draw2d.Figure.
The base implementation for graphical figures.
Figure.FigureIterator - class org.eclipse.draw2d.Figure.FigureIterator.
Iterates over a Figure's children.
Figure.FigureIterator(IFigure) - Constructor for class org.eclipse.draw2d.Figure.FigureIterator
Constructs a new FigureIterator for the given Figure.
Figure() - Constructor for class org.eclipse.draw2d.Figure
 
FigureCanvas - class org.eclipse.draw2d.FigureCanvas.
A Canvas that contains Figures.
FigureCanvas(Composite) - Constructor for class org.eclipse.draw2d.FigureCanvas
Creates a new FigureCanvas with the given parent.
FigureCanvas(Composite, LightweightSystem) - Constructor for class org.eclipse.draw2d.FigureCanvas
Constructs a new FigureCanvas with the given parent and LightweightSystem.
FigureListener - interface org.eclipse.draw2d.FigureListener.
A listener interface for receiving notification that an IFigure has moved.
figureMoved(IFigure) - Method in interface org.eclipse.draw2d.FigureListener
Called when the given IFigure has moved.
FigureUtilities - class org.eclipse.draw2d.FigureUtilities.
Provides miscellaneous Figure operations.
FigureUtilities() - Constructor for class org.eclipse.draw2d.FigureUtilities
 
fill - Variable in class org.eclipse.draw2d.FlowLayout
The property that determines whether leftover space at the end of a row/column should be filled by the last item in that row/column.
fillArc(int, int, int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillArc(int, int, int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillArc(int, int, int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
Fills the interior of an arc located at (x,y) with width w and height h.
fillArc(Rectangle, int, int) - Method in class org.eclipse.draw2d.Graphics
 
fillCheckeredRectangle(Graphics) - Method in class org.eclipse.draw2d.ToggleButton
Draws a checkered pattern to emulate a toggle button that is in the selected state.
fillGradient(int, int, int, int, boolean) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillGradient(int, int, int, int, boolean) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillGradient(int, int, int, int, boolean) - Method in class org.eclipse.draw2d.Graphics
Fills the the given rectangle with a gradient from the foreground color to the background color.
fillGradient(Rectangle, boolean) - Method in class org.eclipse.draw2d.Graphics
 
fillOval(int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillOval(int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillOval(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
Fills an ellipse that fits inside the rectangle with the given properties using the background color.
fillOval(Rectangle) - Method in class org.eclipse.draw2d.Graphics
 
fillPolygon(PointList) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillPolygon(PointList) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillPolygon(PointList) - Method in class org.eclipse.draw2d.Graphics
Fills a closed polygon defined by the given PointList containing the vertices.
fillRectangle(int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillRectangle(int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillRectangle(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
Fills a rectangle whose top-left corner is located at the point (x,y) with the given width and height.
fillRectangle(Rectangle) - Method in class org.eclipse.draw2d.Graphics
 
fillRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.Graphics
Fills a rectangle with rounded corners using the background color.
fillShape(Graphics) - Method in class org.eclipse.draw2d.Triangle
 
fillShape(Graphics) - Method in class org.eclipse.draw2d.Shape
Fills the interior of the shape with the background color.
fillShape(Graphics) - Method in class org.eclipse.draw2d.RoundedRectangle
 
fillShape(Graphics) - Method in class org.eclipse.draw2d.RectangleFigure
 
fillShape(Graphics) - Method in class org.eclipse.draw2d.Polyline
Null implementation for a line.
fillShape(Graphics) - Method in class org.eclipse.draw2d.Polygon
Fill the Polygon with the background color set by g.
fillShape(Graphics) - Method in class org.eclipse.draw2d.Ellipse
Fills the ellipse.
fillString(String, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillString(String, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillString(String, int, int) - Method in class org.eclipse.draw2d.Graphics
Draws the given string using the current font and foreground color.
fillString(String, Point) - Method in class org.eclipse.draw2d.Graphics
 
fillText(String, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
fillText(String, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
fillText(String, int, int) - Method in class org.eclipse.draw2d.Graphics
Draws the given string using the current font and foreground color.
fillText(String, Point) - Method in class org.eclipse.draw2d.Graphics
 
findDescendantAtExcluding(int, int, TreeSearch) - Method in class org.eclipse.draw2d.Figure
Returns a descendant of this Figure such that the Figure returned contains the point (x, y), and is accepted by the given TreeSearch.
findFigureAt(int, int) - Method in interface org.eclipse.draw2d.IFigure
Returns the IFigure at the specified location.
findFigureAt(int, int) - Method in class org.eclipse.draw2d.Figure
 
findFigureAt(int, int, TreeSearch) - Method in class org.eclipse.draw2d.Layer
Overridden to implement transparency.
findFigureAt(int, int, TreeSearch) - Method in interface org.eclipse.draw2d.IFigure
Returns the IFigure at the specified location based on the conditional TreeSearch.
findFigureAt(int, int, TreeSearch) - Method in class org.eclipse.draw2d.Figure
 
findFigureAt(Point) - Method in interface org.eclipse.draw2d.IFigure
Returns the IFigure at the specified location.
findFigureAt(Point) - Method in class org.eclipse.draw2d.Figure
 
findFigureAtExcluding(int, int, Collection) - Method in interface org.eclipse.draw2d.IFigure
Returns the IFigure at the specified location, excluding any IFigures in collection.
findFigureAtExcluding(int, int, Collection) - Method in class org.eclipse.draw2d.Figure
 
findMouseEventTargetAt(int, int) - Method in interface org.eclipse.draw2d.IFigure
Returns the IFigure located at the given location which will accept mouse events.
findMouseEventTargetAt(int, int) - Method in class org.eclipse.draw2d.Figure
Returns the deepest descendant for which Figure.isMouseEventTarget() returns true or null if none found.
findMouseEventTargetInDescendantsAt(int, int) - Method in class org.eclipse.draw2d.Figure
Searches this Figure's children for the deepest descendant for which Figure.isMouseEventTarget() returns true and returns that descendant or null if none found.
fireActionPerformed() - Method in class org.eclipse.draw2d.ToggleModel
Notifies any ActionListeners on this ButtonModel that an action has been performed.
fireActionPerformed() - Method in class org.eclipse.draw2d.Clickable
Called when there has been an action performed by this Clickable, which is determined by the model.
fireActionPerformed() - Method in class org.eclipse.draw2d.ButtonModel
Notifies any ActionListeners on this ButtonModel that an action has been performed.
fireAnchorMoved() - Method in class org.eclipse.draw2d.ConnectionAnchorBase
Notifies all the listeners in the list of a change in position of this anchor.
fireCanceled() - Method in class org.eclipse.draw2d.ButtonModel
Notifies any listening ButtonStateTransitionListener that the pressed state of this button has been cancelled.
fireExtentChanged() - Method in class org.eclipse.draw2d.FreeformLayeredPane
 
fireExtentChanged() - Method in class org.eclipse.draw2d.FreeformLayer
 
fireExtentChanged() - Method in interface org.eclipse.draw2d.FreeformFigure
Notifies listeners that the freeform extent (i.e. bounds) has changed.
fireMoved() - Method in class org.eclipse.draw2d.FreeformLayeredPane
Overrides to do nothing.
fireMoved() - Method in class org.eclipse.draw2d.FreeformLayer
Overrides to do nothing.
fireMoved() - Method in class org.eclipse.draw2d.Figure
Notifies any FigureListeners listening to this Figure that it has moved.
firePainting(Rectangle, Map) - Method in class org.eclipse.draw2d.UpdateManager
Notifies listeners that painting is about to occur, passing them the damaged rectangle and the map of dirty regions.
firePressed() - Method in class org.eclipse.draw2d.ButtonModel
Notifies any listening ButtonStateTransitionListener that this button has been pressed.
firePropertyChange(Object, Object) - Method in class org.eclipse.draw2d.ButtonGroup
Fires a PropertyChangeEvent to all PropertyChangeListeners added to this ButtonGroup.
firePropertyChange(String, boolean, boolean) - Method in class org.eclipse.draw2d.Figure
Notifies any PropertyChangeListeners listening to this Figure that the boolean property with id property has changed.
firePropertyChange(String, int, int) - Method in class org.eclipse.draw2d.Figure
Notifies any PropertyChangeListeners listening to this figure that the integer property with id property has changed.
firePropertyChange(String, int, int) - Method in class org.eclipse.draw2d.DefaultRangeModel
Notifies any listening PropertyChangeListeners that the property with the given id has changed.
firePropertyChange(String, Object, Object) - Method in class org.eclipse.draw2d.Figure
Notifies any PropertyChangeListeners listening to this figure that the Object property with id property has changed.
fireReleased() - Method in class org.eclipse.draw2d.ButtonModel
Notifies any listening ButtonStateTransitionListener that this button has been released.
fireResume() - Method in class org.eclipse.draw2d.ButtonModel
Notifies any listening ButtonStateTransitionListeners that this button has resumed activity.
fireStateChanged(ChangeEvent) - Method in class org.eclipse.draw2d.Clickable
Called when there has been a change of state in the model of this clickable.
fireStateChanged(String) - Method in class org.eclipse.draw2d.ButtonModel
Notifies any listening ChangeListeners that this button's state has changed.
fireSuspend() - Method in class org.eclipse.draw2d.ButtonModel
Notifies any listening ButtonStateTransitionListeners that this button has suspended activity.
fireValidating() - Method in class org.eclipse.draw2d.UpdateManager
Notifies listeners that validation is about to occur.
firingBehavior - Variable in class org.eclipse.draw2d.ButtonModel
Listens to button state transitions and fires action performed events based on the desired behavior (ButtonModel.DEFAULT_FIRING_BEHAVIOR or ButtonModel.REPEAT_FIRING_BEHAVIOR).
flags - Variable in class org.eclipse.draw2d.Figure
The flags for this Figure.
FlowBox - class org.eclipse.draw2d.text.FlowBox.
A Geometric object for representing a region on a line of Text.
FlowBox() - Constructor for class org.eclipse.draw2d.text.FlowBox
 
FlowContainerLayout - class org.eclipse.draw2d.text.FlowContainerLayout.
A layout for FlowFigures with children.
FlowContainerLayout(FlowFigure) - Constructor for class org.eclipse.draw2d.text.FlowContainerLayout
 
FlowContext - interface org.eclipse.draw2d.text.FlowContext.
The context that a FlowFigureLayout uses to perform its layout.
FlowFigure - class org.eclipse.draw2d.text.FlowFigure.
The base implementation for text flow figures.
FlowFigure() - Constructor for class org.eclipse.draw2d.text.FlowFigure
Constructs a new FlowFigure.
FlowFigureLayout - class org.eclipse.draw2d.text.FlowFigureLayout.
A LayoutManager for use with FlowFigure.
FlowFigureLayout(FlowFigure) - Constructor for class org.eclipse.draw2d.text.FlowFigureLayout
Constructs a new FlowFigureLayout with the given FlowFigure.
FlowLayout - class org.eclipse.draw2d.FlowLayout.
Lays out children in rows or columns, wrapping when the current row/column is filled.
FlowLayout() - Constructor for class org.eclipse.draw2d.FlowLayout
Constructs a FlowLayout with horizontal orientation.
FlowLayout(boolean) - Constructor for class org.eclipse.draw2d.FlowLayout
Constructs a FlowLayout whose orientation is given in the input.
FlowPage - class org.eclipse.draw2d.text.FlowPage.
The root of a Flow hierarchy.
FlowPage() - Constructor for class org.eclipse.draw2d.text.FlowPage
 
flush() - Method in class org.eclipse.draw2d.text.InlineFlowLayout
 
flush() - Method in class org.eclipse.draw2d.text.FlowContainerLayout
Called after FlowContainerLayout.layoutChildren() when all children have been laid out.
flush() - Method in class org.eclipse.draw2d.text.BlockFlowLayout
 
flushGraphics(Rectangle) - Method in interface org.eclipse.draw2d.GraphicsSource
Tells the GraphicsSource that you have finished using that region.
FocusBorder - class org.eclipse.draw2d.FocusBorder.
A Border that looks like the system's focus rectangle.
FocusBorder() - Constructor for class org.eclipse.draw2d.FocusBorder
Constructs a new FocusBorder.
FocusEvent - class org.eclipse.draw2d.FocusEvent.
An event that occurs when an IFigure gains or loses focus.
FocusEvent(IFigure, IFigure) - Constructor for class org.eclipse.draw2d.FocusEvent
Constructs a new FocusEvent.
focusGained(FocusEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
focusGained(FocusEvent) - Method in interface org.eclipse.draw2d.FocusListener
Called when the listened to object has gained focus.
focusGained(FocusEvent) - Method in class org.eclipse.draw2d.FocusListener.Stub
 
FocusListener - interface org.eclipse.draw2d.FocusListener.
A listener interface for receiving FocusEvents.
FocusListener.Stub - class org.eclipse.draw2d.FocusListener.Stub.
An empty implementation of FocusListener for convenience.
FocusListener.Stub() - Constructor for class org.eclipse.draw2d.FocusListener.Stub
 
focusLost(FocusEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
focusLost(FocusEvent) - Method in interface org.eclipse.draw2d.FocusListener
Called when the listened to object has lost focus.
focusLost(FocusEvent) - Method in class org.eclipse.draw2d.FocusListener.Stub
 
FocusTraverseManager - class org.eclipse.draw2d.FocusTraverseManager.
This class is a helper to the SWTEventDispatcher.
FocusTraverseManager() - Constructor for class org.eclipse.draw2d.FocusTraverseManager
Default constructor.
font - Variable in class org.eclipse.draw2d.SWTGraphics.State
Font value
font - Variable in class org.eclipse.draw2d.Figure
This Figure's font.
fragments - Variable in class org.eclipse.draw2d.text.CompositeBox
The contained fragments.
FrameBorder - class org.eclipse.draw2d.FrameBorder.
Provides for a frame-like border which contains a title bar for holding the title of a Figure.
FrameBorder() - Constructor for class org.eclipse.draw2d.FrameBorder
Constructs a FrameBorder with its label set to the name of the TitleBarBorder class.
FrameBorder(String) - Constructor for class org.eclipse.draw2d.FrameBorder
Constructs a FrameBorder with the title set to the passed String.
FreeformFigure - interface org.eclipse.draw2d.FreeformFigure.
A figure that allows its children to extend into negative coordinates.
FreeformLayer - class org.eclipse.draw2d.FreeformLayer.
A Layer that can extend in all 4 directions.
FreeformLayer() - Constructor for class org.eclipse.draw2d.FreeformLayer
 
FreeformLayeredPane - class org.eclipse.draw2d.FreeformLayeredPane.
A LayeredPane that contains FreeformLayers.
FreeformLayeredPane() - Constructor for class org.eclipse.draw2d.FreeformLayeredPane
Constructs a new FreeformLayeredPane.
FreeformLayout - class org.eclipse.draw2d.FreeformLayout.
A layout for FreeformFigures.
FreeformLayout() - Constructor for class org.eclipse.draw2d.FreeformLayout
 
FreeformListener - interface org.eclipse.draw2d.FreeformListener.
Listens for extent changes in FreeformFigures.
FreeformViewport - class org.eclipse.draw2d.FreeformViewport.
A viewport for FreeformFigures.
FreeformViewport() - Constructor for class org.eclipse.draw2d.FreeformViewport
Constructs a new FreeformViewport.

Eclipse Draw2d
2.1
A B C D E F G H I K L M N O P Q R S T U V W X Y
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.