|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.draw2d.Figure
com.buglabs.dragonfly.ui.figures.AbstractBugFigure
com.buglabs.dragonfly.ui.figures.AbstractModuleFigure
public abstract class AbstractModuleFigure
Contains the physical representation of a bug module inlcuding a reference to the image to use and the clickable outline via an array of points Abstract parent class, AbstractBugFigure handles everything else
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.draw2d.Figure |
|---|
org.eclipse.draw2d.Figure.FigureIterator |
| Nested classes/interfaces inherited from interface org.eclipse.draw2d.IFigure |
|---|
org.eclipse.draw2d.IFigure.NoInsets |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.draw2d.IFigure |
|---|
MAX_DIMENSION, MIN_DIMENSION, NO_INSETS |
| Constructor Summary | |
|---|---|
AbstractModuleFigure(Module moduleModel,
org.eclipse.swt.widgets.Display display,
org.eclipse.draw2d.geometry.Point startPoint)
|
|
| Method Summary | |
|---|---|
abstract org.eclipse.swt.graphics.Image |
getImageOffResource()
|
abstract org.eclipse.swt.graphics.Image |
getImageOnResource()
|
java.lang.Object |
getModel()
|
org.eclipse.draw2d.geometry.Point[] |
getPolygonPoints()
|
| Methods inherited from class com.buglabs.dragonfly.ui.figures.AbstractBugFigure |
|---|
getClickablePolygon, setFocus |
| Methods inherited from class org.eclipse.draw2d.Figure |
|---|
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, 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, isOpaque, isRequestFocusEnabled, isShowing, isVisible, paint, remove, removeAll, 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, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractModuleFigure(Module moduleModel,
org.eclipse.swt.widgets.Display display,
org.eclipse.draw2d.geometry.Point startPoint)
| Method Detail |
|---|
public abstract org.eclipse.swt.graphics.Image getImageOffResource()
getImageOffResource in class AbstractBugFigurepublic abstract org.eclipse.swt.graphics.Image getImageOnResource()
getImageOnResource in class AbstractBugFigurepublic org.eclipse.draw2d.geometry.Point[] getPolygonPoints()
getPolygonPoints in class AbstractBugFigurepublic java.lang.Object getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||