| org.openwfe.gpe.figures.NoChildLabel
NoChildLabel | public class NoChildLabel extends Label (Code) | | |
paintFigure | protected void paintFigure(Graphics graphics)(Code) | | See Also: org.eclipse.draw2d.Label.paintFigure(org.eclipse.draw2d.Graphics) |
setFocus | public void setFocus(boolean b)(Code) | | Sets the focus state of this SimpleActivityLabel
Parameters: b - true will cause a focus rectangle to be drawn around the text of the Label |
setSelected | public void setSelected(boolean b)(Code) | | Sets the selection state of this SimpleActivityLabel
Parameters: b - true will cause the label to appear selected |
|
|