public class SWTNetworkNode extends AbstractSWTComponent
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXHEIGHT |
static int |
MAXWIDTH |
rect| Constructor and Description |
|---|
SWTNetworkNode(org.eclipse.swt.widgets.Display display,
AbstractSWTComponent parentComponent,
NetworkNode networkNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChildNode(SWTNetworkNode childNode) |
SWTToolTip |
constructToolTip(org.eclipse.swt.widgets.Shell parentShell,
SWTToolTipCommandReceiver commandReceiver,
int x,
int y) |
int |
getDepth() |
NetworkNode |
getNetworkNode() |
boolean |
isSelectable() |
void |
layout() |
protected void |
paintInternal(org.eclipse.swt.graphics.GC gc,
org.eclipse.swt.graphics.Device device) |
addChild, getChildAt, getChildren, getHeight, getNumberOfChildren, getParent, getSelectedComponent, getWidth, getX, getY, isVisible, isWithinComponent, layoutChildren, paint, setHeight, setVisible, setWidth, setX, setYpublic static final int MAXWIDTH
public static final int MAXHEIGHT
public SWTNetworkNode(org.eclipse.swt.widgets.Display display,
AbstractSWTComponent parentComponent,
NetworkNode networkNode)
protected void addChildNode(SWTNetworkNode childNode)
public NetworkNode getNetworkNode()
public boolean isSelectable()
isSelectable in class AbstractSWTComponentpublic int getDepth()
public void layout()
layout in class AbstractSWTComponentprotected void paintInternal(org.eclipse.swt.graphics.GC gc,
org.eclipse.swt.graphics.Device device)
paintInternal in class AbstractSWTComponentpublic SWTToolTip constructToolTip(org.eclipse.swt.widgets.Shell parentShell, SWTToolTipCommandReceiver commandReceiver, int x, int y)
constructToolTip in class AbstractSWTComponentCopyright © 2013–2014. All rights reserved.