|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.widgets.Widget | +--org.eclipse.swt.widgets.Control | +--org.eclipse.swt.widgets.Scrollable | +--org.eclipse.swt.widgets.Composite | +--i3mclient.shapeboard.ShapeBoardPanel
The gui part of the shapeboard.
ShapeBoard
Field Summary |
Fields inherited from class org.eclipse.swt.widgets.Control |
handle |
Constructor Summary | |
ShapeBoardPanel(Composite parent,
int style,
ShapeBoard setShapeBoard)
Constructor. |
Method Summary | |
void |
paintControl(PaintEvent event)
|
void |
shapeBoardChanged(Vector setShapes)
Called when shape board changed. |
void |
widgetDisposed(DisposeEvent arg0)
|
Methods inherited from class org.eclipse.swt.widgets.Composite |
computeSize, getChildren, getLayout, getTabList, layout, layout, setFocus, setLayout, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Widget |
addDisposeListener, addListener, dispose, getData, getData, getStyle, notifyListeners, removeDisposeListener, removeListener, setData, setData, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ShapeBoardPanel(Composite parent, int style, ShapeBoard setShapeBoard)
parent
- The parent composite of this new shape board panelstyle
- The SWT-style of this new compositesetShapeBoard
- The shapeboard this shapeboardGUI belongs toMethod Detail |
public void shapeBoardChanged(Vector setShapes)
ShapeBoardListener
shapeBoardChanged
in interface ShapeBoardListener
setShapes
- The new shapes on the shapeboardpublic void paintControl(PaintEvent event)
paintControl
in interface PaintListener
public void widgetDisposed(DisposeEvent arg0)
widgetDisposed
in interface DisposeListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |