Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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

H

HAND - Static variable in class org.eclipse.draw2d. Cursors
 
HELP - Static variable in class org.eclipse.draw2d. Cursors
 
HORIZONTAL - Static variable in class org.eclipse.draw2d. FlowLayout
Constant to specify components should be layed out horizontally
HORIZONTAL - Static variable in interface org.eclipse.draw2d. Orientable
A constant representing a horizontal orientation.
HORIZONTAL - Static variable in interface org.eclipse.draw2d. PositionConstants
A constant indicating horizontal direction
HORIZONTAL - Static variable in class org.eclipse.draw2d. ToolbarLayout
Constant for horizontal alignment
HORIZONTAL_ALIGN_BEGINNING - Static variable in class org.eclipse.draw2d. GridData
Style bit for new GridData(int) to position the figure at the left of the cell.
HORIZONTAL_ALIGN_CENTER - Static variable in class org.eclipse.draw2d. GridData
Style bit for new GridData(int) to position the figure in the horizontal center of the cell.
HORIZONTAL_ALIGN_END - Static variable in class org.eclipse.draw2d. GridData
Style bit for new GridData(int) to position the figure at the right of the cell.
HORIZONTAL_ALIGN_FILL - Static variable in class org.eclipse.draw2d. GridData
Style bit for new GridData(int) to resize the figure to fill the cell horizontally.
hBar - Variable in class org.eclipse.draw2d. ScrollPane
The horizontal scrollbar
handleCollision(PointList, int) - Method in class org.eclipse.draw2d. AutomaticRouter
Handles collisions between 2 or more Connections.
handleCollision(PointList, int) - Method in class org.eclipse.draw2d. FanRouter
Modifies a given PointList that collides with some other PointList.
handleEvent(Event) - Method in class org.eclipse.draw2d. LightweightSystem.EventHandler
 
handleFocusGained(FocusEvent) - Method in class org.eclipse.draw2d. Figure
 
handleFocusGained(FocusEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when this IFigure has gained focus.
handleFocusLost(FocusEvent) - Method in class org.eclipse.draw2d. Figure
 
handleFocusLost(FocusEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when this IFigure has lost focus.
handleKeyPressed(KeyEvent) - Method in class org.eclipse.draw2d. Figure
 
handleKeyPressed(KeyEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when a key is pressed while this IFigure has focus.
handleKeyReleased(KeyEvent) - Method in class org.eclipse.draw2d. Figure
 
handleKeyReleased(KeyEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when a key is released while this IFigure has focus.
handleMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseDoubleClicked(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when a mouse button has been double-clicked while within this IFigure's bounds.
handleMouseDragged(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseDragged(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when the mouse has been dragged within this IFigure's bounds.
handleMouseEntered(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseEntered(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when the mouse has entered this IFigure's bounds.
handleMouseExited(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseExited(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when the mouse has exited this IFigure's bounds.
handleMouseHover(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseHover(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when the mouse has hovered over this IFigure.
handleMouseMoved(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseMoved(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when the mouse has moved within this IFigure's bounds.
handleMousePressed(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMousePressed(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when a mouse button has been pressed while within this IFigure's bounds.
handleMouseReleased(MouseEvent) - Method in class org.eclipse.draw2d. Figure
 
handleMouseReleased(MouseEvent) - Method in interface org.eclipse.draw2d. IFigure
Called when a mouse button has been released while within this IFigure's bounds.
handleSelectionChanged() - Method in class org.eclipse.draw2d. CheckBox
Adjusts CheckBox's icon depending on selection status.
handleStateChanged(ChangeEvent) - Method in interface org.eclipse.draw2d. ChangeListener
Called when the listened to object's state has changed.
hasFocus() - Method in class org.eclipse.draw2d. Figure
 
hasFocus() - Method in interface org.eclipse.draw2d. IFigure
Returns true if this IFigure has focus.
hasMoreConnections() - Method in class org.eclipse.draw2d. ShortestPathConnectionRouter
 
hasNext() - Method in class org.eclipse.draw2d. Figure.FigureIterator
Returns true if there's another Figure to iterate over.
hashCode() - Method in class org.eclipse.draw2d. ChopboxAnchor
The owning figure's hashcode is used since equality is approximately based on the owner.
hashCode() - Method in class org.eclipse.draw2d.geometry. Dimension
 
hashCode() - Method in class org.eclipse.draw2d.geometry. Insets
 
hashCode() - Method in class org.eclipse.draw2d.geometry. Point
 
hashCode() - Method in class org.eclipse.draw2d.geometry. Ray
 
hashCode() - Method in class org.eclipse.draw2d.geometry. Rectangle
 
hashCode() - Method in class org.eclipse.draw2d.graph. Rank
 
height - Variable in class org.eclipse.draw2d.geometry. Dimension
The height.
height - Variable in class org.eclipse.draw2d.geometry. Rectangle
the height
height - Variable in class org.eclipse.draw2d.graph. Node
The height of this node.
heightHint - Variable in class org.eclipse.draw2d. GridData
heightHint specifies a minimum height for the row.
hide() - Method in class org.eclipse.draw2d. PopUpHelper
Hides this PopUpHelper's Shell.
highlight - Variable in class org.eclipse.draw2d. SchemeBorder.Scheme
Arrays of Colors, used for highlight and shadow effecsts
hookEventHandler(ClickableEventHandler) - Method in class org.eclipse.draw2d. Clickable
Adds the given ClickableEventHandler to this clickable.
hookShellListeners() - Method in class org.eclipse.draw2d. PopUpHelper
Desired popup helper behavior is achieved by writing listeners that manipulate the behavior of the PopUpHelper's Shell.
hookShellListeners() - Method in class org.eclipse.draw2d. ToolTipHelper
 
horizontal - Variable in class org.eclipse.draw2d. FlowLayout
The horizontal property.
horizontal - Variable in class org.eclipse.draw2d. ToolbarLayout
Orientation of layout
horizontalAlignment - Variable in class org.eclipse.draw2d. GridData
horizontalAlignment specifies how figures will be positioned horizontally within a cell.
horizontalIndent - Variable in class org.eclipse.draw2d. GridData
horizontalIndent specifies the number of pixels of indentation that will be placed along the left side of the cell.
horizontalSpacing - Variable in class org.eclipse.draw2d. GridLayout
horizontalSpacing specifies the number of pixels between the right edge of one cell and the left edge of its neighbouring cell to the right.
horizontalSpan - Variable in class org.eclipse.draw2d. GridData
horizontalSpan specifies the number of column cells that the figure will take up.

Eclipse Draw2d
3.3
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, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire