protected IFigure getFeedbackLayer() {
return getLayer(org.eclipse.gef.LayerConstants.SCALED_FEEDBACK_LAYER);
}
That is all, pretty easy-peasy, no?
Collection of notes on common problems and issues I faced while doing day to day programming
protected IFigure getFeedbackLayer() {
return getLayer(org.eclipse.gef.LayerConstants.SCALED_FEEDBACK_LAYER);
}
No comments:
Post a Comment