CH.ifa.draw.contrib
Interface PopupMenuFigureSelection
-
public interface PopupMenuFigureSelectionAn interface which allows a popup menu to interact with its Figure to which it is associated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description FiguregetSelectedFigure()Get the figure which was selected when the popup menu was invoked.voidsetSelectedFigure(Figure newSelectedFigure)Set the figure which was selected when the popup menu was invoked.
-
-
-
Method Detail
-
setSelectedFigure
void setSelectedFigure(Figure newSelectedFigure)
Set the figure which was selected when the popup menu was invoked.- Parameters:
newSelectedFigure- figure which is selected (typically be a SelectionTool)
-
getSelectedFigure
Figure getSelectedFigure()
Get the figure which was selected when the popup menu was invoked.- Returns:
- figure which is selected (typically be a SelectionTool)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG