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

A

AbsoluteBendpoint - class org.eclipse.draw2d.AbsoluteBendpoint.
AbsoluteBendpoint is a Bendpoint that defines its location simply as its X and Y coordinates.
AbsoluteBendpoint(int, int) - Constructor for class org.eclipse.draw2d.AbsoluteBendpoint
Creates a new AbsoluteBendpoint at the Point (x,y).
AbsoluteBendpoint(Point) - Constructor for class org.eclipse.draw2d.AbsoluteBendpoint
Creates a new AbsoluteBendpoint at the Point p.
AbstractBorder - class org.eclipse.draw2d.AbstractBorder.
Provides generic support for borders.
AbstractBorder() - Constructor for class org.eclipse.draw2d.AbstractBorder
 
AbstractConnectionAnchor - class org.eclipse.draw2d.AbstractConnectionAnchor.
Provides support for anchors which depend on a figure for thier location.
AbstractConnectionAnchor() - Constructor for class org.eclipse.draw2d.AbstractConnectionAnchor
Constructs an AbstractConnectionAnchor with no owner.
AbstractConnectionAnchor(IFigure) - Constructor for class org.eclipse.draw2d.AbstractConnectionAnchor
Constructs an AbstractConnectionAnchor with the owner supplied as input.
AbstractHintLayout - class org.eclipse.draw2d.AbstractHintLayout.
The foundation for layout managers which are sensitive to width and/or height hints.
AbstractHintLayout() - Constructor for class org.eclipse.draw2d.AbstractHintLayout
 
AbstractLabeledBorder - class org.eclipse.draw2d.AbstractLabeledBorder.
Provides support for a border with a label describing the contents of which it is surrounding.
AbstractLabeledBorder() - Constructor for class org.eclipse.draw2d.AbstractLabeledBorder
Constructs a default AbstractLabeledBorder with the name of this class set as its label.
AbstractLabeledBorder(String) - Constructor for class org.eclipse.draw2d.AbstractLabeledBorder
Constructs a border with the label set to the String passed in as input.
AbstractLayout - class org.eclipse.draw2d.AbstractLayout.
Provides generic support for LayoutManagers.
AbstractLayout() - Constructor for class org.eclipse.draw2d.AbstractLayout
 
AbstractLocator - class org.eclipse.draw2d.AbstractLocator.
Repositions a Figure attached to a Connection when the Connection is moved.
AbstractLocator() - Constructor for class org.eclipse.draw2d.AbstractLocator
Creates a new AbstractLocator.
AbstractRouter - class org.eclipse.draw2d.AbstractRouter.
Generic support for ConnectionRouters.
AbstractRouter() - Constructor for class org.eclipse.draw2d.AbstractRouter
 
accept(IFigure) - Method in interface org.eclipse.draw2d.TreeSearch
Returns true if the given figure is accepted by the search.
accept(IFigure) - Method in class org.eclipse.draw2d.ExclusionSearch
 
AccessibleBase - class org.eclipse.draw2d.AccessibleBase.
The base class for accessible objects.
AccessibleBase() - Constructor for class org.eclipse.draw2d.AccessibleBase
 
ActionEvent - class org.eclipse.draw2d.ActionEvent.
An event that occurs as a result of an action being performed.
ActionEvent(Object) - Constructor for class org.eclipse.draw2d.ActionEvent
Constructs a new ActionEvent with source as the source of the event.
ActionEvent(Object, String) - Constructor for class org.eclipse.draw2d.ActionEvent
Constructs a new ActionEvent with source as the source of the event and name as the name of the action that was performed.
ActionListener - interface org.eclipse.draw2d.ActionListener.
A Listener interface for receiving ActionEvents.
actionName - Variable in class org.eclipse.draw2d.ButtonModel
The name of the action associated with this button.
actionPerformed(ActionEvent) - Method in interface org.eclipse.draw2d.ActionListener
Called when the action occurs.
add(ButtonModel) - Method in class org.eclipse.draw2d.ButtonGroup
Adds the passed ButtonModel to the ButtonGroup.
add(FlowBox) - Method in class org.eclipse.draw2d.text.CompositeBox
Adds the specified FlowBox.
add(FlowBox) - Method in class org.eclipse.draw2d.text.BlockBox
 
add(IFigure) - Method in interface org.eclipse.draw2d.IFigure
Adds the given IFigure as a child of this IFigure.
add(IFigure) - Method in class org.eclipse.draw2d.Figure
Calls Figure.add(IFigure, Object, int) with null as the constraint and -1 as the index.
add(IFigure, int) - Method in interface org.eclipse.draw2d.IFigure
Adds the given IFigure as a child of this IFigure at the given index.
add(IFigure, int) - Method in class org.eclipse.draw2d.Figure
Calls Figure.add(IFigure, Object, int) with null as the constraint.
add(IFigure, Object) - Method in interface org.eclipse.draw2d.IFigure
Adds the given IFigure as a child of this IFigure with the given constraint.
add(IFigure, Object) - Method in class org.eclipse.draw2d.Figure
Calls Figure.add(IFigure, Object, int) with -1 as the index.
add(IFigure, Object, int) - Method in class org.eclipse.draw2d.LayeredPane
Adds the given layer figure, identifiable with the given key, at the specified index.
add(IFigure, Object, int) - Method in interface org.eclipse.draw2d.IFigure
Adds the child IFigure using the specified index and constraint.
add(IFigure, Object, int) - Method in class org.eclipse.draw2d.FreeformLayeredPane
 
add(IFigure, Object, int) - Method in class org.eclipse.draw2d.FreeformLayer
 
add(IFigure, Object, int) - Method in class org.eclipse.draw2d.Figure
 
add(IFigure, Object, int) - Method in class org.eclipse.draw2d.ConnectionLayer
Adds the given figure with the given contraint at the given index.
add(IFigure, Object, int) - Method in class org.eclipse.draw2d.text.FlowFigure
If the child is a FlowFigure, its FlowContext is passed to it.
add(Insets) - Method in class org.eclipse.draw2d.geometry.Insets
Adds the values of the specified Insets to this Insets' values.
addActionListener(ActionListener) - Method in class org.eclipse.draw2d.Clickable
Adds the given listener to the list of action listeners of this Figure.
addActionListener(ActionListener) - Method in class org.eclipse.draw2d.ButtonModel
Registers the given listener as an ActionListener.
addAncestorListener(AncestorListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as an AncestorListener of this IFigure.
addAncestorListener(AncestorListener) - Method in class org.eclipse.draw2d.Figure
 
addAnchorListener(AnchorListener) - Method in class org.eclipse.draw2d.ConnectionAnchorBase
 
addAnchorListener(AnchorListener) - Method in interface org.eclipse.draw2d.ConnectionAnchor
Adds a listener interested in the movement of this ConnectionAnchor.
addAnchorListener(AnchorListener) - Method in class org.eclipse.draw2d.AbstractConnectionAnchor
Adds the given listener to the listeners to be notified of anchor location changes.
addChangeListener(ChangeListener) - Method in class org.eclipse.draw2d.Clickable
Adds the given listener to the list of state change listeners of this figure.
addChangeListener(ChangeListener) - Method in class org.eclipse.draw2d.ButtonModel
Registers the given listener as a ChangeListener.
addDirtyRegion(IFigure, int, int, int, int) - Method in class org.eclipse.draw2d.UpdateManager
Adds the dirty region defined by the coordinates on the IFigure figure.
addDirtyRegion(IFigure, int, int, int, int) - Method in class org.eclipse.draw2d.SubordinateUpdateManager
 
addDirtyRegion(IFigure, int, int, int, int) - Method in class org.eclipse.draw2d.DeferredUpdateManager
Adds a dirty region (defined by the rectangle x, y, w, h) to the update queue.
addDirtyRegion(IFigure, Rectangle) - Method in class org.eclipse.draw2d.UpdateManager
 
addFigureListener(FigureListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a FigureListener of this IFigure.
addFigureListener(FigureListener) - Method in class org.eclipse.draw2d.Figure
 
addFocusListener(FocusListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a FocusListener of this IFigure.
addFocusListener(FocusListener) - Method in class org.eclipse.draw2d.Figure
 
addFreeformListener(FreeformListener) - Method in class org.eclipse.draw2d.FreeformLayeredPane
 
addFreeformListener(FreeformListener) - Method in class org.eclipse.draw2d.FreeformLayer
 
addFreeformListener(FreeformListener) - Method in interface org.eclipse.draw2d.FreeformFigure
Adds a FreeformListener to this FreeformFigure.
addInvalidFigure(IFigure) - Method in class org.eclipse.draw2d.UpdateManager
The receiver should call validate() on the IFigure figure in a timely fashion.
addInvalidFigure(IFigure) - Method in class org.eclipse.draw2d.SubordinateUpdateManager
 
addInvalidFigure(IFigure) - Method in class org.eclipse.draw2d.DeferredUpdateManager
Adds the given figure to the update queue.
addKeyListener(KeyListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a KeyListner of this IFigure.
addKeyListener(KeyListener) - Method in class org.eclipse.draw2d.Figure
 
addLayerAfter(Layer, Object, Object) - Method in class org.eclipse.draw2d.LayeredPane
Adds the given layer, identifiable with the given key, under the after layer provided in the input.
addLayerBefore(Layer, Object, Object) - Method in class org.eclipse.draw2d.LayeredPane
Adds the given layer, identifiable with the given key, above the before layer provided in the input.
addListener(Class, Object) - Method in class org.eclipse.draw2d.Figure
Adds a listener of type clazz to this Figure's list of event listeners.
addListener(Class, Object) - Method in class org.eclipse.draw2d.EventListenerList
Adds a listener of type c to the list.
addListeners() - Method in class org.eclipse.draw2d.LightweightSystem
Adds SWT listeners to the LightWeightSystem's Canvas.
addMouseListener(MouseListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a MouseListener of this IFigure.
addMouseListener(MouseListener) - Method in class org.eclipse.draw2d.Figure
 
addMouseMotionListener(MouseMotionListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a MouseMotionListener of this IFigure.
addMouseMotionListener(MouseMotionListener) - Method in class org.eclipse.draw2d.Figure
 
addNotify() - Method in class org.eclipse.draw2d.PolylineConnection
Hooks the source and target anchors.
addNotify() - Method in interface org.eclipse.draw2d.IFigure
Called after this IFigure is added to its parent.
addNotify() - Method in class org.eclipse.draw2d.Figure
Called after the receiver's parent has been set and it has been added to its parent.
addPoint(int, int) - Method in class org.eclipse.draw2d.geometry.PointList
Adds the input point values to this PointList.
addPoint(Point) - Method in class org.eclipse.draw2d.Polyline
Adds the passed point to the Polyline.
addPoint(Point) - Method in class org.eclipse.draw2d.geometry.PointList
Adds Point p to this PointList.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.draw2d.RangeModel
Registers listener as a PropertyChangeListener of this RangeModel.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a PropertyChangeListener of this IFigure.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.draw2d.Figure
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.draw2d.DefaultRangeModel
Registers the given listener as a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.draw2d.ButtonGroup
Adds the passed listener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.eclipse.draw2d.IFigure
Registers the given listener as a PropertyChangeListener of this IFigure, interested only in the given property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.eclipse.draw2d.Figure
 
addStateTransitionListener(ButtonStateTransitionListener) - Method in class org.eclipse.draw2d.ButtonModel
Registers the given listener as a ButtonStateTransitionListener.
addToCurrentLine(FlowBox) - Method in class org.eclipse.draw2d.text.InlineFlowLayout
Adds the given FlowBox to the current line of this InlineFlowLayout.
addToCurrentLine(FlowBox) - Method in interface org.eclipse.draw2d.text.FlowContext
Adds the given box into the current line.
addToCurrentLine(FlowBox) - Method in class org.eclipse.draw2d.text.FlowContainerLayout
 
addUpdateListener(UpdateListener) - Method in class org.eclipse.draw2d.UpdateManager
Adds the given listener to the list of listeners to be notified of painting and validation.
ALIGN_BOTTOMRIGHT - Static variable in class org.eclipse.draw2d.ToolbarLayout
Constant for bottom-right alignment
ALIGN_CENTER - Static variable in class org.eclipse.draw2d.ToolbarLayout
Constant for center alignment
ALIGN_CENTER - Static variable in class org.eclipse.draw2d.FlowLayout
Constant to specify components to be aligned in the center
ALIGN_LEFTTOP - Static variable in class org.eclipse.draw2d.FlowLayout
Constant to specify components to be aligned on the left/top
ALIGN_RIGHTBOTTOM - Static variable in class org.eclipse.draw2d.FlowLayout
Constant to specify components to be aligned on the right/bottom
ALIGN_TOPLEFT - Static variable in class org.eclipse.draw2d.ToolbarLayout
Constant for top-left alignment
ALT - Static variable in class org.eclipse.draw2d.InputEvent
 
ALWAYS - Static variable in class org.eclipse.draw2d.ScrollPaneSolver
Scrollbar visiblity constants -- always show scrollbars
ALWAYS - Static variable in class org.eclipse.draw2d.ScrollPaneLayout
 
ALWAYS - Static variable in class org.eclipse.draw2d.ScrollPane
Constant indicating to always show the ScrollBar
ALWAYS - Static variable in class org.eclipse.draw2d.FigureCanvas
Always show scrollbar
ancestorAdded(IFigure) - Method in interface org.eclipse.draw2d.AncestorListener
Called when an ancestor has been added into the listening figure's hierarchy.
ancestorAdded(IFigure) - Method in class org.eclipse.draw2d.AncestorListener.Stub
 
ancestorAdded(IFigure) - Method in class org.eclipse.draw2d.AbstractConnectionAnchor
 
AncestorListener - interface org.eclipse.draw2d.AncestorListener.
A listener interface for receiving changes in the ancestor hierarchy of the listening IFigure.
AncestorListener.Stub - class org.eclipse.draw2d.AncestorListener.Stub.
An empty implementation of AncestorListener for convenience.
AncestorListener.Stub() - Constructor for class org.eclipse.draw2d.AncestorListener.Stub
 
ancestorMoved(IFigure) - Method in interface org.eclipse.draw2d.AncestorListener
Called when an ancestor has moved to a new location.
ancestorMoved(IFigure) - Method in class org.eclipse.draw2d.AncestorListener.Stub
 
ancestorMoved(IFigure) - Method in class org.eclipse.draw2d.AbstractConnectionAnchor
Notifies all the listeners of this anchor's location change.
ancestorRemoved(IFigure) - Method in interface org.eclipse.draw2d.AncestorListener
Called when an ancestor has been removed from the listening figure's hierarchy.
ancestorRemoved(IFigure) - Method in class org.eclipse.draw2d.AncestorListener.Stub
 
ancestorRemoved(IFigure) - Method in class org.eclipse.draw2d.AbstractConnectionAnchor
 
AnchorListener - interface org.eclipse.draw2d.AnchorListener.
A listener interface for receiving notification that an anchor has moved.
anchorMoved(ConnectionAnchor) - Method in class org.eclipse.draw2d.PolylineConnection
Called by the anchors of this connection when they have moved, revalidating this polyline connection.
anchorMoved(ConnectionAnchor) - Method in interface org.eclipse.draw2d.AnchorListener
Called when an anchor has moved to a new location.
ANY_BUTTON - Static variable in class org.eclipse.draw2d.SWTEventDispatcher
Used to tell if any button is pressed without regard to the specific button.
ANY_BUTTON - Static variable in class org.eclipse.draw2d.InputEvent
A bitwise OR'ing of InputEvent.BUTTON1, InputEvent.BUTTON2 and InputEvent.BUTTON3
APPSTARTING - Static variable in class org.eclipse.draw2d.Cursors
 
ARMED_FLAG - Static variable in class org.eclipse.draw2d.ButtonModel
Flags for button states.
ARMED_PROPERTY - Static variable in class org.eclipse.draw2d.ButtonModel
Deprecated. This property will soon disappear since it is simply defined by (isPressed() & isRollover())
ARROW - Static variable in class org.eclipse.draw2d.Cursors
 
ArrowButton - class org.eclipse.draw2d.ArrowButton.
A Button containing an arrow in it, and providing directional support for the arrow.
ArrowButton() - Constructor for class org.eclipse.draw2d.ArrowButton
Constructs a default ArrowButton with the arrow pointing north.
ArrowButton(int) - Constructor for class org.eclipse.draw2d.ArrowButton
Constructs an ArrowButton with the arrow having the direction given in the input.
ArrowLocator - class org.eclipse.draw2d.ArrowLocator.
Repositions a Figure attached to a Connection when the Connection is moved.
ArrowLocator(Connection, int) - Constructor for class org.eclipse.draw2d.ArrowLocator
Constructs an ArrowLocator associated with passed connection and tip location (either ConnectionLocator.START or ConnectionLocator.END).
assimilarity(Ray) - Method in class org.eclipse.draw2d.geometry.Ray
Calculates the magnitude of the cross product of this Ray with another.
AUTO - Static variable in class org.eclipse.draw2d.ScrollPaneLayout
 
AUTOMATIC - Static variable in class org.eclipse.draw2d.ScrollPaneSolver
Scrollbar visiblity constants -- show scrollbars automatically
AUTOMATIC - Static variable in class org.eclipse.draw2d.ScrollPane
Constant indicating to show as needed, when the ScrollPane can't contain its view
AUTOMATIC - Static variable in class org.eclipse.draw2d.FigureCanvas
Automatically show scrollbar when needed
AutomaticRouter - class org.eclipse.draw2d.AutomaticRouter.
The AutomaticRouter provides the facility to prevent Connections from overlapping.
AutomaticRouter() - Constructor for class org.eclipse.draw2d.AutomaticRouter
 

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.