Class PopupMenu
java.lang.Object
com.amalgamasimulation.charts.environments.awt.PopupMenu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCheckBox(String text, boolean selected, Consumer<ActionEvent> eventHandler) voidaddCheckBox(String text, Consumer<ActionEvent> eventHandler) voidaddLabel(String text, String iconPath, Consumer<ActionEvent> eventHandler) voidaddLabel(String text, Consumer<ActionEvent> eventHandler) voidaddLabel(String text, Icon icon, Consumer<ActionEvent> eventHandler) voidvoidclear()voidhide()voidbooleanisShowed()void
-
Constructor Details
-
PopupMenu
public PopupMenu()
-
-
Method Details
-
show
-
initialize
public void initialize() -
hide
public void hide() -
isShowed
public boolean isShowed() -
addLabel
-
addLabel
-
addLabel
-
addCheckBox
-
addCheckBox
-
clear
public void clear() -
addSeparator
public void addSeparator()
-