protected void configureCollapsedFigure(IFigure figure) { figure.setLayoutManager(new FlowLayout()); figure.addMouseMotionListener(getMouseMotionListener()); figure.add(collapsedImageLabel); figure.add(collapsedNameLabel); }
public Dnd(IFigure figure) { figure.addMouseMotionListener(this); figure.addMouseListener(this); }