Modelers

org.topcased.modeler.figures
Interface IPortFigure

All Superinterfaces:
org.eclipse.draw2d.IFigure

Deprecated. Use the IPortFigure defined in the org.topcased.draw2d plugin

public interface IPortFigure
extends org.eclipse.draw2d.IFigure

An interface used to type figures that must handle like ports. During the layout, they will be attached to the border.

Creation : 14 oct. 2005


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.draw2d.IFigure
org.eclipse.draw2d.IFigure.NoInsets
 
Field Summary
static int IN_OUT_PORT
          Deprecated. Parameter value to represent an input/ouput port
static int IN_PORT
          Deprecated. Parameter value to represent an input port
static int OUT_PORT
          Deprecated. Parameter value to represent an ouput port
 
Fields inherited from interface org.eclipse.draw2d.IFigure
MAX_DIMENSION, MIN_DIMENSION, NO_INSETS
 
Method Summary
 int getPosition()
          Deprecated.  
 void setPosition(int pos)
          Deprecated.  
 
Methods inherited from interface org.eclipse.draw2d.IFigure
add, add, add, add, addAncestorListener, addCoordinateListener, addFigureListener, addFocusListener, addKeyListener, addLayoutListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findFigureAt, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, getBackgroundColor, getBorder, getBounds, getChildren, getClientArea, getClientArea, getCursor, getFont, getForegroundColor, getInsets, getLayoutManager, getLocalBackgroundColor, getLocalForegroundColor, 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, isOpaque, isRequestFocusEnabled, isShowing, isVisible, paint, remove, removeAncestorListener, removeCoordinateListener, removeFigureListener, removeFocusListener, removeKeyListener, removeLayoutListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setBounds, setConstraint, setCursor, setEnabled, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, validate
 

Field Detail

IN_PORT

static final int IN_PORT
Deprecated. 
Parameter value to represent an input port

See Also:
Constant Field Values

OUT_PORT

static final int OUT_PORT
Deprecated. 
Parameter value to represent an ouput port

See Also:
Constant Field Values

IN_OUT_PORT

static final int IN_OUT_PORT
Deprecated. 
Parameter value to represent an input/ouput port

See Also:
Constant Field Values
Method Detail

getPosition

int getPosition()
Deprecated. 
Returns:
int

setPosition

void setPosition(int pos)
Deprecated. 
Parameters:
pos - the border where the port is anchored

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.